public class BatchDeleteAttributesRequest 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 deleted.
|
private SdkInternalList<DeletableItem> |
items
A list of items on which to perform the operation.
|
NOOP
Constructor and Description |
---|
BatchDeleteAttributesRequest()
Default constructor for BatchDeleteAttributesRequest object.
|
BatchDeleteAttributesRequest(java.lang.String domainName,
java.util.List<DeletableItem> items)
Constructs a new BatchDeleteAttributesRequest object.
|
Modifier and Type | Method and Description |
---|---|
BatchDeleteAttributesRequest |
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 deleted.
|
java.util.List<DeletableItem> |
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 deleted.
|
void |
setItems(java.util.Collection<DeletableItem> 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.
|
BatchDeleteAttributesRequest |
withDomainName(java.lang.String domainName)
The name of the domain in which the attributes are being deleted.
|
BatchDeleteAttributesRequest |
withItems(java.util.Collection<DeletableItem> items)
A list of items on which to perform the operation.
|
BatchDeleteAttributesRequest |
withItems(DeletableItem... 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<DeletableItem> items
public BatchDeleteAttributesRequest()
public BatchDeleteAttributesRequest(java.lang.String domainName, java.util.List<DeletableItem> items)
domainName
- The name of the domain in which the attributes are being deleted.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 deleted.public java.lang.String getDomainName()
public BatchDeleteAttributesRequest withDomainName(java.lang.String domainName)
domainName
- The name of the domain in which the attributes are being deleted.public java.util.List<DeletableItem> getItems()
public void setItems(java.util.Collection<DeletableItem> items)
items
- A list of items on which to perform the operation.public BatchDeleteAttributesRequest withItems(DeletableItem... 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 BatchDeleteAttributesRequest withItems(java.util.Collection<DeletableItem> 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 BatchDeleteAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()