@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAnalyzersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Retrieves a list of analyzers.
NOOP| Constructor and Description |
|---|
ListAnalyzersRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAnalyzersRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return in the response.
|
String |
getNextToken()
A token used for pagination of results returned.
|
String |
getType()
The type of analyzer.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
void |
setNextToken(String nextToken)
A token used for pagination of results returned.
|
void |
setType(String type)
The type of analyzer.
|
String |
toString()
Returns a string representation of this object.
|
ListAnalyzersRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListAnalyzersRequest |
withNextToken(String nextToken)
A token used for pagination of results returned.
|
ListAnalyzersRequest |
withType(String type)
The type of analyzer.
|
ListAnalyzersRequest |
withType(Type type)
The type of analyzer.
|
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 setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults - The maximum number of results to return in the response.public Integer getMaxResults()
The maximum number of results to return in the response.
public ListAnalyzersRequest withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults - The maximum number of results to return in the response.public void setNextToken(String nextToken)
A token used for pagination of results returned.
nextToken - A token used for pagination of results returned.public String getNextToken()
A token used for pagination of results returned.
public ListAnalyzersRequest withNextToken(String nextToken)
A token used for pagination of results returned.
nextToken - A token used for pagination of results returned.public void setType(String type)
The type of analyzer.
type - The type of analyzer.Typepublic ListAnalyzersRequest withType(String type)
The type of analyzer.
type - The type of analyzer.Typepublic ListAnalyzersRequest withType(Type type)
The type of analyzer.
type - The type of analyzer.Typepublic String toString()
toString in class ObjectObject.toString()public ListAnalyzersRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.