public class RemoveTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the RemoveTags operation.
Specify the ARN for the Elasticsearch domain from which you want
to remove the specified TagKey.
NOOP| Constructor and Description |
|---|
RemoveTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getARN()
Specifies the
ARN for the Elasticsearch domain from which
you want to delete the specified tags. |
List<String> |
getTagKeys()
Specifies the
TagKey list which you want to remove from the
Elasticsearch domain. |
int |
hashCode() |
void |
setARN(String aRN)
Specifies the
ARN for the Elasticsearch domain from which
you want to delete the specified tags. |
void |
setTagKeys(Collection<String> tagKeys)
Specifies the
TagKey list which you want to remove from the
Elasticsearch domain. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RemoveTagsRequest |
withARN(String aRN)
Specifies the
ARN for the Elasticsearch domain from which
you want to delete the specified tags. |
RemoveTagsRequest |
withTagKeys(Collection<String> tagKeys)
Specifies the
TagKey list which you want to remove from the
Elasticsearch domain. |
RemoveTagsRequest |
withTagKeys(String... tagKeys)
Specifies the
TagKey list which you want to remove from the
Elasticsearch domain. |
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setARN(String aRN)
Specifies the ARN for the Elasticsearch domain from which
you want to delete the specified tags.
aRN - Specifies the ARN for the Elasticsearch domain from
which you want to delete the specified tags.public String getARN()
Specifies the ARN for the Elasticsearch domain from which
you want to delete the specified tags.
ARN for the Elasticsearch domain from
which you want to delete the specified tags.public RemoveTagsRequest withARN(String aRN)
Specifies the ARN for the Elasticsearch domain from which
you want to delete the specified tags.
aRN - Specifies the ARN for the Elasticsearch domain from
which you want to delete the specified tags.public List<String> getTagKeys()
Specifies the TagKey list which you want to remove from the
Elasticsearch domain.
TagKey list which you want to remove
from the Elasticsearch domain.public void setTagKeys(Collection<String> tagKeys)
Specifies the TagKey list which you want to remove from the
Elasticsearch domain.
tagKeys - Specifies the TagKey list which you want to remove
from the Elasticsearch domain.public RemoveTagsRequest withTagKeys(String... tagKeys)
Specifies the TagKey list which you want to remove from the
Elasticsearch domain.
NOTE: This method appends the values to the existing list (if
any). Use setTagKeys(java.util.Collection) or
withTagKeys(java.util.Collection) if you want to override the
existing values.
tagKeys - Specifies the TagKey list which you want to remove
from the Elasticsearch domain.public RemoveTagsRequest withTagKeys(Collection<String> tagKeys)
Specifies the TagKey list which you want to remove from the
Elasticsearch domain.
tagKeys - Specifies the TagKey list which you want to remove
from the Elasticsearch domain.public String toString()
toString in class ObjectObject.toString()public RemoveTagsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.