@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UntagResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UntagResourcesRequest() |
| Modifier and Type | Method and Description |
|---|---|
UntagResourcesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getResourceARNList()
A list of ARNs.
|
List<String> |
getTagKeys()
A list of the tag keys that you want to remove from the specified resources.
|
int |
hashCode() |
void |
setResourceARNList(Collection<String> resourceARNList)
A list of ARNs.
|
void |
setTagKeys(Collection<String> tagKeys)
A list of the tag keys that you want to remove from the specified resources.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UntagResourcesRequest |
withResourceARNList(Collection<String> resourceARNList)
A list of ARNs.
|
UntagResourcesRequest |
withResourceARNList(String... resourceARNList)
A list of ARNs.
|
UntagResourcesRequest |
withTagKeys(Collection<String> tagKeys)
A list of the tag keys that you want to remove from the specified resources.
|
UntagResourcesRequest |
withTagKeys(String... tagKeys)
A list of the tag keys that you want to remove from the specified resources.
|
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, withSdkRequestTimeoutpublic List<String> getResourceARNList()
A list of ARNs. An ARN (Amazon Resource Name) uniquely identifies a resource. You can specify a minimum of 1 and a maximum of 20 ARNs (resources) to untag. An ARN can be set to a maximum of 1600 characters. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
public void setResourceARNList(Collection<String> resourceARNList)
A list of ARNs. An ARN (Amazon Resource Name) uniquely identifies a resource. You can specify a minimum of 1 and a maximum of 20 ARNs (resources) to untag. An ARN can be set to a maximum of 1600 characters. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
resourceARNList - A list of ARNs. An ARN (Amazon Resource Name) uniquely identifies a resource. You can specify a minimum of
1 and a maximum of 20 ARNs (resources) to untag. An ARN can be set to a maximum of 1600 characters. For
more information, see Amazon Resource Names
(ARNs) and AWS Service Namespaces in the AWS General Reference.public UntagResourcesRequest withResourceARNList(String... resourceARNList)
A list of ARNs. An ARN (Amazon Resource Name) uniquely identifies a resource. You can specify a minimum of 1 and a maximum of 20 ARNs (resources) to untag. An ARN can be set to a maximum of 1600 characters. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
NOTE: This method appends the values to the existing list (if any). Use
setResourceARNList(java.util.Collection) or withResourceARNList(java.util.Collection) if you
want to override the existing values.
resourceARNList - A list of ARNs. An ARN (Amazon Resource Name) uniquely identifies a resource. You can specify a minimum of
1 and a maximum of 20 ARNs (resources) to untag. An ARN can be set to a maximum of 1600 characters. For
more information, see Amazon Resource Names
(ARNs) and AWS Service Namespaces in the AWS General Reference.public UntagResourcesRequest withResourceARNList(Collection<String> resourceARNList)
A list of ARNs. An ARN (Amazon Resource Name) uniquely identifies a resource. You can specify a minimum of 1 and a maximum of 20 ARNs (resources) to untag. An ARN can be set to a maximum of 1600 characters. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
resourceARNList - A list of ARNs. An ARN (Amazon Resource Name) uniquely identifies a resource. You can specify a minimum of
1 and a maximum of 20 ARNs (resources) to untag. An ARN can be set to a maximum of 1600 characters. For
more information, see Amazon Resource Names
(ARNs) and AWS Service Namespaces in the AWS General Reference.public List<String> getTagKeys()
A list of the tag keys that you want to remove from the specified resources.
public void setTagKeys(Collection<String> tagKeys)
A list of the tag keys that you want to remove from the specified resources.
tagKeys - A list of the tag keys that you want to remove from the specified resources.public UntagResourcesRequest withTagKeys(String... tagKeys)
A list of the tag keys that you want to remove from the specified resources.
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 - A list of the tag keys that you want to remove from the specified resources.public UntagResourcesRequest withTagKeys(Collection<String> tagKeys)
A list of the tag keys that you want to remove from the specified resources.
tagKeys - A list of the tag keys that you want to remove from the specified resources.public String toString()
toString in class ObjectObject.toString()public UntagResourcesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.