@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DocumentClassifierFilter extends Object implements Serializable, Cloneable, StructuredPojo
Provides information for filtering a list of document classifiers. You can only specify one filtering parameter in a request. For more information, see the operation.
| Constructor and Description |
|---|
DocumentClassifierFilter() |
| Modifier and Type | Method and Description |
|---|---|
DocumentClassifierFilter |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
Filters the list of classifiers based on status.
|
Date |
getSubmitTimeAfter()
Filters the list of classifiers based on the time that the classifier was submitted for processing.
|
Date |
getSubmitTimeBefore()
Filters the list of classifiers based on the time that the classifier was submitted for processing.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setStatus(String status)
Filters the list of classifiers based on status.
|
void |
setSubmitTimeAfter(Date submitTimeAfter)
Filters the list of classifiers based on the time that the classifier was submitted for processing.
|
void |
setSubmitTimeBefore(Date submitTimeBefore)
Filters the list of classifiers based on the time that the classifier was submitted for processing.
|
String |
toString()
Returns a string representation of this object.
|
DocumentClassifierFilter |
withStatus(ModelStatus status)
Filters the list of classifiers based on status.
|
DocumentClassifierFilter |
withStatus(String status)
Filters the list of classifiers based on status.
|
DocumentClassifierFilter |
withSubmitTimeAfter(Date submitTimeAfter)
Filters the list of classifiers based on the time that the classifier was submitted for processing.
|
DocumentClassifierFilter |
withSubmitTimeBefore(Date submitTimeBefore)
Filters the list of classifiers based on the time that the classifier was submitted for processing.
|
public void setStatus(String status)
Filters the list of classifiers based on status.
status - Filters the list of classifiers based on status.ModelStatuspublic String getStatus()
Filters the list of classifiers based on status.
ModelStatuspublic DocumentClassifierFilter withStatus(String status)
Filters the list of classifiers based on status.
status - Filters the list of classifiers based on status.ModelStatuspublic DocumentClassifierFilter withStatus(ModelStatus status)
Filters the list of classifiers based on status.
status - Filters the list of classifiers based on status.ModelStatuspublic void setSubmitTimeBefore(Date 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.
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 Date getSubmitTimeBefore()
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 DocumentClassifierFilter withSubmitTimeBefore(Date 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.
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 void setSubmitTimeAfter(Date 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.
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 Date getSubmitTimeAfter()
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 withSubmitTimeAfter(Date 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.
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 String toString()
toString in class ObjectObject.toString()public DocumentClassifierFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.