@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the RemoveTags operation. Specify the ARN for the
domain from which you want to remove the specified TagKey.
NOOP| Constructor and Description |
|---|
RemoveTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getARN()
The
ARN of the domain from which you want to delete the specified tags. |
List<String> |
getTagKeys()
The
TagKey list you want to remove from the domain. |
int |
hashCode() |
void |
setARN(String aRN)
The
ARN of the domain from which you want to delete the specified tags. |
void |
setTagKeys(Collection<String> tagKeys)
The
TagKey list you want to remove from the domain. |
String |
toString()
Returns a string representation of this object.
|
RemoveTagsRequest |
withARN(String aRN)
The
ARN of the domain from which you want to delete the specified tags. |
RemoveTagsRequest |
withTagKeys(Collection<String> tagKeys)
The
TagKey list you want to remove from the domain. |
RemoveTagsRequest |
withTagKeys(String... tagKeys)
The
TagKey list you want to remove from the domain. |
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 setARN(String aRN)
The ARN of the domain from which you want to delete the specified tags.
aRN - The ARN of the domain from which you want to delete the specified tags.public String getARN()
The ARN of the domain from which you want to delete the specified tags.
ARN of the domain from which you want to delete the specified tags.public RemoveTagsRequest withARN(String aRN)
The ARN of the domain from which you want to delete the specified tags.
aRN - The ARN of the domain from which you want to delete the specified tags.public List<String> getTagKeys()
The TagKey list you want to remove from the domain.
TagKey list you want to remove from the domain.public void setTagKeys(Collection<String> tagKeys)
The TagKey list you want to remove from the domain.
tagKeys - The TagKey list you want to remove from the domain.public RemoveTagsRequest withTagKeys(String... tagKeys)
The TagKey list you want to remove from the 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 - The TagKey list you want to remove from the domain.public RemoveTagsRequest withTagKeys(Collection<String> tagKeys)
The TagKey list you want to remove from the domain.
tagKeys - The TagKey list you want to remove from the domain.public String toString()
toString in class ObjectObject.toString()public RemoveTagsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.