@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEntityRecognizerSummariesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListEntityRecognizerSummariesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListEntityRecognizerSummariesRequest |
clone() |
boolean |
equals(Object obj) |
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 |
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.
|
ListEntityRecognizerSummariesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return on each page.
|
ListEntityRecognizerSummariesRequest |
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 ListEntityRecognizerSummariesRequest()
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 ListEntityRecognizerSummariesRequest 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 ListEntityRecognizerSummariesRequest 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 ListEntityRecognizerSummariesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.