@Generated(value="software.amazon.awssdk:codegen") public final class TargetedSentimentDetectionJobFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TargetedSentimentDetectionJobFilter.Builder,TargetedSentimentDetectionJobFilter>
Provides information for filtering a list of dominant language detection jobs. For more information, see the
ListTargetedSentimentDetectionJobs operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TargetedSentimentDetectionJobFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TargetedSentimentDetectionJobFilter.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 TargetedSentimentDetectionJobFilter.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.
|
TargetedSentimentDetectionJobFilter.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 TargetedSentimentDetectionJobFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TargetedSentimentDetectionJobFilter.Builder,TargetedSentimentDetectionJobFilter>public static TargetedSentimentDetectionJobFilter.Builder builder()
public static Class<? extends TargetedSentimentDetectionJobFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.