@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RemoveTagsRequest() |
Modifier and Type | Method and Description |
---|---|
RemoveTagsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getResourceArns()
The Amazon Resource Name (ARN) of the resource.
|
List<String> |
getTagKeys()
The tag keys for the tags to remove.
|
int |
hashCode() |
void |
setResourceArns(Collection<String> resourceArns)
The Amazon Resource Name (ARN) of the resource.
|
void |
setTagKeys(Collection<String> tagKeys)
The tag keys for the tags to remove.
|
String |
toString()
Returns a string representation of this object.
|
RemoveTagsRequest |
withResourceArns(Collection<String> resourceArns)
The Amazon Resource Name (ARN) of the resource.
|
RemoveTagsRequest |
withResourceArns(String... resourceArns)
The Amazon Resource Name (ARN) of the resource.
|
RemoveTagsRequest |
withTagKeys(Collection<String> tagKeys)
The tag keys for the tags to remove.
|
RemoveTagsRequest |
withTagKeys(String... tagKeys)
The tag keys for the tags to remove.
|
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 List<String> getResourceArns()
The Amazon Resource Name (ARN) of the resource.
public void setResourceArns(Collection<String> resourceArns)
The Amazon Resource Name (ARN) of the resource.
resourceArns
- The Amazon Resource Name (ARN) of the resource.public RemoveTagsRequest withResourceArns(String... resourceArns)
The Amazon Resource Name (ARN) of the resource.
NOTE: This method appends the values to the existing list (if any). Use
setResourceArns(java.util.Collection)
or withResourceArns(java.util.Collection)
if you want to
override the existing values.
resourceArns
- The Amazon Resource Name (ARN) of the resource.public RemoveTagsRequest withResourceArns(Collection<String> resourceArns)
The Amazon Resource Name (ARN) of the resource.
resourceArns
- The Amazon Resource Name (ARN) of the resource.public List<String> getTagKeys()
The tag keys for the tags to remove.
public void setTagKeys(Collection<String> tagKeys)
The tag keys for the tags to remove.
tagKeys
- The tag keys for the tags to remove.public RemoveTagsRequest withTagKeys(String... tagKeys)
The tag keys for the tags to remove.
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 for the tags to remove.public RemoveTagsRequest withTagKeys(Collection<String> tagKeys)
The tag keys for the tags to remove.
tagKeys
- The tag keys for the tags to remove.public String toString()
toString
in class Object
Object.toString()
public RemoveTagsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()