public class ListAliasesRequest extends AmazonWebServiceRequest implements Serializable
ListAliases operation.
Lists all of the key aliases in the account.
NOOP| Constructor and Description |
|---|
ListAliasesRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getLimit()
Specify this parameter when paginating results to indicate the maximum
number of aliases you want in each response.
|
String |
getMarker()
Use this parameter when paginating results, and only in a subsequent
request after you've received a response where the results are
truncated.
|
int |
hashCode() |
void |
setLimit(Integer limit)
Specify this parameter when paginating results to indicate the maximum
number of aliases you want in each response.
|
void |
setMarker(String marker)
Use this parameter when paginating results, and only in a subsequent
request after you've received a response where the results are
truncated.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListAliasesRequest |
withLimit(Integer limit)
Specify this parameter when paginating results to indicate the maximum
number of aliases you want in each response.
|
ListAliasesRequest |
withMarker(String marker)
Use this parameter when paginating results, and only in a subsequent
request after you've received a response where the results are
truncated.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic Integer getLimit()
Truncated
response element will be set to true.
Constraints:
Range: 1 - 1000
Truncated
response element will be set to true.public void setLimit(Integer limit)
Truncated
response element will be set to true.
Constraints:
Range: 1 - 1000
limit - Specify this parameter when paginating results to indicate the maximum
number of aliases you want in each response. If there are additional
aliases beyond the maximum you specify, the Truncated
response element will be set to true.public ListAliasesRequest withLimit(Integer limit)
Truncated
response element will be set to true.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 1000
limit - Specify this parameter when paginating results to indicate the maximum
number of aliases you want in each response. If there are additional
aliases beyond the maximum you specify, the Truncated
response element will be set to true.public String getMarker()
NextMarker element
in the response you just received.
Constraints:
Length: 1 - 320
Pattern: [\u0020-\u00FF]*
NextMarker element
in the response you just received.public void setMarker(String marker)
NextMarker element
in the response you just received.
Constraints:
Length: 1 - 320
Pattern: [\u0020-\u00FF]*
marker - Use this parameter when paginating results, and only in a subsequent
request after you've received a response where the results are
truncated. Set it to the value of the NextMarker element
in the response you just received.public ListAliasesRequest withMarker(String marker)
NextMarker element
in the response you just received.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 320
Pattern: [\u0020-\u00FF]*
marker - Use this parameter when paginating results, and only in a subsequent
request after you've received a response where the results are
truncated. Set it to the value of the NextMarker element
in the response you just received.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.