@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListExportJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to list all export jobs with filters.
NOOP| Constructor and Description |
|---|
ListExportJobsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListExportJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getExportSourceType()
A value used to list export jobs that have a certain
ExportSourceType. |
String |
getJobStatus()
A value used to list export jobs that have a certain
JobStatus. |
String |
getNextToken()
The pagination token returned from a previous call to
ListExportJobs to indicate the position in the
list of export jobs. |
Integer |
getPageSize()
Maximum number of export jobs to return at once.
|
int |
hashCode() |
void |
setExportSourceType(String exportSourceType)
A value used to list export jobs that have a certain
ExportSourceType. |
void |
setJobStatus(String jobStatus)
A value used to list export jobs that have a certain
JobStatus. |
void |
setNextToken(String nextToken)
The pagination token returned from a previous call to
ListExportJobs to indicate the position in the
list of export jobs. |
void |
setPageSize(Integer pageSize)
Maximum number of export jobs to return at once.
|
String |
toString()
Returns a string representation of this object.
|
ListExportJobsRequest |
withExportSourceType(ExportSourceType exportSourceType)
A value used to list export jobs that have a certain
ExportSourceType. |
ListExportJobsRequest |
withExportSourceType(String exportSourceType)
A value used to list export jobs that have a certain
ExportSourceType. |
ListExportJobsRequest |
withJobStatus(JobStatus jobStatus)
A value used to list export jobs that have a certain
JobStatus. |
ListExportJobsRequest |
withJobStatus(String jobStatus)
A value used to list export jobs that have a certain
JobStatus. |
ListExportJobsRequest |
withNextToken(String nextToken)
The pagination token returned from a previous call to
ListExportJobs to indicate the position in the
list of export jobs. |
ListExportJobsRequest |
withPageSize(Integer pageSize)
Maximum number of export jobs to return at once.
|
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, withSdkRequestTimeoutpublic void setNextToken(String nextToken)
The pagination token returned from a previous call to ListExportJobs to indicate the position in the
list of export jobs.
nextToken - The pagination token returned from a previous call to ListExportJobs to indicate the position
in the list of export jobs.public String getNextToken()
The pagination token returned from a previous call to ListExportJobs to indicate the position in the
list of export jobs.
ListExportJobs to indicate the
position in the list of export jobs.public ListExportJobsRequest withNextToken(String nextToken)
The pagination token returned from a previous call to ListExportJobs to indicate the position in the
list of export jobs.
nextToken - The pagination token returned from a previous call to ListExportJobs to indicate the position
in the list of export jobs.public void setPageSize(Integer pageSize)
Maximum number of export jobs to return at once. Use this parameter to paginate results. If additional export
jobs exist beyond the specified limit, the NextToken element is sent in the response. Use the
NextToken value in subsequent calls to ListExportJobs to retrieve additional export
jobs.
pageSize - Maximum number of export jobs to return at once. Use this parameter to paginate results. If additional
export jobs exist beyond the specified limit, the NextToken element is sent in the response.
Use the NextToken value in subsequent calls to ListExportJobs to retrieve
additional export jobs.public Integer getPageSize()
Maximum number of export jobs to return at once. Use this parameter to paginate results. If additional export
jobs exist beyond the specified limit, the NextToken element is sent in the response. Use the
NextToken value in subsequent calls to ListExportJobs to retrieve additional export
jobs.
NextToken element is sent in the response.
Use the NextToken value in subsequent calls to ListExportJobs to retrieve
additional export jobs.public ListExportJobsRequest withPageSize(Integer pageSize)
Maximum number of export jobs to return at once. Use this parameter to paginate results. If additional export
jobs exist beyond the specified limit, the NextToken element is sent in the response. Use the
NextToken value in subsequent calls to ListExportJobs to retrieve additional export
jobs.
pageSize - Maximum number of export jobs to return at once. Use this parameter to paginate results. If additional
export jobs exist beyond the specified limit, the NextToken element is sent in the response.
Use the NextToken value in subsequent calls to ListExportJobs to retrieve
additional export jobs.public void setExportSourceType(String exportSourceType)
A value used to list export jobs that have a certain ExportSourceType.
exportSourceType - A value used to list export jobs that have a certain ExportSourceType.ExportSourceTypepublic String getExportSourceType()
A value used to list export jobs that have a certain ExportSourceType.
ExportSourceType.ExportSourceTypepublic ListExportJobsRequest withExportSourceType(String exportSourceType)
A value used to list export jobs that have a certain ExportSourceType.
exportSourceType - A value used to list export jobs that have a certain ExportSourceType.ExportSourceTypepublic ListExportJobsRequest withExportSourceType(ExportSourceType exportSourceType)
A value used to list export jobs that have a certain ExportSourceType.
exportSourceType - A value used to list export jobs that have a certain ExportSourceType.ExportSourceTypepublic void setJobStatus(String jobStatus)
A value used to list export jobs that have a certain JobStatus.
jobStatus - A value used to list export jobs that have a certain JobStatus.JobStatuspublic String getJobStatus()
A value used to list export jobs that have a certain JobStatus.
JobStatus.JobStatuspublic ListExportJobsRequest withJobStatus(String jobStatus)
A value used to list export jobs that have a certain JobStatus.
jobStatus - A value used to list export jobs that have a certain JobStatus.JobStatuspublic ListExportJobsRequest withJobStatus(JobStatus jobStatus)
A value used to list export jobs that have a certain JobStatus.
jobStatus - A value used to list export jobs that have a certain JobStatus.JobStatuspublic String toString()
toString in class ObjectObject.toString()public ListExportJobsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()