@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchPutAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
BatchPutAttributesRequest()
Default constructor for BatchPutAttributesRequest object.
|
BatchPutAttributesRequest(String domainName,
List<ReplaceableItem> items)
Constructs a new BatchPutAttributesRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
BatchPutAttributesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainName()
The name of the domain in which the attributes are being stored.
|
List<ReplaceableItem> |
getItems()
A list of items on which to perform the operation.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The name of the domain in which the attributes are being stored.
|
void |
setItems(Collection<ReplaceableItem> items)
A list of items on which to perform the operation.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchPutAttributesRequest |
withDomainName(String domainName)
The name of the domain in which the attributes are being stored.
|
BatchPutAttributesRequest |
withItems(Collection<ReplaceableItem> items)
A list of items on which to perform the operation.
|
BatchPutAttributesRequest |
withItems(ReplaceableItem... items)
A list of items on which to perform the operation.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic BatchPutAttributesRequest()
public BatchPutAttributesRequest(String domainName, List<ReplaceableItem> items)
domainName - The name of the domain in which the attributes are being stored.items - A list of items on which to perform the operation.public void setDomainName(String domainName)
domainName - The name of the domain in which the attributes are being stored.public String getDomainName()
public BatchPutAttributesRequest withDomainName(String domainName)
domainName - The name of the domain in which the attributes are being stored.public List<ReplaceableItem> getItems()
public void setItems(Collection<ReplaceableItem> items)
items - A list of items on which to perform the operation.public BatchPutAttributesRequest withItems(ReplaceableItem... items)
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection) or withItems(java.util.Collection) if you want to override the
existing values.
items - A list of items on which to perform the operation.public BatchPutAttributesRequest withItems(Collection<ReplaceableItem> items)
items - A list of items on which to perform the operation.public String toString()
toString in class ObjectObject.toString()public BatchPutAttributesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.