@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, which corresponds to the zone of trust selected when the analyzer was created.
|
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, which corresponds to the zone of trust selected when the analyzer was created.
|
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, which corresponds to the zone of trust selected when the analyzer was created.
|
ListAnalyzersRequest |
withType(Type type)
The type of analyzer, which corresponds to the zone of trust selected when the analyzer was created.
|
addHandlerContext, 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, withSdkRequestTimeout
public 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, which corresponds to the zone of trust selected when the analyzer was created.
type
- The type of analyzer, which corresponds to the zone of trust selected when the analyzer was created.Type
public String getType()
The type of analyzer, which corresponds to the zone of trust selected when the analyzer was created.
Type
public ListAnalyzersRequest withType(String type)
The type of analyzer, which corresponds to the zone of trust selected when the analyzer was created.
type
- The type of analyzer, which corresponds to the zone of trust selected when the analyzer was created.Type
public ListAnalyzersRequest withType(Type type)
The type of analyzer, which corresponds to the zone of trust selected when the analyzer was created.
type
- The type of analyzer, which corresponds to the zone of trust selected when the analyzer was created.Type
public String toString()
toString
in class Object
Object.toString()
public ListAnalyzersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.