@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDatastoreRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeDatastoreRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeDatastoreRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDatastoreName()
The name of the data store
|
Boolean |
getIncludeStatistics()
If true, additional statistical information about the datastore is included in the response.
|
int |
hashCode() |
Boolean |
isIncludeStatistics()
If true, additional statistical information about the datastore is included in the response.
|
void |
setDatastoreName(String datastoreName)
The name of the data store
|
void |
setIncludeStatistics(Boolean includeStatistics)
If true, additional statistical information about the datastore is included in the response.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeDatastoreRequest |
withDatastoreName(String datastoreName)
The name of the data store
|
DescribeDatastoreRequest |
withIncludeStatistics(Boolean includeStatistics)
If true, additional statistical information about the datastore is included in the response.
|
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 setDatastoreName(String datastoreName)
The name of the data store
datastoreName - The name of the data storepublic String getDatastoreName()
The name of the data store
public DescribeDatastoreRequest withDatastoreName(String datastoreName)
The name of the data store
datastoreName - The name of the data storepublic void setIncludeStatistics(Boolean includeStatistics)
If true, additional statistical information about the datastore is included in the response.
includeStatistics - If true, additional statistical information about the datastore is included in the response.public Boolean getIncludeStatistics()
If true, additional statistical information about the datastore is included in the response.
public DescribeDatastoreRequest withIncludeStatistics(Boolean includeStatistics)
If true, additional statistical information about the datastore is included in the response.
includeStatistics - If true, additional statistical information about the datastore is included in the response.public Boolean isIncludeStatistics()
If true, additional statistical information about the datastore is included in the response.
public String toString()
toString in class ObjectObject.toString()public DescribeDatastoreRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.