@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 objects that are returned for the request.
|
String |
getNextToken()
The token to retrieve the next set of results.
|
String |
getResourceArn()
The unique identifier for the resource.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of objects that are returned for the request.
|
void |
setNextToken(String nextToken)
The token to retrieve the next set of results.
|
void |
setResourceArn(String resourceArn)
The unique identifier for the resource.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsForResourceRequest |
withMaxResults(Integer maxResults)
The maximum number of objects that are returned for the request.
|
ListTagsForResourceRequest |
withNextToken(String nextToken)
The token to retrieve the next set of results.
|
ListTagsForResourceRequest |
withResourceArn(String resourceArn)
The unique identifier for 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 objects that are returned for the request.
maxResults - The maximum number of objects that are returned for the request.public Integer getMaxResults()
The maximum number of objects that are returned for the request.
public ListTagsForResourceRequest withMaxResults(Integer maxResults)
The maximum number of objects that are returned for the request.
maxResults - The maximum number of objects that are returned for the request.public void setNextToken(String nextToken)
The token to retrieve the next set of results.
nextToken - The token to retrieve the next set of results.public String getNextToken()
The token to retrieve the next set of results.
public ListTagsForResourceRequest withNextToken(String nextToken)
The token to retrieve the next set of results.
nextToken - The token to retrieve the next set of results.public void setResourceArn(String resourceArn)
The unique identifier for the resource.
resourceArn - The unique identifier for the resource.public String getResourceArn()
The unique identifier for the resource.
public ListTagsForResourceRequest withResourceArn(String resourceArn)
The unique identifier for the resource.
resourceArn - The unique identifier for the resource.public String toString()
toString in class ObjectObject.toString()public ListTagsForResourceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.