@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 tags to list.
|
String |
getNextToken()
A token that indicates the location of the next resource tag in the array of resource tags, after the list of
resource tags that was previously requested.
|
String |
getResourceArn()
The Amazon Resource Name (ARN) of the resource for the listed tags.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of tags to list.
|
void |
setNextToken(String nextToken)
A token that indicates the location of the next resource tag in the array of resource tags, after the list of
resource tags that was previously requested.
|
void |
setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource for the listed tags.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsForResourceRequest |
withMaxResults(Integer maxResults)
The maximum number of tags to list.
|
ListTagsForResourceRequest |
withNextToken(String nextToken)
A token that indicates the location of the next resource tag in the array of resource tags, after the list of
resource tags that was previously requested.
|
ListTagsForResourceRequest |
withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource for the listed tags.
|
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, withSdkRequestTimeout
public void setMaxResults(Integer maxResults)
The maximum number of tags to list.
maxResults
- The maximum number of tags to list.public Integer getMaxResults()
The maximum number of tags to list.
public ListTagsForResourceRequest withMaxResults(Integer maxResults)
The maximum number of tags to list.
maxResults
- The maximum number of tags to list.public void setNextToken(String nextToken)
A token that indicates the location of the next resource tag in the array of resource tags, after the list of resource tags that was previously requested.
nextToken
- A token that indicates the location of the next resource tag in the array of resource tags, after the list
of resource tags that was previously requested.public String getNextToken()
A token that indicates the location of the next resource tag in the array of resource tags, after the list of resource tags that was previously requested.
public ListTagsForResourceRequest withNextToken(String nextToken)
A token that indicates the location of the next resource tag in the array of resource tags, after the list of resource tags that was previously requested.
nextToken
- A token that indicates the location of the next resource tag in the array of resource tags, after the list
of resource tags that was previously requested.public void setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource for the listed tags.
resourceArn
- The Amazon Resource Name (ARN) of the resource for the listed tags.public String getResourceArn()
The Amazon Resource Name (ARN) of the resource for the listed tags.
public ListTagsForResourceRequest withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource for the listed tags.
resourceArn
- The Amazon Resource Name (ARN) of the resource for the listed tags.public String toString()
toString
in class Object
Object.toString()
public ListTagsForResourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()