@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public ListHapgsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.