public class UntagResourceRequest extends AmazonWebServiceRequest implements java.io.Serializable
Removes the specified tags from the specified Amazon Cognito identity pool. You can use this action up to 5 times per second, per account
| 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 identity pool.
|
java.util.List<java.lang.String> |
getTagKeys()
The keys of the tags to remove from the user pool.
|
int |
hashCode() |
void |
setResourceArn(java.lang.String resourceArn)
The Amazon Resource Name (ARN) of the identity pool.
|
void |
setTagKeys(java.util.Collection<java.lang.String> tagKeys)
The keys of the tags to remove from the user pool.
|
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 identity pool.
|
UntagResourceRequest |
withTagKeys(java.util.Collection<java.lang.String> tagKeys)
The keys of the tags to remove from the user pool.
|
UntagResourceRequest |
withTagKeys(java.lang.String... tagKeys)
The keys of the tags to remove from the user pool.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.String getResourceArn()
The Amazon Resource Name (ARN) of the identity pool.
Constraints:
Length: 20 - 2048
The Amazon Resource Name (ARN) of the identity pool.
public void setResourceArn(java.lang.String resourceArn)
The Amazon Resource Name (ARN) of the identity pool.
Constraints:
Length: 20 - 2048
resourceArn - The Amazon Resource Name (ARN) of the identity pool.
public UntagResourceRequest withResourceArn(java.lang.String resourceArn)
The Amazon Resource Name (ARN) of the identity pool.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
resourceArn - The Amazon Resource Name (ARN) of the identity pool.
public java.util.List<java.lang.String> getTagKeys()
The keys of the tags to remove from the user pool.
The keys of the tags to remove from the user pool.
public void setTagKeys(java.util.Collection<java.lang.String> tagKeys)
The keys of the tags to remove from the user pool.
tagKeys - The keys of the tags to remove from the user pool.
public UntagResourceRequest withTagKeys(java.lang.String... tagKeys)
The keys of the tags to remove from the user pool.
Returns a reference to this object so that method calls can be chained together.
tagKeys - The keys of the tags to remove from the user pool.
public UntagResourceRequest withTagKeys(java.util.Collection<java.lang.String> tagKeys)
The keys of the tags to remove from the user pool.
Returns a reference to this object so that method calls can be chained together.
tagKeys - The keys of the tags to remove from the user pool.
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