@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PostgreSqlParameters extends Object implements Serializable, Cloneable, StructuredPojo
The parameters for PostgreSQL.
| Constructor and Description | 
|---|
| PostgreSqlParameters() | 
| Modifier and Type | Method and Description | 
|---|---|
| PostgreSqlParameters | clone() | 
| boolean | equals(Object obj) | 
| String | getDatabase()
 Database. | 
| String | getHost()
 Host. | 
| Integer | getPort()
 Port. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setDatabase(String database)
 Database. | 
| void | setHost(String host)
 Host. | 
| void | setPort(Integer port)
 Port. | 
| String | toString()Returns a string representation of this object. | 
| PostgreSqlParameters | withDatabase(String database)
 Database. | 
| PostgreSqlParameters | withHost(String host)
 Host. | 
| PostgreSqlParameters | withPort(Integer port)
 Port. | 
public void setHost(String host)
Host.
host - Host.public String getHost()
Host.
public PostgreSqlParameters withHost(String host)
Host.
host - Host.public void setPort(Integer port)
Port.
port - Port.public Integer getPort()
Port.
public PostgreSqlParameters withPort(Integer port)
Port.
port - Port.public void setDatabase(String database)
Database.
database - Database.public String getDatabase()
Database.
public PostgreSqlParameters withDatabase(String database)
Database.
database - Database.public String toString()
toString in class ObjectObject.toString()public PostgreSqlParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.