public class ListHapgsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ListHapgs operation.
Lists the high-availability partition groups for the account.
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 ListHapgs to retrieve the next set of items.
NOOP| Constructor and Description |
|---|
ListHapgsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListHapgsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The NextToken value from a previous call to ListHapgs.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The NextToken value from a previous call to ListHapgs.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListHapgsRequest |
withNextToken(String nextToken)
The NextToken value from a previous call to ListHapgs.
|
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 ListHapgs.
Pass null if this is the first call.public ListHapgsRequest 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 ListHapgs.
Pass null if this is the first call.public String toString()
toString in class ObjectObject.toString()public ListHapgsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.