public class ListJobsByPipelineRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The ListJobsByPipelineRequest
structure.
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
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setPipelineId(String pipelineId)
The ID of the pipeline for which you want to get job information.
pipelineId
- The ID of the pipeline for which you want to get job information.public String getPipelineId()
The ID of the pipeline for which you want to get job information.
public ListJobsByPipelineRequest withPipelineId(String pipelineId)
The ID of the pipeline for which you want to get job information.
pipelineId
- The ID of the pipeline for which you want to get job information.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 ListJobsByPipelineRequest 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 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.
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 ListJobsByPipelineRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.