@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDestination()
The ARN of the destination event data store.
|
String |
getImportStatus()
The status of the import.
|
Integer |
getMaxResults()
The maximum number of imports to display on a single page.
|
String |
getNextToken()
A token you can use to get the next page of import results.
|
int |
hashCode() |
void |
setDestination(String destination)
The ARN of the destination event data store.
|
void |
setImportStatus(String importStatus)
The status of the import.
|
void |
setMaxResults(Integer maxResults)
The maximum number of imports to display on a single page.
|
void |
setNextToken(String nextToken)
A token you can use to get the next page of import results.
|
String |
toString()
Returns a string representation of this object.
|
ListImportsRequest |
withDestination(String destination)
The ARN of the destination event data store.
|
ListImportsRequest |
withImportStatus(ImportStatus importStatus)
The status of the import.
|
ListImportsRequest |
withImportStatus(String importStatus)
The status of the import.
|
ListImportsRequest |
withMaxResults(Integer maxResults)
The maximum number of imports to display on a single page.
|
ListImportsRequest |
withNextToken(String nextToken)
A token you can use to get the next page of import results.
|
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 setMaxResults(Integer maxResults)
The maximum number of imports to display on a single page.
maxResults
- The maximum number of imports to display on a single page.public Integer getMaxResults()
The maximum number of imports to display on a single page.
public ListImportsRequest withMaxResults(Integer maxResults)
The maximum number of imports to display on a single page.
maxResults
- The maximum number of imports to display on a single page.public void setDestination(String destination)
The ARN of the destination event data store.
destination
- The ARN of the destination event data store.public String getDestination()
The ARN of the destination event data store.
public ListImportsRequest withDestination(String destination)
The ARN of the destination event data store.
destination
- The ARN of the destination event data store.public void setImportStatus(String importStatus)
The status of the import.
importStatus
- The status of the import.ImportStatus
public String getImportStatus()
The status of the import.
ImportStatus
public ListImportsRequest withImportStatus(String importStatus)
The status of the import.
importStatus
- The status of the import.ImportStatus
public ListImportsRequest withImportStatus(ImportStatus importStatus)
The status of the import.
importStatus
- The status of the import.ImportStatus
public void setNextToken(String nextToken)
A token you can use to get the next page of import results.
nextToken
- A token you can use to get the next page of import results.public String getNextToken()
A token you can use to get the next page of import results.
public ListImportsRequest withNextToken(String nextToken)
A token you can use to get the next page of import results.
nextToken
- A token you can use to get the next page of import results.public String toString()
toString
in class Object
Object.toString()
public ListImportsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()