Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListJobsByPipelineRequest.Builder,ListJobsByPipelineRequest>
@Generated("software.amazon.awssdk:codegen") public class ListJobsByPipelineRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListJobsByPipelineRequest.Builder,ListJobsByPipelineRequest>
The ListJobsByPipelineRequest
structure.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListJobsByPipelineRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
ascending() |
To list jobs in chronological order by the date and time that they were submitted, enter
true . |
static ListJobsByPipelineRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
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. |
String |
pipelineId() |
The ID of the pipeline for which you want to get job information.
|
static Class<? extends ListJobsByPipelineRequest.Builder> |
serializableBuilderClass() |
|
ListJobsByPipelineRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String pipelineId()
The ID of the pipeline for which you want to get job information.
public 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
.
true
. To list jobs in reverse chronological order, enter false
.public 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
in subsequent
GET
requests to get each successive page of results.public ListJobsByPipelineRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListJobsByPipelineRequest.Builder,ListJobsByPipelineRequest>
public static ListJobsByPipelineRequest.Builder builder()
public static Class<? extends ListJobsByPipelineRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.