@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 results to be returned per request that lists the tags for the resource.
|
String |
getNextToken()
The token for the next set of results, or null if there are no additional results for this request, where the
request lists the tags for the resource with the specified ARN.
|
String |
getResourceARN()
Lists the tags for the resource with the specified ARN.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to be returned per request that lists the tags for the resource.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results for this request, where the
request lists the tags for the resource with the specified ARN.
|
void |
setResourceARN(String resourceARN)
Lists the tags for the resource with the specified ARN.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsForResourceRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be returned per request that lists the tags for the resource.
|
ListTagsForResourceRequest |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results for this request, where the
request lists the tags for the resource with the specified ARN.
|
ListTagsForResourceRequest |
withResourceARN(String resourceARN)
Lists the tags for the resource with the specified ARN.
|
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 setResourceARN(String resourceARN)
Lists the tags for the resource with the specified ARN.
resourceARN - Lists the tags for the resource with the specified ARN.public String getResourceARN()
Lists the tags for the resource with the specified ARN.
public ListTagsForResourceRequest withResourceARN(String resourceARN)
Lists the tags for the resource with the specified ARN.
resourceARN - Lists the tags for the resource with the specified ARN.public void setNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results for this request, where the request lists the tags for the resource with the specified ARN.
nextToken - The token for the next set of results, or null if there are no additional results for this request, where
the request lists the tags for the resource with the specified ARN.public String getNextToken()
The token for the next set of results, or null if there are no additional results for this request, where the request lists the tags for the resource with the specified ARN.
public ListTagsForResourceRequest withNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results for this request, where the request lists the tags for the resource with the specified ARN.
nextToken - The token for the next set of results, or null if there are no additional results for this request, where
the request lists the tags for the resource with the specified ARN.public void setMaxResults(Integer maxResults)
The maximum number of results to be returned per request that lists the tags for the resource.
maxResults - The maximum number of results to be returned per request that lists the tags for the resource.public Integer getMaxResults()
The maximum number of results to be returned per request that lists the tags for the resource.
public ListTagsForResourceRequest withMaxResults(Integer maxResults)
The maximum number of results to be returned per request that lists the tags for the resource.
maxResults - The maximum number of results to be returned per request that lists the tags for the resource.public String toString()
toString in class ObjectObject.toString()public ListTagsForResourceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()