@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RedshiftDatabase extends Object implements Serializable, Cloneable, StructuredPojo
Describes the database details required to connect to an Amazon Redshift database.
| Constructor and Description | 
|---|
| RedshiftDatabase() | 
| Modifier and Type | Method and Description | 
|---|---|
| RedshiftDatabase | clone() | 
| boolean | equals(Object obj) | 
| String | getClusterIdentifier() | 
| String | getDatabaseName() | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setClusterIdentifier(String clusterIdentifier) | 
| void | setDatabaseName(String databaseName) | 
| String | toString()Returns a string representation of this object. | 
| RedshiftDatabase | withClusterIdentifier(String clusterIdentifier) | 
| RedshiftDatabase | withDatabaseName(String databaseName) | 
public void setDatabaseName(String databaseName)
databaseName - public String getDatabaseName()
public RedshiftDatabase withDatabaseName(String databaseName)
databaseName - public void setClusterIdentifier(String clusterIdentifier)
clusterIdentifier - public String getClusterIdentifier()
public RedshiftDatabase withClusterIdentifier(String clusterIdentifier)
clusterIdentifier - public String toString()
toString in class ObjectObject.toString()public RedshiftDatabase clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.