@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 objects to return for the request.
|
String |
getNextToken()
The next token from the previous results.
|
String |
getResourceARN()
The ARN that specifies the resource whose tags you want to list.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of objects to return for the request.
|
void |
setNextToken(String nextToken)
The next token from the previous results.
|
void |
setResourceARN(String resourceARN)
The ARN that specifies the resource whose tags you want to list.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsForResourceRequest |
withMaxResults(Integer maxResults)
The maximum number of objects to return for the request.
|
ListTagsForResourceRequest |
withNextToken(String nextToken)
The next token from the previous results.
|
ListTagsForResourceRequest |
withResourceARN(String resourceARN)
The ARN that specifies the resource whose tags you want to list.
|
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 setResourceARN(String resourceARN)
The ARN that specifies the resource whose tags you want to list.
resourceARN
- The ARN that specifies the resource whose tags you want to list.public String getResourceARN()
The ARN that specifies the resource whose tags you want to list.
public ListTagsForResourceRequest withResourceARN(String resourceARN)
The ARN that specifies the resource whose tags you want to list.
resourceARN
- The ARN that specifies the resource whose tags you want to list.public void setNextToken(String nextToken)
The next token from the previous results.
nextToken
- The next token from the previous results.public String getNextToken()
The next token from the previous results.
public ListTagsForResourceRequest withNextToken(String nextToken)
The next token from the previous results.
nextToken
- The next token from the previous results.public void setMaxResults(Integer maxResults)
The maximum number of objects to return for the request.
maxResults
- The maximum number of objects to return for the request.public Integer getMaxResults()
The maximum number of objects to return for the request.
public ListTagsForResourceRequest withMaxResults(Integer maxResults)
The maximum number of objects to return for the request.
maxResults
- The maximum number of objects to return for the request.public String toString()
toString
in class Object
Object.toString()
public ListTagsForResourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()