@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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)
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
- Order
public ListJobsRequest withOrder(Order order)
order
- Order
public 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
- JobStatus
public ListJobsRequest withStatus(JobStatus status)
status
- JobStatus
public String toString()
toString
in class Object
Object.toString()
public ListJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.