@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAliasesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAliasesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAliasesRequest |
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.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
ListAliasesRequest |
withMaxResults(Integer maxResults)
Use this parameter to specify the maximum number of items to return.
|
ListAliasesRequest |
withNextToken(String nextToken)
Use this parameter in a subsequent request after you receive a response with truncated results.
|
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)
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 ListAliasesRequest 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 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 ListAliasesRequest 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 String toString()
toString in class ObjectObject.toString()public ListAliasesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.