Cloneable
, ReadLimitInfo
, ToCopyableBuilder<BatchPutAttributesRequest.Builder,BatchPutAttributesRequest>
@Generated("software.amazon.awssdk:codegen") public class BatchPutAttributesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<BatchPutAttributesRequest.Builder,BatchPutAttributesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
BatchPutAttributesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static BatchPutAttributesRequest.Builder |
builder() |
|
String |
domainName() |
The name of the domain in which the attributes are being stored.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<ReplaceableItem> |
items() |
A list of items on which to perform the operation.
|
static Class<? extends BatchPutAttributesRequest.Builder> |
serializableBuilderClass() |
|
BatchPutAttributesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String domainName()
public List<ReplaceableItem> items()
public BatchPutAttributesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchPutAttributesRequest.Builder,BatchPutAttributesRequest>
public static BatchPutAttributesRequest.Builder builder()
public static Class<? extends BatchPutAttributesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.