public class RemoveTagsFromResourceRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
resourceArn
The Amazon Resource Name (ARN) of the AWS CloudHSM resource.
|
private SdkInternalList<java.lang.String> |
tagKeyList
The tag key or keys to remove.
|
NOOP
Constructor and Description |
---|
RemoveTagsFromResourceRequest() |
Modifier and Type | Method and Description |
---|---|
RemoveTagsFromResourceRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getResourceArn()
The Amazon Resource Name (ARN) of the AWS CloudHSM resource.
|
java.util.List<java.lang.String> |
getTagKeyList()
The tag key or keys to remove.
|
int |
hashCode() |
void |
setResourceArn(java.lang.String resourceArn)
The Amazon Resource Name (ARN) of the AWS CloudHSM resource.
|
void |
setTagKeyList(java.util.Collection<java.lang.String> tagKeyList)
The tag key or keys to remove.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RemoveTagsFromResourceRequest |
withResourceArn(java.lang.String resourceArn)
The Amazon Resource Name (ARN) of the AWS CloudHSM resource.
|
RemoveTagsFromResourceRequest |
withTagKeyList(java.util.Collection<java.lang.String> tagKeyList)
The tag key or keys to remove.
|
RemoveTagsFromResourceRequest |
withTagKeyList(java.lang.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, withSdkRequestTimeout
private java.lang.String resourceArn
The Amazon Resource Name (ARN) of the AWS CloudHSM resource.
private SdkInternalList<java.lang.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.
public void setResourceArn(java.lang.String resourceArn)
The Amazon Resource Name (ARN) of the AWS CloudHSM resource.
resourceArn
- The Amazon Resource Name (ARN) of the AWS CloudHSM resource.public java.lang.String getResourceArn()
The Amazon Resource Name (ARN) of the AWS CloudHSM resource.
public RemoveTagsFromResourceRequest withResourceArn(java.lang.String resourceArn)
The Amazon Resource Name (ARN) of the AWS CloudHSM resource.
resourceArn
- The Amazon Resource Name (ARN) of the AWS CloudHSM resource.public java.util.List<java.lang.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(java.util.Collection<java.lang.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(java.lang.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(java.util.Collection<java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public RemoveTagsFromResourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()