@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetClassifiersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetClassifiersRequest() |
Modifier and Type | Method and Description |
---|---|
GetClassifiersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The size of the list to return (optional).
|
String |
getNextToken()
An optional continuation token.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The size of the list to return (optional).
|
void |
setNextToken(String nextToken)
An optional continuation token.
|
String |
toString()
Returns a string representation of this object.
|
GetClassifiersRequest |
withMaxResults(Integer maxResults)
The size of the list to return (optional).
|
GetClassifiersRequest |
withNextToken(String nextToken)
An optional continuation token.
|
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 size of the list to return (optional).
maxResults
- The size of the list to return (optional).public Integer getMaxResults()
The size of the list to return (optional).
public GetClassifiersRequest withMaxResults(Integer maxResults)
The size of the list to return (optional).
maxResults
- The size of the list to return (optional).public void setNextToken(String nextToken)
An optional continuation token.
nextToken
- An optional continuation token.public String getNextToken()
An optional continuation token.
public GetClassifiersRequest withNextToken(String nextToken)
An optional continuation token.
nextToken
- An optional continuation token.public String toString()
toString
in class Object
Object.toString()
public GetClassifiersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2024, Amazon Web Services, Inc. or its affiliates. All rights reserved.