@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListImportsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListImportsRequest() |
Modifier and Type | Method and Description |
---|---|
ListImportsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
An optional string that, if supplied, must be copied from the output of a previous call to
ListImports . |
Integer |
getPageSize()
The number of
ImportSummary objects returned in a single page. |
String |
getTableArn()
The Amazon Resource Name (ARN) associated with the table that was imported to.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
An optional string that, if supplied, must be copied from the output of a previous call to
ListImports . |
void |
setPageSize(Integer pageSize)
The number of
ImportSummary objects returned in a single page. |
void |
setTableArn(String tableArn)
The Amazon Resource Name (ARN) associated with the table that was imported to.
|
String |
toString()
Returns a string representation of this object.
|
ListImportsRequest |
withNextToken(String nextToken)
An optional string that, if supplied, must be copied from the output of a previous call to
ListImports . |
ListImportsRequest |
withPageSize(Integer pageSize)
The number of
ImportSummary objects returned in a single page. |
ListImportsRequest |
withTableArn(String tableArn)
The Amazon Resource Name (ARN) associated with the table that was imported to.
|
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, withSdkRequestTimeout
public void setTableArn(String tableArn)
The Amazon Resource Name (ARN) associated with the table that was imported to.
tableArn
- The Amazon Resource Name (ARN) associated with the table that was imported to.public String getTableArn()
The Amazon Resource Name (ARN) associated with the table that was imported to.
public ListImportsRequest withTableArn(String tableArn)
The Amazon Resource Name (ARN) associated with the table that was imported to.
tableArn
- The Amazon Resource Name (ARN) associated with the table that was imported to.public void setPageSize(Integer pageSize)
The number of ImportSummary
objects returned in a single page.
pageSize
- The number of ImportSummary
objects returned in a single page.public Integer getPageSize()
The number of ImportSummary
objects returned in a single page.
ImportSummary
objects returned in a single page.public ListImportsRequest withPageSize(Integer pageSize)
The number of ImportSummary
objects returned in a single page.
pageSize
- The number of ImportSummary
objects returned in a single page.public void setNextToken(String nextToken)
An optional string that, if supplied, must be copied from the output of a previous call to
ListImports
. 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
ListImports
. 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
ListImports
. When provided in this manner, the API fetches the next page of results.
ListImports
. When provided in this manner, the API fetches the next page of results.public ListImportsRequest withNextToken(String nextToken)
An optional string that, if supplied, must be copied from the output of a previous call to
ListImports
. 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
ListImports
. When provided in this manner, the API fetches the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListImportsRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2023. All rights reserved.