@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MySqlParameters extends Object implements Serializable, Cloneable, StructuredPojo
The parameters for MySQL.
Constructor and Description |
---|
MySqlParameters() |
Modifier and Type | Method and Description |
---|---|
MySqlParameters |
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.
|
MySqlParameters |
withDatabase(String database)
Database.
|
MySqlParameters |
withHost(String host)
Host.
|
MySqlParameters |
withPort(Integer port)
Port.
|
public void setHost(String host)
Host.
host
- Host.public String getHost()
Host.
public MySqlParameters withHost(String host)
Host.
host
- Host.public void setPort(Integer port)
Port.
port
- Port.public Integer getPort()
Port.
public MySqlParameters withPort(Integer port)
Port.
port
- Port.public void setDatabase(String database)
Database.
database
- Database.public String getDatabase()
Database.
public MySqlParameters withDatabase(String database)
Database.
database
- Database.public String toString()
toString
in class Object
Object.toString()
public MySqlParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.