public class ListJobsByPipelineRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
The ListJobsByPipelineRequest
structure.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
ascending
To list jobs in chronological order by the date and time that they were
submitted, enter
true . |
private java.lang.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. |
private java.lang.String |
pipelineId
The ID of the pipeline for which you want to get job information.
|
NOOP
Constructor and Description |
---|
ListJobsByPipelineRequest() |
Modifier and Type | Method and Description |
---|---|
ListJobsByPipelineRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAscending()
To list jobs in chronological order by the date and time that they were
submitted, enter
true . |
java.lang.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. |
java.lang.String |
getPipelineId()
The ID of the pipeline for which you want to get job information.
|
int |
hashCode() |
void |
setAscending(java.lang.String ascending)
To list jobs in chronological order by the date and time that they were
submitted, enter
true . |
void |
setPageToken(java.lang.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(java.lang.String pipelineId)
The ID of the pipeline for which you want to get job information.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListJobsByPipelineRequest |
withAscending(java.lang.String ascending)
To list jobs in chronological order by the date and time that they were
submitted, enter
true . |
ListJobsByPipelineRequest |
withPageToken(java.lang.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(java.lang.String pipelineId)
The ID of the pipeline for which you want to get job information.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String pipelineId
The ID of the pipeline for which you want to get job information.
private java.lang.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
.
private java.lang.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.
public void setPipelineId(java.lang.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 java.lang.String getPipelineId()
The ID of the pipeline for which you want to get job information.
public ListJobsByPipelineRequest withPipelineId(java.lang.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(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListJobsByPipelineRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()