@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 return at one time.
|
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 return at one time.
|
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 return at one time.
|
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 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 void setMaxResults(Integer maxResults)
The maximum number of results to return at one time. The default is 25.
Valid Range: Minimum value of 1. Maximum value of 250.
maxResults - The maximum number of results to return at one time. The default is 25.
Valid Range: Minimum value of 1. Maximum value of 250.
public Integer getMaxResults()
The maximum number of results to return at one time. The default is 25.
Valid Range: Minimum value of 1. Maximum value of 250.
Valid Range: Minimum value of 1. Maximum value of 250.
public ListTagsForResourceRequest withMaxResults(Integer maxResults)
The maximum number of results to return at one time. The default is 25.
Valid Range: Minimum value of 1. Maximum value of 250.
maxResults - The maximum number of results to return at one time. The default is 25.
Valid Range: Minimum value of 1. Maximum value of 250.
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 String toString()
toString in class ObjectObject.toString()public ListTagsForResourceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2025. All rights reserved.