@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()
Specifies a list of ARNs of the resources that you want to remove tags from.
|
List<String> |
getTagKeys()
Specifies a list of tag keys that you want to remove from the specified resources.
|
int |
hashCode() |
void |
setResourceARNList(Collection<String> resourceARNList)
Specifies a list of ARNs of the resources that you want to remove tags from.
|
void |
setTagKeys(Collection<String> tagKeys)
Specifies a list of tag keys that you want to remove from the specified resources.
|
String |
toString()
Returns a string representation of this object.
|
UntagResourcesRequest |
withResourceARNList(Collection<String> resourceARNList)
Specifies a list of ARNs of the resources that you want to remove tags from.
|
UntagResourcesRequest |
withResourceARNList(String... resourceARNList)
Specifies a list of ARNs of the resources that you want to remove tags from.
|
UntagResourcesRequest |
withTagKeys(Collection<String> tagKeys)
Specifies a list of tag keys that you want to remove from the specified resources.
|
UntagResourcesRequest |
withTagKeys(String... tagKeys)
Specifies a list of 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()
Specifies a list of ARNs of the resources that you want to remove tags from.
An ARN (Amazon Resource Name) uniquely identifies a resource. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
An ARN (Amazon Resource Name) uniquely identifies a resource. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
public void setResourceARNList(Collection<String> resourceARNList)
Specifies a list of ARNs of the resources that you want to remove tags from.
An ARN (Amazon Resource Name) uniquely identifies a resource. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
resourceARNList - Specifies a list of ARNs of the resources that you want to remove tags from.
An ARN (Amazon Resource Name) uniquely identifies a resource. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
public UntagResourcesRequest withResourceARNList(String... resourceARNList)
Specifies a list of ARNs of the resources that you want to remove tags from.
An ARN (Amazon Resource Name) uniquely identifies a resource. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services 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 - Specifies a list of ARNs of the resources that you want to remove tags from.
An ARN (Amazon Resource Name) uniquely identifies a resource. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
public UntagResourcesRequest withResourceARNList(Collection<String> resourceARNList)
Specifies a list of ARNs of the resources that you want to remove tags from.
An ARN (Amazon Resource Name) uniquely identifies a resource. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
resourceARNList - Specifies a list of ARNs of the resources that you want to remove tags from.
An ARN (Amazon Resource Name) uniquely identifies a resource. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
public List<String> getTagKeys()
Specifies a list of tag keys that you want to remove from the specified resources.
public void setTagKeys(Collection<String> tagKeys)
Specifies a list of tag keys that you want to remove from the specified resources.
tagKeys - Specifies a list of tag keys that you want to remove from the specified resources.public UntagResourcesRequest withTagKeys(String... tagKeys)
Specifies a list of 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 - Specifies a list of tag keys that you want to remove from the specified resources.public UntagResourcesRequest withTagKeys(Collection<String> tagKeys)
Specifies a list of tag keys that you want to remove from the specified resources.
tagKeys - Specifies a list of 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()