@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTagsForDomainRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The DeleteTagsForDomainRequest includes the following elements.
NOOP| Constructor and Description |
|---|
DeleteTagsForDomainRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteTagsForDomainRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDomainName()
The domain for which you want to delete one or more tags.
|
List<String> |
getTagsToDelete()
A list of tag keys to delete.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The domain for which you want to delete one or more tags.
|
void |
setTagsToDelete(Collection<String> tagsToDelete)
A list of tag keys to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteTagsForDomainRequest |
withDomainName(String domainName)
The domain for which you want to delete one or more tags.
|
DeleteTagsForDomainRequest |
withTagsToDelete(Collection<String> tagsToDelete)
A list of tag keys to delete.
|
DeleteTagsForDomainRequest |
withTagsToDelete(String... tagsToDelete)
A list of tag keys to delete.
|
addHandlerContext, copyBaseTo, 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 void setDomainName(String domainName)
The domain for which you want to delete one or more tags.
domainName - The domain for which you want to delete one or more tags.public String getDomainName()
The domain for which you want to delete one or more tags.
public DeleteTagsForDomainRequest withDomainName(String domainName)
The domain for which you want to delete one or more tags.
domainName - The domain for which you want to delete one or more tags.public List<String> getTagsToDelete()
A list of tag keys to delete.
public void setTagsToDelete(Collection<String> tagsToDelete)
A list of tag keys to delete.
tagsToDelete - A list of tag keys to delete.public DeleteTagsForDomainRequest withTagsToDelete(String... tagsToDelete)
A list of tag keys to delete.
NOTE: This method appends the values to the existing list (if any). Use
setTagsToDelete(java.util.Collection) or withTagsToDelete(java.util.Collection) if you want to
override the existing values.
tagsToDelete - A list of tag keys to delete.public DeleteTagsForDomainRequest withTagsToDelete(Collection<String> tagsToDelete)
A list of tag keys to delete.
tagsToDelete - A list of tag keys to delete.public String toString()
toString in class ObjectObject.toString()public DeleteTagsForDomainRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.