@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDatabaseResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDatabaseResult() |
Modifier and Type | Method and Description |
---|---|
GetDatabaseResult |
clone() |
boolean |
equals(Object obj) |
Database |
getDatabase()
The definition of the specified database in the catalog.
|
int |
hashCode() |
void |
setDatabase(Database database)
The definition of the specified database in the catalog.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetDatabaseResult |
withDatabase(Database database)
The definition of the specified database in the catalog.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDatabase(Database database)
The definition of the specified database in the catalog.
database
- The definition of the specified database in the catalog.public Database getDatabase()
The definition of the specified database in the catalog.
public GetDatabaseResult withDatabase(Database database)
The definition of the specified database in the catalog.
database
- The definition of the specified database in the catalog.public String toString()
toString
in class Object
Object.toString()
public GetDatabaseResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.