@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSchemasRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListSchemasRequest() |
Modifier and Type | Method and Description |
---|---|
ListSchemasRequest |
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 schemas to return.
|
String |
getNextToken()
A token returned from the previous call to
ListSchemas for getting the next set of schemas (if they
exist). |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of schemas to return.
|
void |
setNextToken(String nextToken)
A token returned from the previous call to
ListSchemas for getting the next set of schemas (if they
exist). |
String |
toString()
Returns a string representation of this object.
|
ListSchemasRequest |
withMaxResults(Integer maxResults)
The maximum number of schemas to return.
|
ListSchemasRequest |
withNextToken(String nextToken)
A token returned from the previous call to
ListSchemas for getting the next set of schemas (if they
exist). |
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 setNextToken(String nextToken)
A token returned from the previous call to ListSchemas
for getting the next set of schemas (if they
exist).
nextToken
- A token returned from the previous call to ListSchemas
for getting the next set of schemas
(if they exist).public String getNextToken()
A token returned from the previous call to ListSchemas
for getting the next set of schemas (if they
exist).
ListSchemas
for getting the next set of schemas
(if they exist).public ListSchemasRequest withNextToken(String nextToken)
A token returned from the previous call to ListSchemas
for getting the next set of schemas (if they
exist).
nextToken
- A token returned from the previous call to ListSchemas
for getting the next set of schemas
(if they exist).public void setMaxResults(Integer maxResults)
The maximum number of schemas to return.
maxResults
- The maximum number of schemas to return.public Integer getMaxResults()
The maximum number of schemas to return.
public ListSchemasRequest withMaxResults(Integer maxResults)
The maximum number of schemas to return.
maxResults
- The maximum number of schemas to return.public String toString()
toString
in class Object
Object.toString()
public ListSchemasRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.