@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() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Maximum number of results to return per page.
|
String |
getNextToken()
An optional string that, if supplied, must be copied from the output of a previous call to
ListExports. |
String |
getTableArn()
The Amazon Resource Name (ARN) associated with the exported table.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Maximum number of results to return per page.
|
void |
setNextToken(String nextToken)
An optional string that, if supplied, must be copied from the output of a previous call to
ListExports. |
void |
setTableArn(String tableArn)
The Amazon Resource Name (ARN) associated with the exported table.
|
String |
toString()
Returns a string representation of this object.
|
ListExportsRequest |
withMaxResults(Integer maxResults)
Maximum number of results to return per page.
|
ListExportsRequest |
withNextToken(String nextToken)
An optional string that, if supplied, must be copied from the output of a previous call to
ListExports. |
ListExportsRequest |
withTableArn(String tableArn)
The Amazon Resource Name (ARN) associated with the exported table.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setTableArn(String tableArn)
The Amazon Resource Name (ARN) associated with the exported table.
tableArn - The Amazon Resource Name (ARN) associated with the exported table.public String getTableArn()
The Amazon Resource Name (ARN) associated with the exported table.
public ListExportsRequest withTableArn(String tableArn)
The Amazon Resource Name (ARN) associated with the exported table.
tableArn - The Amazon Resource Name (ARN) associated with the exported table.public void setMaxResults(Integer maxResults)
Maximum number of results to return per page.
maxResults - Maximum number of results to return per page.public Integer getMaxResults()
Maximum number of results to return per page.
public ListExportsRequest withMaxResults(Integer maxResults)
Maximum number of results to return per page.
maxResults - Maximum number of results to return per page.public void setNextToken(String nextToken)
An optional string that, if supplied, must be copied from the output of a previous call to
ListExports. When provided in this manner, the API fetches the next page of results.
nextToken - An optional string that, if supplied, must be copied from the output of a previous call to
ListExports. When provided in this manner, the API fetches the next page of results.public String getNextToken()
An optional string that, if supplied, must be copied from the output of a previous call to
ListExports. When provided in this manner, the API fetches the next page of results.
ListExports. When provided in this manner, the API fetches the next page of results.public ListExportsRequest withNextToken(String nextToken)
An optional string that, if supplied, must be copied from the output of a previous call to
ListExports. When provided in this manner, the API fetches the next page of results.
nextToken - An optional string that, if supplied, must be copied from the output of a previous call to
ListExports. When provided in this manner, the API fetches the next page of results.public String toString()
toString in class ObjectObject.toString()public ListExportsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.