@Generated(value="software.amazon.awssdk:codegen") public final class EntitiesDetectionJobFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EntitiesDetectionJobFilter.Builder,EntitiesDetectionJobFilter>
Provides information for filtering a list of dominant language detection jobs. For more information, see the operation.
Modifier and Type | Class and Description |
---|---|
static interface |
EntitiesDetectionJobFilter.Builder |
Modifier and Type | Method and Description |
---|---|
static EntitiesDetectionJobFilter.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<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 EntitiesDetectionJobFilter.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.
|
EntitiesDetectionJobFilter.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
copy
public 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()
.
JobStatus
public 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()
.
JobStatus
public 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 EntitiesDetectionJobFilter.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EntitiesDetectionJobFilter.Builder,EntitiesDetectionJobFilter>
public static EntitiesDetectionJobFilter.Builder builder()
public static Class<? extends EntitiesDetectionJobFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.