@Generated(value="software.amazon.awssdk:codegen") public class PutInventoryRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<PutInventoryRequest.Builder,PutInventoryRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutInventoryRequest.Builder |
NOOP| Modifier and Type | Method and Description |
|---|---|
static PutInventoryRequest.Builder |
builder() |
boolean |
equals(Object obj) |
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() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic 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>public static PutInventoryRequest.Builder builder()
public static Class<? extends PutInventoryRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.