@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EntityRecognizerFilter extends Object implements Serializable, Cloneable, StructuredPojo
Provides information for filtering a list of entity recognizers. You can only specify one filtering parameter in a
request. For more information, see the ListEntityRecognizers
operation./>
Constructor and Description |
---|
EntityRecognizerFilter() |
Modifier and Type | Method and Description |
---|---|
EntityRecognizerFilter |
clone() |
boolean |
equals(Object obj) |
String |
getRecognizerName()
The name that you assigned the entity recognizer.
|
String |
getStatus()
The status of an entity recognizer.
|
Date |
getSubmitTimeAfter()
Filters the list of entities based on the time that the list was submitted for processing.
|
Date |
getSubmitTimeBefore()
Filters the list of entities based on the time that the list was submitted for processing.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRecognizerName(String recognizerName)
The name that you assigned the entity recognizer.
|
void |
setStatus(String status)
The status of an entity recognizer.
|
void |
setSubmitTimeAfter(Date submitTimeAfter)
Filters the list of entities based on the time that the list was submitted for processing.
|
void |
setSubmitTimeBefore(Date submitTimeBefore)
Filters the list of entities based on the time that the list was submitted for processing.
|
String |
toString()
Returns a string representation of this object.
|
EntityRecognizerFilter |
withRecognizerName(String recognizerName)
The name that you assigned the entity recognizer.
|
EntityRecognizerFilter |
withStatus(ModelStatus status)
The status of an entity recognizer.
|
EntityRecognizerFilter |
withStatus(String status)
The status of an entity recognizer.
|
EntityRecognizerFilter |
withSubmitTimeAfter(Date submitTimeAfter)
Filters the list of entities based on the time that the list was submitted for processing.
|
EntityRecognizerFilter |
withSubmitTimeBefore(Date submitTimeBefore)
Filters the list of entities based on the time that the list was submitted for processing.
|
public void setStatus(String status)
The status of an entity recognizer.
status
- The status of an entity recognizer.ModelStatus
public String getStatus()
The status of an entity recognizer.
ModelStatus
public EntityRecognizerFilter withStatus(String status)
The status of an entity recognizer.
status
- The status of an entity recognizer.ModelStatus
public EntityRecognizerFilter withStatus(ModelStatus status)
The status of an entity recognizer.
status
- The status of an entity recognizer.ModelStatus
public void setRecognizerName(String recognizerName)
The name that you assigned the entity recognizer.
recognizerName
- The name that you assigned the entity recognizer.public String getRecognizerName()
The name that you assigned the entity recognizer.
public EntityRecognizerFilter withRecognizerName(String recognizerName)
The name that you assigned the entity recognizer.
recognizerName
- The name that you assigned the entity recognizer.public void setSubmitTimeBefore(Date submitTimeBefore)
Filters the list of entities based on the time that the list was submitted for processing. Returns only jobs submitted before the specified time. Jobs are returned in descending order, newest to oldest.
submitTimeBefore
- Filters the list of entities based on the time that the list was submitted for processing. Returns only
jobs submitted before the specified time. Jobs are returned in descending order, newest to oldest.public Date getSubmitTimeBefore()
Filters the list of entities based on the time that the list was submitted for processing. Returns only jobs submitted before the specified time. Jobs are returned in descending order, newest to oldest.
public EntityRecognizerFilter withSubmitTimeBefore(Date submitTimeBefore)
Filters the list of entities based on the time that the list was submitted for processing. Returns only jobs submitted before the specified time. Jobs are returned in descending order, newest to oldest.
submitTimeBefore
- Filters the list of entities based on the time that the list was submitted for processing. Returns only
jobs submitted before the specified time. Jobs are returned in descending order, newest to oldest.public void setSubmitTimeAfter(Date submitTimeAfter)
Filters the list of entities based on the time that the list was submitted for processing. Returns only jobs submitted after the specified time. Jobs are returned in ascending order, oldest to newest.
submitTimeAfter
- Filters the list of entities based on the time that the list was submitted for processing. Returns only
jobs submitted after the specified time. Jobs are returned in ascending order, oldest to newest.public Date getSubmitTimeAfter()
Filters the list of entities based on the time that the list was submitted for processing. Returns only jobs submitted after the specified time. Jobs are returned in ascending order, oldest to newest.
public EntityRecognizerFilter withSubmitTimeAfter(Date submitTimeAfter)
Filters the list of entities based on the time that the list was submitted for processing. Returns only jobs submitted after the specified time. Jobs are returned in ascending order, oldest to newest.
submitTimeAfter
- Filters the list of entities based on the time that the list was submitted for processing. Returns only
jobs submitted after the specified time. Jobs are returned in ascending order, oldest to newest.public String toString()
toString
in class Object
Object.toString()
public EntityRecognizerFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.