@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()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getDatastoreName()
 The name of the data store | 
| Boolean | getIncludeStatistics()
 If true, additional statistical information about the data store is included in the response. | 
| int | hashCode() | 
| Boolean | isIncludeStatistics()
 If true, additional statistical information about the data store 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 data store is included in the response. | 
| String | toString()Returns a string representation of this object. | 
| DescribeDatastoreRequest | withDatastoreName(String datastoreName)
 The name of the data store | 
| DescribeDatastoreRequest | withIncludeStatistics(Boolean includeStatistics)
 If true, additional statistical information about the data store is included in the response. | 
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, 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 data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.
includeStatistics - If true, additional statistical information about the data store is included in the response. This feature
        cannot be used with a data store whose S3 storage is customer-managed.public Boolean getIncludeStatistics()
If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.
public DescribeDatastoreRequest withIncludeStatistics(Boolean includeStatistics)
If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.
includeStatistics - If true, additional statistical information about the data store is included in the response. This feature
        cannot be used with a data store whose S3 storage is customer-managed.public Boolean isIncludeStatistics()
If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.
public String toString()
toString in class ObjectObject.toString()public DescribeDatastoreRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()