@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDatabaseResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDatabaseResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDatabaseResult |
clone() |
boolean |
equals(Object obj) |
Database |
getDatabase()
The name of the Timestream table.
|
int |
hashCode() |
void |
setDatabase(Database database)
The name of the Timestream table.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDatabaseResult |
withDatabase(Database database)
The name of the Timestream table.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDatabase(Database database)
The name of the Timestream table.
database
- The name of the Timestream table.public Database getDatabase()
The name of the Timestream table.
public DescribeDatabaseResult withDatabase(Database database)
The name of the Timestream table.
database
- The name of the Timestream table.public String toString()
toString
in class Object
Object.toString()
public DescribeDatabaseResult clone()