public class ListExportsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListExportsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListExportsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A string (provided by the ListExports response output) that identifies the next page of exported output
values that you asked to retrieve.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A string (provided by the ListExports response output) that identifies the next page of exported output
values that you asked to retrieve.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListExportsRequest |
withNextToken(String nextToken)
A string (provided by the ListExports response output) that identifies the next page of exported output
values that you asked to retrieve.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setNextToken(String nextToken)
A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.
nextToken - A string (provided by the ListExports response output) that identifies the next page of exported
output values that you asked to retrieve.public String getNextToken()
A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.
public ListExportsRequest withNextToken(String nextToken)
A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.
nextToken - A string (provided by the ListExports response output) that identifies the next page of exported
output values that you asked to retrieve.public String toString()
toString in class ObjectObject.toString()public ListExportsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.