Class DeleteTagsRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
Contains the output from the DeleteTags
action.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
The Amazon Resource Name (ARN) from which you want to remove the tag or tags.The tag key that you want to delete.int
hashCode()
void
setResourceName
(String resourceName) The Amazon Resource Name (ARN) from which you want to remove the tag or tags.void
setTagKeys
(Collection<String> tagKeys) The tag key that you want to delete.toString()
Returns a string representation of this object; useful for testing and debugging.withResourceName
(String resourceName) The Amazon Resource Name (ARN) from which you want to remove the tag or tags.withTagKeys
(String... tagKeys) The tag key that you want to delete.withTagKeys
(Collection<String> tagKeys) The tag key that you want to delete.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
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
-
Constructor Details
-
DeleteTagsRequest
public DeleteTagsRequest()
-
-
Method Details
-
setResourceName
The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example,
arn:aws:redshift:us-east-1:123456789:cluster:t1
.- Parameters:
resourceName
- The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example,arn:aws:redshift:us-east-1:123456789:cluster:t1
.
-
getResourceName
The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example,
arn:aws:redshift:us-east-1:123456789:cluster:t1
.- Returns:
- The Amazon Resource Name (ARN) from which you want to remove the
tag or tags. For example,
arn:aws:redshift:us-east-1:123456789:cluster:t1
.
-
withResourceName
The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example,
arn:aws:redshift:us-east-1:123456789:cluster:t1
.- Parameters:
resourceName
- The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example,arn:aws:redshift:us-east-1:123456789:cluster:t1
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getTagKeys
The tag key that you want to delete.
- Returns:
- The tag key that you want to delete.
-
setTagKeys
The tag key that you want to delete.
- Parameters:
tagKeys
- The tag key that you want to delete.
-
withTagKeys
The tag key that you want to delete.
NOTE: This method appends the values to the existing list (if any). Use
setTagKeys(java.util.Collection)
orwithTagKeys(java.util.Collection)
if you want to override the existing values.- Parameters:
tagKeys
- The tag key that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withTagKeys
The tag key that you want to delete.
- Parameters:
tagKeys
- The tag key that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-