public class UntagResourceRequest
extends com.amazonaws.AmazonWebServiceRequest
implements java.io.Serializable
Removes the specified tags from the specified resource.
| Constructor and Description |
|---|
UntagResourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getResourceArn()
The Amazon Resource Name (ARN) of the resource.
|
java.util.List<java.lang.String> |
getTagKeys()
The tag keys.
|
int |
hashCode() |
void |
setResourceArn(java.lang.String resourceArn)
The Amazon Resource Name (ARN) of the resource.
|
void |
setTagKeys(java.util.Collection<java.lang.String> tagKeys)
The tag keys.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UntagResourceRequest |
withResourceArn(java.lang.String resourceArn)
The Amazon Resource Name (ARN) of the resource.
|
UntagResourceRequest |
withTagKeys(java.util.Collection<java.lang.String> tagKeys)
The tag keys.
|
UntagResourceRequest |
withTagKeys(java.lang.String... tagKeys)
The tag keys.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.String getResourceArn()
The Amazon Resource Name (ARN) of the resource.
The Amazon Resource Name (ARN) of the resource.
public void setResourceArn(java.lang.String resourceArn)
The Amazon Resource Name (ARN) of the resource.
resourceArn - The Amazon Resource Name (ARN) of the resource.
public UntagResourceRequest withResourceArn(java.lang.String resourceArn)
The Amazon Resource Name (ARN) of the resource.
Returns a reference to this object so that method calls can be chained together.
resourceArn - The Amazon Resource Name (ARN) of the resource.
public java.util.List<java.lang.String> getTagKeys()
The tag keys.
The tag keys.
public void setTagKeys(java.util.Collection<java.lang.String> tagKeys)
The tag keys.
tagKeys - The tag keys.
public UntagResourceRequest withTagKeys(java.lang.String... tagKeys)
The tag keys.
Returns a reference to this object so that method calls can be chained together.
tagKeys - The tag keys.
public UntagResourceRequest withTagKeys(java.util.Collection<java.lang.String> tagKeys)
The tag keys.
Returns a reference to this object so that method calls can be chained together.
tagKeys - The tag keys.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object