@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 maximum number of results to display.
|
String |
getNextToken()
The string that specifies the next page of results.
|
String |
getResourceARN()
The ARN of the resource.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to display.
|
void |
setNextToken(String nextToken)
The string that specifies the next page of results.
|
void |
setResourceARN(String resourceARN)
The ARN of the resource.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsForResourceRequest |
withMaxResults(Integer maxResults)
The maximum number of results to display.
|
ListTagsForResourceRequest |
withNextToken(String nextToken)
The string that specifies the next page of results.
|
ListTagsForResourceRequest |
withResourceARN(String resourceARN)
The 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 setMaxResults(Integer maxResults)
The maximum number of results to display.
maxResults - The maximum number of results to display.public Integer getMaxResults()
The maximum number of results to display.
public ListTagsForResourceRequest withMaxResults(Integer maxResults)
The maximum number of results to display.
maxResults - The maximum number of results to display.public void setNextToken(String nextToken)
The string that specifies the next page of results.
nextToken - The string that specifies the next page of results.public String getNextToken()
The string that specifies the next page of results.
public ListTagsForResourceRequest withNextToken(String nextToken)
The string that specifies the next page of results.
nextToken - The string that specifies the next page of results.public void setResourceARN(String resourceARN)
The ARN of the resource.
resourceARN - The ARN of the resource.public String getResourceARN()
The ARN of the resource.
public ListTagsForResourceRequest withResourceARN(String resourceARN)
The ARN of the resource.
resourceARN - The ARN of the resource.public String toString()
toString in class ObjectObject.toString()public ListTagsForResourceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.