@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.
|
int |
hashCode() |
void |
setDatastore(Datastore datastore)
Information about the data store.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeDatastoreResult |
withDatastore(Datastore datastore)
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 String toString()
toString
in class Object
Object.toString()
public DescribeDatastoreResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.