public class ListJobsByPipelineRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ListJobsByPipeline operation.
 The ListJobsByPipeline operation gets a list of the jobs currently in a pipeline.
Elastic Transcoder returns all of the jobs currently in the specified pipeline. The response body contains one element for each job that satisfies the search criteria.
NOOP| Constructor and Description | 
|---|
| ListJobsByPipelineRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListJobsByPipelineRequest | 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 | getPipelineId()The ID of the pipeline for which you want to get job information. | 
| 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 | setPipelineId(String pipelineId)The ID of the pipeline for which you want to get job information. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| ListJobsByPipelineRequest | withAscending(String ascending)To list jobs in chronological order by the date and time that they
 were submitted, enter  true. | 
| ListJobsByPipelineRequest | withPageToken(String pageToken)When Elastic Transcoder returns more than one page of results, use
  pageTokenin subsequentGETrequests to get
 each successive page of results. | 
| ListJobsByPipelineRequest | withPipelineId(String pipelineId)The ID of the pipeline for which you want to get job information. | 
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getPipelineId()
 Constraints:
 Pattern: ^\d{13}-\w{6}$
public void setPipelineId(String pipelineId)
 Constraints:
 Pattern: ^\d{13}-\w{6}$
pipelineId - The ID of the pipeline for which you want to get job information.public ListJobsByPipelineRequest withPipelineId(String pipelineId)
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Pattern: ^\d{13}-\w{6}$
pipelineId - The ID of the pipeline for which you want to get job information.public String getAscending()
true. To list jobs in reverse
 chronological order, enter false.
 
 Constraints:
 Pattern: (^true$)|(^false$)
true. To list jobs in reverse
         chronological order, enter false.public void setAscending(String ascending)
true. To list jobs in reverse
 chronological order, enter false.
 
 Constraints:
 Pattern: (^true$)|(^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 ListJobsByPipelineRequest withAscending(String ascending)
true. To list jobs in reverse
 chronological order, enter false.
 Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Pattern: (^true$)|(^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 getPageToken()
pageToken in subsequent GET requests to get
 each successive page of results.
 
 Constraints:
 Pattern: ^\d{13}-\w{6}$
pageToken in subsequent GET requests to get
         each successive page of results.public void setPageToken(String pageToken)
pageToken in subsequent GET requests to get
 each successive page of results.
 
 Constraints:
 Pattern: ^\d{13}-\w{6}$
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 ListJobsByPipelineRequest withPageToken(String pageToken)
pageToken in subsequent GET requests to get
 each successive page of results.
 Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Pattern: ^\d{13}-\w{6}$
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 ListJobsByPipelineRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2015. All rights reserved.