@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()
The Amazon Resource Name (ARN) of the resource.
|
List<String> |
getResourceTagKeys()
A list of tag keys associated with tags that need to be removed from the resource.
|
int |
hashCode() |
void |
setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
|
void |
setResourceTagKeys(Collection<String> resourceTagKeys)
A list of tag keys associated with tags that need to be removed from the resource.
|
String |
toString()
Returns a string representation of this object.
|
UntagResourceRequest |
withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
|
UntagResourceRequest |
withResourceTagKeys(Collection<String> resourceTagKeys)
A list of tag keys associated with tags that need to be removed from the resource.
|
UntagResourceRequest |
withResourceTagKeys(String... resourceTagKeys)
A list of tag keys associated with tags that need to be removed from the 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)
The Amazon Resource Name (ARN) of the resource. For a list of supported resources, see ResourceTag.
resourceArn - The Amazon Resource Name (ARN) of the resource. For a list of supported resources, see ResourceTag.public String getResourceArn()
The Amazon Resource Name (ARN) of the resource. For a list of supported resources, see ResourceTag.
public UntagResourceRequest withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource. For a list of supported resources, see ResourceTag.
resourceArn - The Amazon Resource Name (ARN) of the resource. For a list of supported resources, see ResourceTag.public List<String> getResourceTagKeys()
A list of tag keys associated with tags that need to be removed from the resource. If you specify a tag key that doesn't exist, it's ignored. Although the maximum number of array members is 200, user-tag maximum is 50. The remaining are reserved for Amazon Web Services use.
public void setResourceTagKeys(Collection<String> resourceTagKeys)
A list of tag keys associated with tags that need to be removed from the resource. If you specify a tag key that doesn't exist, it's ignored. Although the maximum number of array members is 200, user-tag maximum is 50. The remaining are reserved for Amazon Web Services use.
resourceTagKeys - A list of tag keys associated with tags that need to be removed from the resource. If you specify a tag
key that doesn't exist, it's ignored. Although the maximum number of array members is 200, user-tag
maximum is 50. The remaining are reserved for Amazon Web Services use.public UntagResourceRequest withResourceTagKeys(String... resourceTagKeys)
A list of tag keys associated with tags that need to be removed from the resource. If you specify a tag key that doesn't exist, it's ignored. Although the maximum number of array members is 200, user-tag maximum is 50. The remaining are reserved for Amazon Web Services use.
NOTE: This method appends the values to the existing list (if any). Use
setResourceTagKeys(java.util.Collection) or withResourceTagKeys(java.util.Collection) if you
want to override the existing values.
resourceTagKeys - A list of tag keys associated with tags that need to be removed from the resource. If you specify a tag
key that doesn't exist, it's ignored. Although the maximum number of array members is 200, user-tag
maximum is 50. The remaining are reserved for Amazon Web Services use.public UntagResourceRequest withResourceTagKeys(Collection<String> resourceTagKeys)
A list of tag keys associated with tags that need to be removed from the resource. If you specify a tag key that doesn't exist, it's ignored. Although the maximum number of array members is 200, user-tag maximum is 50. The remaining are reserved for Amazon Web Services use.
resourceTagKeys - A list of tag keys associated with tags that need to be removed from the resource. If you specify a tag
key that doesn't exist, it's ignored. Although the maximum number of array members is 200, user-tag
maximum is 50. The remaining are reserved for Amazon Web Services use.public String toString()
toString in class ObjectObject.toString()public UntagResourceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.