public class ListTagsForResourceRequest extends AmazonWebServiceRequest implements Serializable
Lists the tags that are assigned to an Amazon Cognito identity pool.
A tag is a label that you can apply to identity pools to categorize and manage them in different ways, such as by purpose, owner, environment, or other criteria.
You can use this action up to 10 times per second, per account.
| Constructor and Description |
|---|
ListTagsForResourceRequest() |
| 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.
|
int |
hashCode() |
void |
setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the identity pool that the tags are
assigned to.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTagsForResourceRequest |
withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the identity pool that the tags are
assigned to.
|
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 ListTagsForResourceRequest 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 String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.