@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 String jobName()
Filters on the name of the job.
public 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 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 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 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.