@Generated(value="software.amazon.awssdk:codegen") public final class ListJobsByStatusRequest extends ElasticTranscoderRequest implements ToCopyableBuilder<ListJobsByStatusRequest.Builder,ListJobsByStatusRequest>
The ListJobsByStatusRequest structure.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListJobsByStatusRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
ascending()
To list jobs in chronological order by the date and time that they were submitted, enter
true. |
static ListJobsByStatusRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListJobsByStatusRequest.Builder> |
serializableBuilderClass() |
String |
status()
To get information about all of the jobs associated with the current AWS account that have a given status,
specify the following status:
Submitted, Progressing, Complete,
Canceled, or Error. |
ListJobsByStatusRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String status()
To get information about all of the jobs associated with the current AWS account that have a given status,
specify the following status: Submitted, Progressing, Complete,
Canceled, or Error.
Submitted, Progressing,
Complete, Canceled, or Error.public final 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 final 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 ListJobsByStatusRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListJobsByStatusRequest.Builder,ListJobsByStatusRequest>toBuilder in class ElasticTranscoderRequestpublic static ListJobsByStatusRequest.Builder builder()
public static Class<? extends ListJobsByStatusRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.