@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()
The token that specifies the next page of results to return.
|
String |
getResourceArn()
The Amazon Resource Name (ARN) of the resource whose tags are to be returned.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of tags to return.
|
void |
setNextToken(String nextToken)
The token that specifies the next page of results to return.
|
void |
setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource whose tags are to be returned.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsForResourceRequest |
withMaxResults(Integer maxResults)
The maximum number of tags to return.
|
ListTagsForResourceRequest |
withNextToken(String nextToken)
The token that specifies the next page of results to return.
|
ListTagsForResourceRequest |
withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource whose tags are to be returned.
|
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, withSdkRequestTimeoutpublic 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 setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource whose tags are to be returned.
resourceArn - The Amazon Resource Name (ARN) of the resource whose tags are to be returned.public String getResourceArn()
The Amazon Resource Name (ARN) of the resource whose tags are to be returned.
public ListTagsForResourceRequest withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource whose tags are to be returned.
resourceArn - The Amazon Resource Name (ARN) of the resource whose tags are to be returned.public void setNextToken(String nextToken)
The token that specifies the next page of results to return.
nextToken - The token that specifies the next page of results to return.public String getNextToken()
The token that specifies the next page of results to return.
public ListTagsForResourceRequest withNextToken(String nextToken)
The token that specifies the next page of results to return.
nextToken - The token that specifies the next page of results to return.public String toString()
toString in class ObjectObject.toString()public ListTagsForResourceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()