public class ListTagsOfResourceRequest extends AmazonWebServiceRequest implements java.io.Serializable
List all tags on an Amazon DynamoDB resource. You can call ListTagsOfResource up to 10 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 |
---|
ListTagsOfResourceRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
An optional string that, if supplied, must be copied from the output of a
previous call to ListTagOfResource.
|
java.lang.String |
getResourceArn()
The Amazon DynamoDB resource with tags to be listed.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
An optional string that, if supplied, must be copied from the output of a
previous call to ListTagOfResource.
|
void |
setResourceArn(java.lang.String resourceArn)
The Amazon DynamoDB resource with tags to be listed.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTagsOfResourceRequest |
withNextToken(java.lang.String nextToken)
An optional string that, if supplied, must be copied from the output of a
previous call to ListTagOfResource.
|
ListTagsOfResourceRequest |
withResourceArn(java.lang.String resourceArn)
The Amazon DynamoDB resource with tags to be listed.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getResourceArn()
The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).
Constraints:
Length: 1 - 1283
The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).
public void setResourceArn(java.lang.String resourceArn)
The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).
Constraints:
Length: 1 - 1283
resourceArn
- The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).
public ListTagsOfResourceRequest withResourceArn(java.lang.String resourceArn)
The Amazon DynamoDB resource with tags to be listed. 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 DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).
public java.lang.String getNextToken()
An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.
An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.
public void setNextToken(java.lang.String nextToken)
An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.
nextToken
- An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.
public ListTagsOfResourceRequest withNextToken(java.lang.String nextToken)
An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.
Returns a reference to this object so that method calls can be chained together.
nextToken
- An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.