@Generated(value="software.amazon.awssdk:codegen") public final class DocumentClassifierFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DocumentClassifierFilter.Builder,DocumentClassifierFilter>
Provides information for filtering a list of document classifiers. You can only specify one filtering parameter in a
request. For more information, see the ListDocumentClassifiers operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DocumentClassifierFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DocumentClassifierFilter.Builder |
builder() |
String |
documentClassifierName()
The name that you assigned to the document classifier
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DocumentClassifierFilter.Builder> |
serializableBuilderClass() |
ModelStatus |
status()
Filters the list of classifiers based on status.
|
String |
statusAsString()
Filters the list of classifiers based on status.
|
Instant |
submitTimeAfter()
Filters the list of classifiers based on the time that the classifier was submitted for processing.
|
Instant |
submitTimeBefore()
Filters the list of classifiers based on the time that the classifier was submitted for processing.
|
DocumentClassifierFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ModelStatus status()
Filters the list of classifiers based on status.
If the service returns an enum value that is not available in the current SDK version, status will
return ModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ModelStatuspublic final String statusAsString()
Filters the list of classifiers based on status.
If the service returns an enum value that is not available in the current SDK version, status will
return ModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ModelStatuspublic final String documentClassifierName()
The name that you assigned to the document classifier
public final Instant submitTimeBefore()
Filters the list of classifiers based on the time that the classifier was submitted for processing. Returns only classifiers submitted before the specified time. Classifiers are returned in ascending order, oldest to newest.
public final Instant submitTimeAfter()
Filters the list of classifiers based on the time that the classifier was submitted for processing. Returns only classifiers submitted after the specified time. Classifiers are returned in descending order, newest to oldest.
public DocumentClassifierFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DocumentClassifierFilter.Builder,DocumentClassifierFilter>public static DocumentClassifierFilter.Builder builder()
public static Class<? extends DocumentClassifierFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.