@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDatastoresRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDatastoresRequest() |
Modifier and Type | Method and Description |
---|---|
ListDatastoresRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDatastoreStatus()
The data store status.
|
Integer |
getMaxResults()
Valid Range: Minimum value of 1.
|
String |
getNextToken()
The pagination token used to request the list of data stores on the next page.
|
int |
hashCode() |
void |
setDatastoreStatus(String datastoreStatus)
The data store status.
|
void |
setMaxResults(Integer maxResults)
Valid Range: Minimum value of 1.
|
void |
setNextToken(String nextToken)
The pagination token used to request the list of data stores on the next page.
|
String |
toString()
Returns a string representation of this object.
|
ListDatastoresRequest |
withDatastoreStatus(DatastoreStatus datastoreStatus)
The data store status.
|
ListDatastoresRequest |
withDatastoreStatus(String datastoreStatus)
The data store status.
|
ListDatastoresRequest |
withMaxResults(Integer maxResults)
Valid Range: Minimum value of 1.
|
ListDatastoresRequest |
withNextToken(String nextToken)
The pagination token used to request the list of data stores on the next page.
|
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 setDatastoreStatus(String datastoreStatus)
The data store status.
datastoreStatus
- The data store status.DatastoreStatus
public String getDatastoreStatus()
The data store status.
DatastoreStatus
public ListDatastoresRequest withDatastoreStatus(String datastoreStatus)
The data store status.
datastoreStatus
- The data store status.DatastoreStatus
public ListDatastoresRequest withDatastoreStatus(DatastoreStatus datastoreStatus)
The data store status.
datastoreStatus
- The data store status.DatastoreStatus
public void setNextToken(String nextToken)
The pagination token used to request the list of data stores on the next page.
nextToken
- The pagination token used to request the list of data stores on the next page.public String getNextToken()
The pagination token used to request the list of data stores on the next page.
public ListDatastoresRequest withNextToken(String nextToken)
The pagination token used to request the list of data stores on the next page.
nextToken
- The pagination token used to request the list of data stores on the next page.public void setMaxResults(Integer maxResults)
Valid Range: Minimum value of 1. Maximum value of 50.
maxResults
- Valid Range: Minimum value of 1. Maximum value of 50.public Integer getMaxResults()
Valid Range: Minimum value of 1. Maximum value of 50.
public ListDatastoresRequest withMaxResults(Integer maxResults)
Valid Range: Minimum value of 1. Maximum value of 50.
maxResults
- Valid Range: Minimum value of 1. Maximum value of 50.public String toString()
toString
in class Object
Object.toString()
public ListDatastoresRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()