@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDeleteAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchDeleteAttributesRequest()
Default constructor for BatchDeleteAttributesRequest object.
|
BatchDeleteAttributesRequest(String domainName,
List<DeletableItem> items)
Constructs a new BatchDeleteAttributesRequest object.
|
Modifier and Type | Method and Description |
---|---|
BatchDeleteAttributesRequest |
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 deleted.
|
List<DeletableItem> |
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 deleted.
|
void |
setItems(Collection<DeletableItem> 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.
|
BatchDeleteAttributesRequest |
withDomainName(String domainName)
The name of the domain in which the attributes are being deleted.
|
BatchDeleteAttributesRequest |
withItems(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.
|
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, withSdkRequestTimeout
public BatchDeleteAttributesRequest()
public BatchDeleteAttributesRequest(String domainName, 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(String domainName)
domainName
- The name of the domain in which the attributes are being deleted.public String getDomainName()
public BatchDeleteAttributesRequest withDomainName(String domainName)
domainName
- The name of the domain in which the attributes are being deleted.public List<DeletableItem> getItems()
public void setItems(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(Collection<DeletableItem> items)
items
- A list of items on which to perform the operation.public String toString()
toString
in class Object
Object.toString()
public BatchDeleteAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.