public class BatchPutAttributesRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
domainName
The name of the domain in which the attributes are being stored.
|
private SdkInternalList<ReplaceableItem> |
items
A list of items on which to perform the operation.
|
NOOP
Constructor and Description |
---|
BatchPutAttributesRequest()
Default constructor for BatchPutAttributesRequest object.
|
BatchPutAttributesRequest(java.lang.String domainName,
java.util.List<ReplaceableItem> items)
Constructs a new BatchPutAttributesRequest object.
|
Modifier and Type | Method and Description |
---|---|
BatchPutAttributesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDomainName()
The name of the domain in which the attributes are being stored.
|
java.util.List<ReplaceableItem> |
getItems()
A list of items on which to perform the operation.
|
int |
hashCode() |
void |
setDomainName(java.lang.String domainName)
The name of the domain in which the attributes are being stored.
|
void |
setItems(java.util.Collection<ReplaceableItem> items)
A list of items on which to perform the operation.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
BatchPutAttributesRequest |
withDomainName(java.lang.String domainName)
The name of the domain in which the attributes are being stored.
|
BatchPutAttributesRequest |
withItems(java.util.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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String domainName
private SdkInternalList<ReplaceableItem> items
public BatchPutAttributesRequest()
public BatchPutAttributesRequest(java.lang.String domainName, java.util.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(java.lang.String domainName)
domainName
- The name of the domain in which the attributes are being stored.public java.lang.String getDomainName()
public BatchPutAttributesRequest withDomainName(java.lang.String domainName)
domainName
- The name of the domain in which the attributes are being stored.public java.util.List<ReplaceableItem> getItems()
public void setItems(java.util.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(java.util.Collection<ReplaceableItem> items)
items
- A list of items on which to perform the operation.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public BatchPutAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()