public class ListHapgsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListHapgsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListHapgsRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setNextToken(String nextToken)
The NextToken value from a previous call to ListHapgs. Pass null if this is the first call.
nextToken - The NextToken value from a previous call to
ListHapgs. Pass null if this is the first call.public String getNextToken()
The NextToken value from a previous call to ListHapgs. Pass null if this is the first call.
public ListHapgsRequest withNextToken(String nextToken)
The NextToken value from a previous call to ListHapgs. Pass null if this is the first call.
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()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.