@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDatastoreResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDatastoreResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDatastoreResult |
clone() |
boolean |
equals(Object obj) |
Datastore |
getDatastore()
Information about the data store.
|
DatastoreStatistics |
getStatistics()
Additional statistical information about the data store.
|
int |
hashCode() |
void |
setDatastore(Datastore datastore)
Information about the data store.
|
void |
setStatistics(DatastoreStatistics statistics)
Additional statistical information about the data store.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDatastoreResult |
withDatastore(Datastore datastore)
Information about the data store.
|
DescribeDatastoreResult |
withStatistics(DatastoreStatistics statistics)
Additional statistical information about the data store.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDatastore(Datastore datastore)
Information about the data store.
datastore
- Information about the data store.public Datastore getDatastore()
Information about the data store.
public DescribeDatastoreResult withDatastore(Datastore datastore)
Information about the data store.
datastore
- Information about the data store.public void setStatistics(DatastoreStatistics statistics)
Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.
statistics
- Additional statistical information about the data store. Included if the 'includeStatistics' parameter is
set to true in the request.public DatastoreStatistics getStatistics()
Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.
public DescribeDatastoreResult withStatistics(DatastoreStatistics statistics)
Additional statistical information about the data store. Included if the 'includeStatistics' parameter is set to true in the request.
statistics
- Additional statistical information about the data store. Included if the 'includeStatistics' parameter is
set to true in the request.public String toString()
toString
in class Object
Object.toString()
public DescribeDatastoreResult clone()