@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the output from the DeleteTags action.
NOOP| Constructor and Description |
|---|
DeleteTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteTagsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getResourceName()
The Amazon Resource Name (ARN) from which you want to remove the tag or tags.
|
List<String> |
getTagKeys()
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.
|
String |
toString()
Returns a string representation of this object.
|
DeleteTagsRequest |
withResourceName(String resourceName)
The Amazon Resource Name (ARN) from which you want to remove the tag or tags.
|
DeleteTagsRequest |
withTagKeys(Collection<String> tagKeys)
The tag key that you want to delete.
|
DeleteTagsRequest |
withTagKeys(String... tagKeys)
The tag key that you want to delete.
|
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, withSdkRequestTimeoutpublic void setResourceName(String resourceName)
The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example,
arn:aws:redshift:us-east-2:123456789:cluster:t1.
resourceName - The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example,
arn:aws:redshift:us-east-2:123456789:cluster:t1.public String getResourceName()
The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example,
arn:aws:redshift:us-east-2:123456789:cluster:t1.
arn:aws:redshift:us-east-2:123456789:cluster:t1.public DeleteTagsRequest withResourceName(String resourceName)
The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example,
arn:aws:redshift:us-east-2:123456789:cluster:t1.
resourceName - The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example,
arn:aws:redshift:us-east-2:123456789:cluster:t1.public List<String> getTagKeys()
The tag key that you want to delete.
public void setTagKeys(Collection<String> tagKeys)
The tag key that you want to delete.
tagKeys - The tag key that you want to delete.public DeleteTagsRequest withTagKeys(String... tagKeys)
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) or withTagKeys(java.util.Collection) if you want to override
the existing values.
tagKeys - The tag key that you want to delete.public DeleteTagsRequest withTagKeys(Collection<String> tagKeys)
The tag key that you want to delete.
tagKeys - The tag key that you want to delete.public String toString()
toString in class ObjectObject.toString()public DeleteTagsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()