@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 group 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 group 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.
|
UntagRequest |
withArn(String arn)
The ARN of the resource group 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 group from which to remove tags. The command removed both the specified keys and any values associated with those keys.
arn - The ARN of the resource group from which to remove tags. The command removed both the specified keys and
any values associated with those keys.public String getArn()
The ARN of the resource group from which to remove tags. The command removed both the specified keys and any values associated with those keys.
public UntagRequest withArn(String arn)
The ARN of the resource group from which to remove tags. The command removed both the specified keys and any values associated with those keys.
arn - The ARN of the resource group from which to remove tags. The command removed both the specified keys and
any values associated with those keys.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 © 2021. All rights reserved.