@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UntagResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request object for UntagResource
action.
NOOP
Constructor and Description |
---|
UntagResourceRequest() |
Modifier and Type | Method and Description |
---|---|
UntagResourceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getResourceARN()
The ARN of the Amazon FSx resource to untag.
|
List<String> |
getTagKeys()
A list of keys of tags on the resource to untag.
|
int |
hashCode() |
void |
setResourceARN(String resourceARN)
The ARN of the Amazon FSx resource to untag.
|
void |
setTagKeys(Collection<String> tagKeys)
A list of keys of tags on the resource to untag.
|
String |
toString()
Returns a string representation of this object.
|
UntagResourceRequest |
withResourceARN(String resourceARN)
The ARN of the Amazon FSx resource to untag.
|
UntagResourceRequest |
withTagKeys(Collection<String> tagKeys)
A list of keys of tags on the resource to untag.
|
UntagResourceRequest |
withTagKeys(String... tagKeys)
A list of keys of tags on the resource to untag.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setResourceARN(String resourceARN)
The ARN of the Amazon FSx resource to untag.
resourceARN
- The ARN of the Amazon FSx resource to untag.public String getResourceARN()
The ARN of the Amazon FSx resource to untag.
public UntagResourceRequest withResourceARN(String resourceARN)
The ARN of the Amazon FSx resource to untag.
resourceARN
- The ARN of the Amazon FSx resource to untag.public List<String> getTagKeys()
A list of keys of tags on the resource to untag. In case the tag key doesn't exist, the call will still succeed to be idempotent.
public void setTagKeys(Collection<String> tagKeys)
A list of keys of tags on the resource to untag. In case the tag key doesn't exist, the call will still succeed to be idempotent.
tagKeys
- A list of keys of tags on the resource to untag. In case the tag key doesn't exist, the call will still
succeed to be idempotent.public UntagResourceRequest withTagKeys(String... tagKeys)
A list of keys of tags on the resource to untag. In case the tag key doesn't exist, the call will still succeed to be idempotent.
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
- A list of keys of tags on the resource to untag. In case the tag key doesn't exist, the call will still
succeed to be idempotent.public UntagResourceRequest withTagKeys(Collection<String> tagKeys)
A list of keys of tags on the resource to untag. In case the tag key doesn't exist, the call will still succeed to be idempotent.
tagKeys
- A list of keys of tags on the resource to untag. In case the tag key doesn't exist, the call will still
succeed to be idempotent.public String toString()
toString
in class Object
Object.toString()
public UntagResourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()