public class RemoveTagsFromResourceRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
RemoveTagsFromResourceInput
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
resourceARN
The Amazon Resource Name (ARN) of the resource you want to remove the
tags from.
|
private SdkInternalList<java.lang.String> |
tagKeys
The keys of the tags you want to remove from the specified resource.
|
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 resource you want to remove the
tags from.
|
java.util.List<java.lang.String> |
getTagKeys()
The keys of the tags you want to remove from the specified resource.
|
int |
hashCode() |
void |
setResourceARN(java.lang.String resourceARN)
The Amazon Resource Name (ARN) of the resource you want to remove the
tags from.
|
void |
setTagKeys(java.util.Collection<java.lang.String> tagKeys)
The keys of the tags you want to remove from the specified resource.
|
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 resource you want to remove the
tags from.
|
RemoveTagsFromResourceRequest |
withTagKeys(java.util.Collection<java.lang.String> tagKeys)
The keys of the tags you want to remove from the specified resource.
|
RemoveTagsFromResourceRequest |
withTagKeys(java.lang.String... tagKeys)
The keys of the tags you want to remove from the specified resource.
|
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 resource you want to remove the tags from.
private SdkInternalList<java.lang.String> tagKeys
The keys of the tags you want to remove from the specified resource. A tag is composed of a key/value pair.
public void setResourceARN(java.lang.String resourceARN)
The Amazon Resource Name (ARN) of the resource you want to remove the tags from.
resourceARN
- The Amazon Resource Name (ARN) of the resource you want to remove
the tags from.public java.lang.String getResourceARN()
The Amazon Resource Name (ARN) of the resource you want to remove the tags from.
public RemoveTagsFromResourceRequest withResourceARN(java.lang.String resourceARN)
The Amazon Resource Name (ARN) of the resource you want to remove the tags from.
resourceARN
- The Amazon Resource Name (ARN) of the resource you want to remove
the tags from.public java.util.List<java.lang.String> getTagKeys()
The keys of the tags you want to remove from the specified resource. A tag is composed of a key/value pair.
public void setTagKeys(java.util.Collection<java.lang.String> tagKeys)
The keys of the tags you want to remove from the specified resource. A tag is composed of a key/value pair.
tagKeys
- The keys of the tags you want to remove from the specified
resource. A tag is composed of a key/value pair.public RemoveTagsFromResourceRequest withTagKeys(java.lang.String... tagKeys)
The keys of the tags you want to remove from the specified resource. A tag is composed of a key/value pair.
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
- The keys of the tags you want to remove from the specified
resource. A tag is composed of a key/value pair.public RemoveTagsFromResourceRequest withTagKeys(java.util.Collection<java.lang.String> tagKeys)
The keys of the tags you want to remove from the specified resource. A tag is composed of a key/value pair.
tagKeys
- The keys of the tags you want to remove from the specified
resource. A tag is composed of a key/value pair.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()