@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListJobsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListJobsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Optional.
|
String |
getNextToken()
Use this string, provided with the response to a previous request, to request the next batch of jobs.
|
String |
getOrder() |
String |
getQueue()
Provide a queue name to get back only jobs from that queue.
|
String |
getStatus() |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Optional.
|
void |
setNextToken(String nextToken)
Use this string, provided with the response to a previous request, to request the next batch of jobs.
|
void |
setOrder(String order) |
void |
setQueue(String queue)
Provide a queue name to get back only jobs from that queue.
|
void |
setStatus(String status) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListJobsRequest |
withMaxResults(Integer maxResults)
Optional.
|
ListJobsRequest |
withNextToken(String nextToken)
Use this string, provided with the response to a previous request, to request the next batch of jobs.
|
ListJobsRequest |
withOrder(Order order) |
ListJobsRequest |
withOrder(String order) |
ListJobsRequest |
withQueue(String queue)
Provide a queue name to get back only jobs from that queue.
|
ListJobsRequest |
withStatus(JobStatus status) |
ListJobsRequest |
withStatus(String status) |
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)
maxResults - Optional. Number of jobs, up to twenty, that will be returned at one time.public Integer getMaxResults()
public ListJobsRequest withMaxResults(Integer maxResults)
maxResults - Optional. Number of jobs, up to twenty, that will be returned at one time.public void setNextToken(String nextToken)
nextToken - Use this string, provided with the response to a previous request, to request the next batch of jobs.public String getNextToken()
public ListJobsRequest withNextToken(String nextToken)
nextToken - Use this string, provided with the response to a previous request, to request the next batch of jobs.public ListJobsRequest withOrder(String order)
order - Orderpublic ListJobsRequest withOrder(Order order)
order - Orderpublic void setQueue(String queue)
queue - Provide a queue name to get back only jobs from that queue.public String getQueue()
public ListJobsRequest withQueue(String queue)
queue - Provide a queue name to get back only jobs from that queue.public ListJobsRequest withStatus(String status)
status - JobStatuspublic ListJobsRequest withStatus(JobStatus status)
status - JobStatuspublic String toString()
toString in class ObjectObject.toString()public ListJobsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.