public class ListJobsByStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
 The ListJobsByStatusRequest structure.
 
NOOP| Constructor and Description | 
|---|
| ListJobsByStatusRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListJobsByStatusRequest | clone()Creates a shallow clone of this request. | 
| boolean | equals(Object obj) | 
| String | getAscending()
 To list jobs in chronological order by the date and time that they were
 submitted, enter  true. | 
| String | getPageToken()
 When Elastic Transcoder returns more than one page of results, use
  pageTokenin subsequentGETrequests to get
 each successive page of results. | 
| String | getStatus()
 To get information about all of the jobs associated with the current AWS
 account that have a given status, specify the following status:
  Submitted,Progressing,Complete,Canceled, orError. | 
| int | hashCode() | 
| void | setAscending(String ascending)
 To list jobs in chronological order by the date and time that they were
 submitted, enter  true. | 
| void | setPageToken(String pageToken)
 When Elastic Transcoder returns more than one page of results, use
  pageTokenin subsequentGETrequests to get
 each successive page of results. | 
| void | setStatus(String status)
 To get information about all of the jobs associated with the current AWS
 account that have a given status, specify the following status:
  Submitted,Progressing,Complete,Canceled, orError. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| ListJobsByStatusRequest | withAscending(String ascending)
 To list jobs in chronological order by the date and time that they were
 submitted, enter  true. | 
| ListJobsByStatusRequest | withPageToken(String pageToken)
 When Elastic Transcoder returns more than one page of results, use
  pageTokenin subsequentGETrequests to get
 each successive page of results. | 
| ListJobsByStatusRequest | withStatus(String status)
 To get information about all of the jobs associated with the current AWS
 account that have a given status, specify the following status:
  Submitted,Progressing,Complete,Canceled, orError. | 
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setStatus(String status)
 To get information about all of the jobs associated with the current AWS
 account that have a given status, specify the following status:
 Submitted, Progressing, Complete,
 Canceled, or Error.
 
status - To get information about all of the jobs associated with the
        current AWS account that have a given status, specify the
        following status: Submitted, Progressing
        , Complete, Canceled, or
        Error.public String getStatus()
 To get information about all of the jobs associated with the current AWS
 account that have a given status, specify the following status:
 Submitted, Progressing, Complete,
 Canceled, or Error.
 
Submitted,
         Progressing, Complete,
         Canceled, or Error.public ListJobsByStatusRequest withStatus(String status)
 To get information about all of the jobs associated with the current AWS
 account that have a given status, specify the following status:
 Submitted, Progressing, Complete,
 Canceled, or Error.
 
status - To get information about all of the jobs associated with the
        current AWS account that have a given status, specify the
        following status: Submitted, Progressing
        , Complete, Canceled, or
        Error.public void setAscending(String ascending)
 To list jobs in chronological order by the date and time that they were
 submitted, enter true. To list jobs in reverse chronological
 order, enter false.
 
ascending - To list jobs in chronological order by the date and time that they
        were submitted, enter true. To list jobs in reverse
        chronological order, enter false.public String getAscending()
 To list jobs in chronological order by the date and time that they were
 submitted, enter true. To list jobs in reverse chronological
 order, enter false.
 
true. To list jobs in
         reverse chronological order, enter false.public ListJobsByStatusRequest withAscending(String ascending)
 To list jobs in chronological order by the date and time that they were
 submitted, enter true. To list jobs in reverse chronological
 order, enter false.
 
ascending - To list jobs in chronological order by the date and time that they
        were submitted, enter true. To list jobs in reverse
        chronological order, enter false.public void setPageToken(String pageToken)
 When Elastic Transcoder returns more than one page of results, use
 pageToken in subsequent GET requests to get
 each successive page of results.
 
pageToken - When Elastic Transcoder returns more than one page of results, use
        pageToken in subsequent GET requests to
        get each successive page of results.public String getPageToken()
 When Elastic Transcoder returns more than one page of results, use
 pageToken in subsequent GET requests to get
 each successive page of results.
 
pageToken in subsequent GET
         requests to get each successive page of results.public ListJobsByStatusRequest withPageToken(String pageToken)
 When Elastic Transcoder returns more than one page of results, use
 pageToken in subsequent GET requests to get
 each successive page of results.
 
pageToken - When Elastic Transcoder returns more than one page of results, use
        pageToken in subsequent GET requests to
        get each successive page of results.public String toString()
toString in class ObjectObject.toString()public ListJobsByStatusRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.