public class DeleteTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request of the delete tags action.
NOOP
Constructor and Description |
---|
DeleteTagsRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteTagsRequest |
clone()
Creates a shallow clone of this request.
|
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, withSdkRequestTimeout
public 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 Object
Object.toString()
public DeleteTagsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2018. All rights reserved.