@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UntagRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UntagRequest() |
| Modifier and Type | Method and Description |
|---|---|
UntagRequest |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the resource from which to remove tags.
|
List<String> |
getKeys()
The keys of the tags to be removed.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN of the resource from which to remove tags.
|
void |
setKeys(Collection<String> keys)
The keys of the tags to be removed.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UntagRequest |
withArn(String arn)
The ARN of the resource from which to remove tags.
|
UntagRequest |
withKeys(Collection<String> keys)
The keys of the tags to be removed.
|
UntagRequest |
withKeys(String... keys)
The keys of the tags to be removed.
|
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 resource from which to remove tags.
arn - The ARN of the resource from which to remove tags.public String getArn()
The ARN of the resource from which to remove tags.
public UntagRequest withArn(String arn)
The ARN of the resource from which to remove tags.
arn - The ARN of the resource from which to remove tags.public List<String> getKeys()
The keys of the tags to be removed.
public void setKeys(Collection<String> keys)
The keys of the tags to be removed.
keys - The keys of the tags to be removed.public UntagRequest withKeys(String... keys)
The keys of the tags to be removed.
NOTE: This method appends the values to the existing list (if any). Use
setKeys(java.util.Collection) or withKeys(java.util.Collection) if you want to override the
existing values.
keys - The keys of the tags to be removed.public UntagRequest withKeys(Collection<String> keys)
The keys of the tags to be removed.
keys - The keys of the tags to be removed.public String toString()
toString in class ObjectObject.toString()public UntagRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.