public class RemoveTagsFromResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
RemoveTagsFromResourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsFromResourceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getResourceArn()
The Amazon Resource Name (ARN) of the AWS CloudHSM resource.
|
List<String> |
getTagKeyList()
The tag key or keys to remove.
|
int |
hashCode() |
void |
setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the AWS CloudHSM resource.
|
void |
setTagKeyList(Collection<String> tagKeyList)
The tag key or keys to remove.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RemoveTagsFromResourceRequest |
withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the AWS CloudHSM resource.
|
RemoveTagsFromResourceRequest |
withTagKeyList(Collection<String> tagKeyList)
The tag key or keys to remove.
|
RemoveTagsFromResourceRequest |
withTagKeyList(String... tagKeyList)
The tag key or keys to remove.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the AWS CloudHSM resource.
resourceArn - The Amazon Resource Name (ARN) of the AWS CloudHSM resource.public String getResourceArn()
The Amazon Resource Name (ARN) of the AWS CloudHSM resource.
public RemoveTagsFromResourceRequest withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the AWS CloudHSM resource.
resourceArn - The Amazon Resource Name (ARN) of the AWS CloudHSM resource.public List<String> getTagKeyList()
The tag key or keys to remove.
Specify only the tag key to remove (not the value). To overwrite the value for an existing tag, use AddTagsToResource.
Specify only the tag key to remove (not the value). To overwrite the value for an existing tag, use AddTagsToResource.
public void setTagKeyList(Collection<String> tagKeyList)
The tag key or keys to remove.
Specify only the tag key to remove (not the value). To overwrite the value for an existing tag, use AddTagsToResource.
tagKeyList - The tag key or keys to remove.
Specify only the tag key to remove (not the value). To overwrite the value for an existing tag, use AddTagsToResource.
public RemoveTagsFromResourceRequest withTagKeyList(String... tagKeyList)
The tag key or keys to remove.
Specify only the tag key to remove (not the value). To overwrite the value for an existing tag, use AddTagsToResource.
NOTE: This method appends the values to the existing list (if
any). Use setTagKeyList(java.util.Collection) or
withTagKeyList(java.util.Collection) if you want to override the
existing values.
tagKeyList - The tag key or keys to remove.
Specify only the tag key to remove (not the value). To overwrite the value for an existing tag, use AddTagsToResource.
public RemoveTagsFromResourceRequest withTagKeyList(Collection<String> tagKeyList)
The tag key or keys to remove.
Specify only the tag key to remove (not the value). To overwrite the value for an existing tag, use AddTagsToResource.
tagKeyList - The tag key or keys to remove.
Specify only the tag key to remove (not the value). To overwrite the value for an existing tag, use AddTagsToResource.
public String toString()
toString in class ObjectObject.toString()public RemoveTagsFromResourceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.