@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 ListDocumentClassifiers
operation.
Constructor and Description |
---|
DocumentClassifierFilter() |
Modifier and Type | Method and Description |
---|---|
DocumentClassifierFilter |
clone() |
boolean |
equals(Object obj) |
String |
getDocumentClassifierName()
The name that you assigned to the document classifier
|
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)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDocumentClassifierName(String documentClassifierName)
The name that you assigned to the document classifier
|
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 |
withDocumentClassifierName(String documentClassifierName)
The name that you assigned to the document classifier
|
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.ModelStatus
public String getStatus()
Filters the list of classifiers based on status.
ModelStatus
public DocumentClassifierFilter withStatus(String status)
Filters the list of classifiers based on status.
status
- Filters the list of classifiers based on status.ModelStatus
public DocumentClassifierFilter withStatus(ModelStatus status)
Filters the list of classifiers based on status.
status
- Filters the list of classifiers based on status.ModelStatus
public void setDocumentClassifierName(String documentClassifierName)
The name that you assigned to the document classifier
documentClassifierName
- The name that you assigned to the document classifierpublic String getDocumentClassifierName()
The name that you assigned to the document classifier
public DocumentClassifierFilter withDocumentClassifierName(String documentClassifierName)
The name that you assigned to the document classifier
documentClassifierName
- The name that you assigned to the document classifierpublic 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 Object
Object.toString()
public DocumentClassifierFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.