public class UntagResourceRequest extends AmazonWebServiceRequest implements Serializable
Removes the specified tags from an 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(Object obj) |
String |
getResourceArn()
The Amazon Resource Name (ARN) of the identity pool that the tags are
assigned to.
|
List<String> |
getTagKeys()
The keys of the tags to remove from the user pool.
|
int |
hashCode() |
void |
setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the identity pool that the tags are
assigned to.
|
void |
setTagKeys(Collection<String> tagKeys)
The keys of the tags to remove from the user pool.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UntagResourceRequest |
withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the identity pool that the tags are
assigned to.
|
UntagResourceRequest |
withTagKeys(Collection<String> tagKeys)
The keys of the tags to remove from the user pool.
|
UntagResourceRequest |
withTagKeys(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 String getResourceArn()
The Amazon Resource Name (ARN) of the identity pool that the tags are assigned to.
Constraints:
Length: 20 - 2048
The Amazon Resource Name (ARN) of the identity pool that the tags are assigned to.
public void setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the identity pool that the tags are assigned to.
Constraints:
Length: 20 - 2048
resourceArn - The Amazon Resource Name (ARN) of the identity pool that the tags are assigned to.
public UntagResourceRequest withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the identity pool that the tags are assigned to.
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 that the tags are assigned to.
public List<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(Collection<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(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(Collection<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 String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.