@Generated(value="software.amazon.awssdk:codegen") public final class ComprehendMedicalAsyncJobFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ComprehendMedicalAsyncJobFilter.Builder,ComprehendMedicalAsyncJobFilter>
Provides information for filtering a list of detection jobs.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ComprehendMedicalAsyncJobFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ComprehendMedicalAsyncJobFilter.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobName()
Filters on the name of the job.
|
JobStatus |
jobStatus()
Filters the list of jobs based on job status.
|
String |
jobStatusAsString()
Filters the list of jobs based on job status.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ComprehendMedicalAsyncJobFilter.Builder> |
serializableBuilderClass() |
Instant |
submitTimeAfter()
Filters the list of jobs based on the time that the job was submitted for processing.
|
Instant |
submitTimeBefore()
Filters the list of jobs based on the time that the job was submitted for processing.
|
ComprehendMedicalAsyncJobFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String jobName()
Filters on the name of the job.
public final JobStatus jobStatus()
Filters the list of jobs based on job status. Returns only jobs with the specified 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 final String jobStatusAsString()
Filters the list of jobs based on job status. Returns only jobs with the specified 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 final Instant submitTimeBefore()
Filters the list of jobs based on the time that the job was submitted for processing. Returns only jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.
public final Instant submitTimeAfter()
Filters the list of jobs based on the time that the job was submitted for processing. Returns only jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.
public ComprehendMedicalAsyncJobFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ComprehendMedicalAsyncJobFilter.Builder,ComprehendMedicalAsyncJobFilter>public static ComprehendMedicalAsyncJobFilter.Builder builder()
public static Class<? extends ComprehendMedicalAsyncJobFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2020. All rights reserved.