@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveTagsFromResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
RemoveTagsFromResourceInput
NOOP
Constructor and Description |
---|
RemoveTagsFromResourceRequest() |
Modifier and Type | Method and Description |
---|---|
RemoveTagsFromResourceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getResourceARN()
The Amazon Resource Name (ARN) of the resource you want to remove the tags from.
|
List<String> |
getTagKeys()
The keys of the tags you want to remove from the specified resource.
|
int |
hashCode() |
void |
setResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource you want to remove the tags from.
|
void |
setTagKeys(Collection<String> tagKeys)
The keys of the tags you want to remove from the specified resource.
|
String |
toString()
Returns a string representation of this object.
|
RemoveTagsFromResourceRequest |
withResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource you want to remove the tags from.
|
RemoveTagsFromResourceRequest |
withTagKeys(Collection<String> tagKeys)
The keys of the tags you want to remove from the specified resource.
|
RemoveTagsFromResourceRequest |
withTagKeys(String... tagKeys)
The keys of the tags you want to remove from the specified resource.
|
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 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 String getResourceARN()
The Amazon Resource Name (ARN) of the resource you want to remove the tags from.
public RemoveTagsFromResourceRequest withResourceARN(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 List<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(Collection<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(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(Collection<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 String toString()
toString
in class Object
Object.toString()
public RemoveTagsFromResourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()