@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListExportsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListExportsRequest() |
Modifier and Type | Method and Description |
---|---|
ListExportsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public ListExportsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()