|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elastictranscoder.model.ListJobsByPipelineRequest
public class ListJobsByPipelineRequest
Container for the parameters to the ListJobsByPipeline operation
.
To get a list of the jobs currently in a pipeline, send a GET request to the /2012-09-25/jobsByPipeline/[pipelineId]
resource.
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.
AmazonElasticTranscoder.listJobsByPipeline(ListJobsByPipelineRequest)
,
Serialized FormConstructor Summary | |
---|---|
ListJobsByPipelineRequest()
|
Method Summary | |
---|---|
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 pageToken in subsequent GET requests 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 pageToken in subsequent GET requests 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 pageToken in subsequent GET requests to get
each successive page of results. |
ListJobsByPipelineRequest |
withPipelineId(String pipelineId)
The ID of the pipeline for which you want to get job information. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListJobsByPipelineRequest()
Method Detail |
---|
public 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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |