@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsOfResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTagsOfResourceRequest() |
Modifier and Type | Method and Description |
---|---|
ListTagsOfResourceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNextToken()
An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource.
|
String |
getResourceArn()
The Amazon DynamoDB resource with tags to be listed.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource.
|
void |
setResourceArn(String resourceArn)
The Amazon DynamoDB resource with tags to be listed.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsOfResourceRequest |
withNextToken(String nextToken)
An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource.
|
ListTagsOfResourceRequest |
withResourceArn(String resourceArn)
The Amazon DynamoDB resource with tags to be listed.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setResourceArn(String resourceArn)
The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).
resourceArn
- The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).public String getResourceArn()
The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).
public ListTagsOfResourceRequest withResourceArn(String resourceArn)
The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).
resourceArn
- The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).public void setNextToken(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 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.
public ListTagsOfResourceRequest withNextToken(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 String toString()
toString
in class Object
Object.toString()
public ListTagsOfResourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()