@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 |
getDestination()
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 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 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, 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 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 destination event data store.
destination - The destination event data store.public String getDestination()
The destination event data store.
public ListImportsRequest withDestination(String destination)
The destination event data store.
destination - The destination event data store.public void setImportStatus(String importStatus)
The status of the import.
importStatus - The status of the import.ImportStatuspublic String getImportStatus()
The status of the import.
ImportStatuspublic ListImportsRequest withImportStatus(String importStatus)
The status of the import.
importStatus - The status of the import.ImportStatuspublic ListImportsRequest withImportStatus(ImportStatus importStatus)
The status of the import.
importStatus - The status of the import.ImportStatuspublic 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 ObjectObject.toString()public ListImportsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.