@Generated(value="software.amazon.awssdk:codegen") public final class TextTranslationJobFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TextTranslationJobFilter.Builder,TextTranslationJobFilter>
Provides information for filtering a list of translation jobs. For more information, see ListTextTranslationJobs.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TextTranslationJobFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TextTranslationJobFilter.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobName()
Filters the list of jobs by name.
|
JobStatus |
jobStatus()
Filters the list of jobs based by job status.
|
String |
jobStatusAsString()
Filters the list of jobs based by job status.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TextTranslationJobFilter.Builder> |
serializableBuilderClass() |
Instant |
submittedAfterTime()
Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs
submitted after the specified time.
|
Instant |
submittedBeforeTime()
Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs
submitted before the specified time.
|
TextTranslationJobFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String jobName()
Filters the list of jobs by name.
public JobStatus jobStatus()
Filters the list of jobs based by job status.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return JobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
jobStatusAsString().
JobStatuspublic String jobStatusAsString()
Filters the list of jobs based by job status.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return JobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
jobStatusAsString().
JobStatuspublic Instant submittedBeforeTime()
Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.
public Instant submittedAfterTime()
Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.
public TextTranslationJobFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TextTranslationJobFilter.Builder,TextTranslationJobFilter>public static TextTranslationJobFilter.Builder builder()
public static Class<? extends TextTranslationJobFilter.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.