@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsForResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ListTagsForResourceRequest
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()
Specifies how many results that you want in the response.
|
String |
getNextToken()
Specifies an opaque string that indicates the position to begin the next list of results in the response.
|
String |
getResourceArn()
Specifies the Amazon Resource Name (ARN) of the resource that you want tag information on.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Specifies how many results that you want in the response.
|
void |
setNextToken(String nextToken)
Specifies an opaque string that indicates the position to begin the next list of results in the response.
|
void |
setResourceArn(String resourceArn)
Specifies the Amazon Resource Name (ARN) of the resource that you want tag information on.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsForResourceRequest |
withMaxResults(Integer maxResults)
Specifies how many results that you want in the response.
|
ListTagsForResourceRequest |
withNextToken(String nextToken)
Specifies an opaque string that indicates the position to begin the next list of results in the response.
|
ListTagsForResourceRequest |
withResourceArn(String resourceArn)
Specifies the Amazon Resource Name (ARN) of the resource that you want tag information on.
|
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)
Specifies the Amazon Resource Name (ARN) of the resource that you want tag information on.
resourceArn
- Specifies the Amazon Resource Name (ARN) of the resource that you want tag information on.public String getResourceArn()
Specifies the Amazon Resource Name (ARN) of the resource that you want tag information on.
public ListTagsForResourceRequest withResourceArn(String resourceArn)
Specifies the Amazon Resource Name (ARN) of the resource that you want tag information on.
resourceArn
- Specifies the Amazon Resource Name (ARN) of the resource that you want tag information on.public void setMaxResults(Integer maxResults)
Specifies how many results that you want in the response.
maxResults
- Specifies how many results that you want in the response.public Integer getMaxResults()
Specifies how many results that you want in the response.
public ListTagsForResourceRequest withMaxResults(Integer maxResults)
Specifies how many results that you want in the response.
maxResults
- Specifies how many results that you want in the response.public void setNextToken(String nextToken)
Specifies an opaque string that indicates the position to begin the next list of results in the response.
nextToken
- Specifies an opaque string that indicates the position to begin the next list of results in the response.public String getNextToken()
Specifies an opaque string that indicates the position to begin the next list of results in the response.
public ListTagsForResourceRequest withNextToken(String nextToken)
Specifies an opaque string that indicates the position to begin the next list of results in the response.
nextToken
- Specifies an opaque string that indicates the position to begin the next list of results in the response.public String toString()
toString
in class Object
Object.toString()
public ListTagsForResourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()