public class ListHsmsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ListHsms operation.
Retrieves the identifiers of all of the HSMs provisioned for the current customer.
This operation supports pagination with the use of the NextToken member. If more results are available, the NextToken member of the response contains a token that you pass in the next call to ListHsms to retrieve the next set of items.
NOOP| Constructor and Description |
|---|
ListHsmsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListHsmsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The NextToken value from a previous call to ListHsms.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The NextToken value from a previous call to ListHsms.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListHsmsRequest |
withNextToken(String nextToken)
The NextToken value from a previous call to ListHsms.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getNextToken()
Constraints:
Pattern: [a-zA-Z0-9+/]*
public void setNextToken(String nextToken)
Constraints:
Pattern: [a-zA-Z0-9+/]*
nextToken - The NextToken value from a previous call to ListHsms.
Pass null if this is the first call.public ListHsmsRequest withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [a-zA-Z0-9+/]*
nextToken - The NextToken value from a previous call to ListHsms.
Pass null if this is the first call.public String toString()
toString in class ObjectObject.toString()public ListHsmsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.