@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UntagResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UntagResourceRequest() |
Modifier and Type | Method and Description |
---|---|
UntagResourceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getResourceName()
The name of the DAX resource from which the tags should be removed.
|
List<String> |
getTagKeys()
A list of tag keys.
|
int |
hashCode() |
void |
setResourceName(String resourceName)
The name of the DAX resource from which the tags should be removed.
|
void |
setTagKeys(Collection<String> tagKeys)
A list of tag keys.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UntagResourceRequest |
withResourceName(String resourceName)
The name of the DAX resource from which the tags should be removed.
|
UntagResourceRequest |
withTagKeys(Collection<String> tagKeys)
A list of tag keys.
|
UntagResourceRequest |
withTagKeys(String... tagKeys)
A list of tag keys.
|
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, withSdkRequestTimeout
public void setResourceName(String resourceName)
The name of the DAX resource from which the tags should be removed.
resourceName
- The name of the DAX resource from which the tags should be removed.public String getResourceName()
The name of the DAX resource from which the tags should be removed.
public UntagResourceRequest withResourceName(String resourceName)
The name of the DAX resource from which the tags should be removed.
resourceName
- The name of the DAX resource from which the tags should be removed.public List<String> getTagKeys()
A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.
public void setTagKeys(Collection<String> tagKeys)
A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.
tagKeys
- A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the
cluster.public UntagResourceRequest withTagKeys(String... tagKeys)
A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.
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
- A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the
cluster.public UntagResourceRequest withTagKeys(Collection<String> tagKeys)
A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.
tagKeys
- A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the
cluster.public String toString()
toString
in class Object
Object.toString()
public UntagResourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.