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 |
getResourceId()
The resource ID for which you want to remove tags.
|
String |
getResourceType()
The type of resource of which you want to remove a tag.
|
List<String> |
getTagKeys()
Tag keys that you want to remove from the specified resource.
|
int |
hashCode() |
void |
setResourceId(String resourceId)
The resource ID for which you want to remove tags.
|
void |
setResourceType(ResourceTypeForTagging resourceType)
The type of resource of which you want to remove a tag.
|
void |
setResourceType(String resourceType)
The type of resource of which you want to remove a tag.
|
void |
setTagKeys(Collection<String> tagKeys)
Tag keys that you want to remove from the specified resource.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RemoveTagsFromResourceRequest |
withResourceId(String resourceId)
The resource ID for which you want to remove tags.
|
RemoveTagsFromResourceRequest |
withResourceType(ResourceTypeForTagging resourceType)
The type of resource of which you want to remove a tag.
|
RemoveTagsFromResourceRequest |
withResourceType(String resourceType)
The type of resource of which you want to remove a tag.
|
RemoveTagsFromResourceRequest |
withTagKeys(Collection<String> tagKeys)
Tag keys that you want to remove from the specified resource.
|
RemoveTagsFromResourceRequest |
withTagKeys(String... tagKeys)
Tag keys that 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, withSdkRequestTimeoutpublic void setResourceType(String resourceType)
The type of resource of which you want to remove a tag.
resourceType - The type of resource of which you want to remove a tag.ResourceTypeForTaggingpublic String getResourceType()
The type of resource of which you want to remove a tag.
ResourceTypeForTaggingpublic RemoveTagsFromResourceRequest withResourceType(String resourceType)
The type of resource of which you want to remove a tag.
resourceType - The type of resource of which you want to remove a tag.ResourceTypeForTaggingpublic void setResourceType(ResourceTypeForTagging resourceType)
The type of resource of which you want to remove a tag.
resourceType - The type of resource of which you want to remove a tag.ResourceTypeForTaggingpublic RemoveTagsFromResourceRequest withResourceType(ResourceTypeForTagging resourceType)
The type of resource of which you want to remove a tag.
resourceType - The type of resource of which you want to remove a tag.ResourceTypeForTaggingpublic void setResourceId(String resourceId)
The resource ID for which you want to remove tags.
resourceId - The resource ID for which you want to remove tags.public String getResourceId()
The resource ID for which you want to remove tags.
public RemoveTagsFromResourceRequest withResourceId(String resourceId)
The resource ID for which you want to remove tags.
resourceId - The resource ID for which you want to remove tags.public List<String> getTagKeys()
Tag keys that you want to remove from the specified resource.
public void setTagKeys(Collection<String> tagKeys)
Tag keys that you want to remove from the specified resource.
tagKeys - Tag keys that you want to remove from the specified resource.public RemoveTagsFromResourceRequest withTagKeys(String... tagKeys)
Tag keys that you want to remove from the specified resource.
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 - Tag keys that you want to remove from the specified resource.public RemoveTagsFromResourceRequest withTagKeys(Collection<String> tagKeys)
Tag keys that you want to remove from the specified resource.
tagKeys - Tag keys that you want to remove from the specified resource.public String toString()
toString in class ObjectObject.toString()public RemoveTagsFromResourceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.