@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() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The
MaxResults parameter sets the maximum number of results returned in a single page. |
String |
getNextToken()
The pagination token.
|
String |
getResourceArn()
The Amazon Resource Name (ARN) of the resource.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The
MaxResults parameter sets the maximum number of results returned in a single page. |
void |
setNextToken(String nextToken)
The pagination token.
|
void |
setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsForResourceRequest |
withMaxResults(Integer maxResults)
The
MaxResults parameter sets the maximum number of results returned in a single page. |
ListTagsForResourceRequest |
withNextToken(String nextToken)
The pagination token.
|
ListTagsForResourceRequest |
withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
|
addHandlerContext, copyBaseTo, 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 setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.
resourceArn - The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.public String getResourceArn()
The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.
public ListTagsForResourceRequest withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.
resourceArn - The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.public void setNextToken(String nextToken)
The pagination token. This is for future use. Currently pagination is not supported for tagging.
nextToken - The pagination token. This is for future use. Currently pagination is not supported for tagging.public String getNextToken()
The pagination token. This is for future use. Currently pagination is not supported for tagging.
public ListTagsForResourceRequest withNextToken(String nextToken)
The pagination token. This is for future use. Currently pagination is not supported for tagging.
nextToken - The pagination token. This is for future use. Currently pagination is not supported for tagging.public void setMaxResults(Integer maxResults)
The MaxResults parameter sets the maximum number of results returned in a single page. This is for
future use and is not supported currently.
maxResults - The MaxResults parameter sets the maximum number of results returned in a single page. This
is for future use and is not supported currently.public Integer getMaxResults()
The MaxResults parameter sets the maximum number of results returned in a single page. This is for
future use and is not supported currently.
MaxResults parameter sets the maximum number of results returned in a single page. This
is for future use and is not supported currently.public ListTagsForResourceRequest withMaxResults(Integer maxResults)
The MaxResults parameter sets the maximum number of results returned in a single page. This is for
future use and is not supported currently.
maxResults - The MaxResults parameter sets the maximum number of results returned in a single page. This
is for future use and is not supported currently.public String toString()
toString in class ObjectObject.toString()public ListTagsForResourceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.