@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()
Use this parameter to specify the maximum number of items to return.
|
String |
getNextToken()
Use this parameter in a subsequent request after you receive a response with truncated results.
|
String |
getResourceArn()
The
KeyARN of the key whose tags you are getting. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Use this parameter to specify the maximum number of items to return.
|
void |
setNextToken(String nextToken)
Use this parameter in a subsequent request after you receive a response with truncated results.
|
void |
setResourceArn(String resourceArn)
The
KeyARN of the key whose tags you are getting. |
String |
toString()
Returns a string representation of this object.
|
ListTagsForResourceRequest |
withMaxResults(Integer maxResults)
Use this parameter to specify the maximum number of items to return.
|
ListTagsForResourceRequest |
withNextToken(String nextToken)
Use this parameter in a subsequent request after you receive a response with truncated results.
|
ListTagsForResourceRequest |
withResourceArn(String resourceArn)
The
KeyARN of the key whose tags you are getting. |
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 KeyARN of the key whose tags you are getting.
resourceArn - The KeyARN of the key whose tags you are getting.public String getResourceArn()
The KeyARN of the key whose tags you are getting.
KeyARN of the key whose tags you are getting.public ListTagsForResourceRequest withResourceArn(String resourceArn)
The KeyARN of the key whose tags you are getting.
resourceArn - The KeyARN of the key whose tags you are getting.public void setNextToken(String nextToken)
Use this parameter in a subsequent request after you receive a response with truncated results. Set it to the
value of NextToken from the truncated response you just received.
nextToken - Use this parameter in a subsequent request after you receive a response with truncated results. Set it to
the value of NextToken from the truncated response you just received.public String getNextToken()
Use this parameter in a subsequent request after you receive a response with truncated results. Set it to the
value of NextToken from the truncated response you just received.
NextToken from the truncated response you just received.public ListTagsForResourceRequest withNextToken(String nextToken)
Use this parameter in a subsequent request after you receive a response with truncated results. Set it to the
value of NextToken from the truncated response you just received.
nextToken - Use this parameter in a subsequent request after you receive a response with truncated results. Set it to
the value of NextToken from the truncated response you just received.public void setMaxResults(Integer maxResults)
Use this parameter to specify the maximum number of items to return. When this value is present, Amazon Web Services Payment Cryptography does not return more than the specified number of items, but it might return fewer.
This value is optional. If you include a value, it must be between 1 and 100, inclusive. If you do not include a value, it defaults to 50.
maxResults - Use this parameter to specify the maximum number of items to return. When this value is present, Amazon
Web Services Payment Cryptography does not return more than the specified number of items, but it might
return fewer.
This value is optional. If you include a value, it must be between 1 and 100, inclusive. If you do not include a value, it defaults to 50.
public Integer getMaxResults()
Use this parameter to specify the maximum number of items to return. When this value is present, Amazon Web Services Payment Cryptography does not return more than the specified number of items, but it might return fewer.
This value is optional. If you include a value, it must be between 1 and 100, inclusive. If you do not include a value, it defaults to 50.
This value is optional. If you include a value, it must be between 1 and 100, inclusive. If you do not include a value, it defaults to 50.
public ListTagsForResourceRequest withMaxResults(Integer maxResults)
Use this parameter to specify the maximum number of items to return. When this value is present, Amazon Web Services Payment Cryptography does not return more than the specified number of items, but it might return fewer.
This value is optional. If you include a value, it must be between 1 and 100, inclusive. If you do not include a value, it defaults to 50.
maxResults - Use this parameter to specify the maximum number of items to return. When this value is present, Amazon
Web Services Payment Cryptography does not return more than the specified number of items, but it might
return fewer.
This value is optional. If you include a value, it must be between 1 and 100, inclusive. If you do not include a value, it defaults to 50.
public String toString()
toString in class ObjectObject.toString()public ListTagsForResourceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.