@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsForResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTagsForResourceRequest() |
Modifier and Type | Method and Description |
---|---|
ListTagsForResourceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of tags to return.
|
String |
getNextToken()
A pagination token to resume pagination.
|
String |
getResourceARN()
The Timestream resource with tags to be listed.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of tags to return.
|
void |
setNextToken(String nextToken)
A pagination token to resume pagination.
|
void |
setResourceARN(String resourceARN)
The Timestream resource with tags to be listed.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsForResourceRequest |
withMaxResults(Integer maxResults)
The maximum number of tags to return.
|
ListTagsForResourceRequest |
withNextToken(String nextToken)
A pagination token to resume pagination.
|
ListTagsForResourceRequest |
withResourceARN(String resourceARN)
The Timestream 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 Timestream resource with tags to be listed. This value is an Amazon Resource Name (ARN).
resourceARN
- The Timestream resource with tags to be listed. This value is an Amazon Resource Name (ARN).public String getResourceARN()
The Timestream resource with tags to be listed. This value is an Amazon Resource Name (ARN).
public ListTagsForResourceRequest withResourceARN(String resourceARN)
The Timestream resource with tags to be listed. This value is an Amazon Resource Name (ARN).
resourceARN
- The Timestream resource with tags to be listed. This value is an Amazon Resource Name (ARN).public void setMaxResults(Integer maxResults)
The maximum number of tags to return.
maxResults
- The maximum number of tags to return.public Integer getMaxResults()
The maximum number of tags to return.
public ListTagsForResourceRequest withMaxResults(Integer maxResults)
The maximum number of tags to return.
maxResults
- The maximum number of tags to return.public void setNextToken(String nextToken)
A pagination token to resume pagination.
nextToken
- A pagination token to resume pagination.public String getNextToken()
A pagination token to resume pagination.
public ListTagsForResourceRequest withNextToken(String nextToken)
A pagination token to resume pagination.
nextToken
- A pagination token to resume pagination.public String toString()
toString
in class Object
Object.toString()
public ListTagsForResourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()