@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEntityRecognizersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListEntityRecognizersRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListEntityRecognizersRequest |
clone() |
boolean |
equals(Object obj) |
EntityRecognizerFilter |
getFilter()
Filters the list of entities returned.
|
Integer |
getMaxResults()
The maximum number of results to return on each page.
|
String |
getNextToken()
Identifies the next page of results to return.
|
int |
hashCode() |
void |
setFilter(EntityRecognizerFilter filter)
Filters the list of entities returned.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return on each page.
|
void |
setNextToken(String nextToken)
Identifies the next page of results to return.
|
String |
toString()
Returns a string representation of this object.
|
ListEntityRecognizersRequest |
withFilter(EntityRecognizerFilter filter)
Filters the list of entities returned.
|
ListEntityRecognizersRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return on each page.
|
ListEntityRecognizersRequest |
withNextToken(String nextToken)
Identifies the next page of results to return.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setFilter(EntityRecognizerFilter filter)
Filters the list of entities returned. You can filter on Status, SubmitTimeBefore, or
SubmitTimeAfter. You can only set one filter at a time.
filter - Filters the list of entities returned. You can filter on Status,
SubmitTimeBefore, or SubmitTimeAfter. You can only set one filter at a time.public EntityRecognizerFilter getFilter()
Filters the list of entities returned. You can filter on Status, SubmitTimeBefore, or
SubmitTimeAfter. You can only set one filter at a time.
Status,
SubmitTimeBefore, or SubmitTimeAfter. You can only set one filter at a time.public ListEntityRecognizersRequest withFilter(EntityRecognizerFilter filter)
Filters the list of entities returned. You can filter on Status, SubmitTimeBefore, or
SubmitTimeAfter. You can only set one filter at a time.
filter - Filters the list of entities returned. You can filter on Status,
SubmitTimeBefore, or SubmitTimeAfter. You can only set one filter at a time.public void setNextToken(String nextToken)
Identifies the next page of results to return.
nextToken - Identifies the next page of results to return.public String getNextToken()
Identifies the next page of results to return.
public ListEntityRecognizersRequest withNextToken(String nextToken)
Identifies the next page of results to return.
nextToken - Identifies the next page of results to return.public void setMaxResults(Integer maxResults)
The maximum number of results to return on each page. The default is 100.
maxResults - The maximum number of results to return on each page. The default is 100.public Integer getMaxResults()
The maximum number of results to return on each page. The default is 100.
public ListEntityRecognizersRequest withMaxResults(Integer maxResults)
The maximum number of results to return on each page. The default is 100.
maxResults - The maximum number of results to return on each page. The default is 100.public String toString()
toString in class ObjectObject.toString()public ListEntityRecognizersRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.