public class UntagResourceRequest
extends com.amazonaws.AmazonWebServiceRequest
implements java.io.Serializable
Removes the association of tags from an Amazon DynamoDB resource. You can call UntagResource up to 5 times per second, per account.
For an overview on tagging DynamoDB resources, see Tagging for DynamoDB in the Amazon DynamoDB Developer Guide.
| Constructor and Description |
|---|
UntagResourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getResourceArn()
The Amazon DyanamoDB resource the tags will be removed from.
|
java.util.List<java.lang.String> |
getTagKeys()
A list of tag keys.
|
int |
hashCode() |
void |
setResourceArn(java.lang.String resourceArn)
The Amazon DyanamoDB resource the tags will be removed from.
|
void |
setTagKeys(java.util.Collection<java.lang.String> tagKeys)
A list of 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 DyanamoDB resource the tags will be removed from.
|
UntagResourceRequest |
withTagKeys(java.util.Collection<java.lang.String> tagKeys)
A list of tag keys.
|
UntagResourceRequest |
withTagKeys(java.lang.String... tagKeys)
A list of tag keys.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.String getResourceArn()
The Amazon DyanamoDB resource the tags will be removed from. This value is an Amazon Resource Name (ARN).
Constraints:
Length: 1 - 1283
The Amazon DyanamoDB resource the tags will be removed from. This value is an Amazon Resource Name (ARN).
public void setResourceArn(java.lang.String resourceArn)
The Amazon DyanamoDB resource the tags will be removed from. This value is an Amazon Resource Name (ARN).
Constraints:
Length: 1 - 1283
resourceArn - The Amazon DyanamoDB resource the tags will be removed from. This value is an Amazon Resource Name (ARN).
public UntagResourceRequest withResourceArn(java.lang.String resourceArn)
The Amazon DyanamoDB resource the tags will be removed from. This value is an Amazon Resource Name (ARN).
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1283
resourceArn - The Amazon DyanamoDB resource the tags will be removed from. This value is an Amazon Resource Name (ARN).
public java.util.List<java.lang.String> getTagKeys()
A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the Amazon DynamoDB resource.
A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the Amazon DynamoDB resource.
public void setTagKeys(java.util.Collection<java.lang.String> tagKeys)
A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the Amazon DynamoDB resource.
tagKeys - A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the Amazon DynamoDB resource.
public UntagResourceRequest withTagKeys(java.lang.String... tagKeys)
A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the Amazon DynamoDB resource.
Returns a reference to this object so that method calls can be chained together.
tagKeys - A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the Amazon DynamoDB resource.
public UntagResourceRequest withTagKeys(java.util.Collection<java.lang.String> tagKeys)
A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the Amazon DynamoDB resource.
Returns a reference to this object so that method calls can be chained together.
tagKeys - A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the Amazon DynamoDB resource.
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