@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 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.
|
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, 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 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 Object
Object.toString()
public DescribeDatastoreRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.