public class DeleteTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request of the DeleteTags operation.
NOOP| Constructor and Description |
|---|
DeleteTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteTagsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getResourceId()
The resource ID of the request.
|
List<String> |
getTagKeys()
The tag keys of the request.
|
int |
hashCode() |
void |
setResourceId(String resourceId)
The resource ID of the request.
|
void |
setTagKeys(Collection<String> tagKeys)
The tag keys of the request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteTagsRequest |
withResourceId(String resourceId)
The resource ID of the request.
|
DeleteTagsRequest |
withTagKeys(Collection<String> tagKeys)
The tag keys of the request.
|
DeleteTagsRequest |
withTagKeys(String... tagKeys)
The tag keys of the request.
|
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 setResourceId(String resourceId)
The resource ID of the request.
resourceId - The resource ID of the request.public String getResourceId()
The resource ID of the request.
public DeleteTagsRequest withResourceId(String resourceId)
The resource ID of the request.
resourceId - The resource ID of the request.public List<String> getTagKeys()
The tag keys of the request.
public void setTagKeys(Collection<String> tagKeys)
The tag keys of the request.
tagKeys - The tag keys of the request.public DeleteTagsRequest withTagKeys(String... tagKeys)
The tag keys of the request.
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 tag keys of the request.public DeleteTagsRequest withTagKeys(Collection<String> tagKeys)
The tag keys of the request.
tagKeys - The tag keys of the request.public String toString()
toString in class ObjectObject.toString()public DeleteTagsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.