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