@Generated(value="software.amazon.awssdk:codegen") public class PutInventoryRequest extends SSMRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<PutInventoryRequest.Builder,PutInventoryRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutInventoryRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutInventoryRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceId()
One or more instance IDs where you want to add or update inventory items.
|
List<InventoryItem> |
items()
The inventory items that you want to add or update on instances.
|
static Class<? extends PutInventoryRequest.Builder> |
serializableBuilderClass() |
PutInventoryRequest.Builder |
toBuilder() |
String |
toString() |
requestOverrideConfigpublic String instanceId()
One or more instance IDs where you want to add or update inventory items.
public List<InventoryItem> items()
The inventory items that you want to add or update on instances.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public PutInventoryRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<PutInventoryRequest.Builder,PutInventoryRequest>toBuilder in class SSMRequestpublic static PutInventoryRequest.Builder builder()
public static Class<? extends PutInventoryRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2018. All rights reserved.