@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() |
boolean |
equals(Object obj) |
String |
getResourceARN()
Removes one or more tags from the workgroup resource for the specified ARN.
|
List<String> |
getTagKeys()
Removes the tags associated with one or more tag keys from the workgroup resource.
|
int |
hashCode() |
void |
setResourceARN(String resourceARN)
Removes one or more tags from the workgroup resource for the specified ARN.
|
void |
setTagKeys(Collection<String> tagKeys)
Removes the tags associated with one or more tag keys from the workgroup resource.
|
String |
toString()
Returns a string representation of this object.
|
UntagResourceRequest |
withResourceARN(String resourceARN)
Removes one or more tags from the workgroup resource for the specified ARN.
|
UntagResourceRequest |
withTagKeys(Collection<String> tagKeys)
Removes the tags associated with one or more tag keys from the workgroup resource.
|
UntagResourceRequest |
withTagKeys(String... tagKeys)
Removes the tags associated with one or more tag keys from the workgroup resource.
|
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 setResourceARN(String resourceARN)
Removes one or more tags from the workgroup resource for the specified ARN.
resourceARN - Removes one or more tags from the workgroup resource for the specified ARN.public String getResourceARN()
Removes one or more tags from the workgroup resource for the specified ARN.
public UntagResourceRequest withResourceARN(String resourceARN)
Removes one or more tags from the workgroup resource for the specified ARN.
resourceARN - Removes one or more tags from the workgroup resource for the specified ARN.public List<String> getTagKeys()
Removes the tags associated with one or more tag keys from the workgroup resource.
public void setTagKeys(Collection<String> tagKeys)
Removes the tags associated with one or more tag keys from the workgroup resource.
tagKeys - Removes the tags associated with one or more tag keys from the workgroup resource.public UntagResourceRequest withTagKeys(String... tagKeys)
Removes the tags associated with one or more tag keys from the workgroup resource.
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 - Removes the tags associated with one or more tag keys from the workgroup resource.public UntagResourceRequest withTagKeys(Collection<String> tagKeys)
Removes the tags associated with one or more tag keys from the workgroup resource.
tagKeys - Removes the tags associated with one or more tag keys from the workgroup resource.public String toString()
toString in class ObjectObject.toString()public UntagResourceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.