@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatabaseConnection extends Object implements Serializable, Cloneable, StructuredPojo
The connection specifications for the database.
Constructor and Description |
---|
DatabaseConnection() |
Modifier and Type | Method and Description |
---|---|
DatabaseConnection |
clone() |
boolean |
equals(Object obj) |
String |
getConnectionIp()
The IP address for connection.
|
String |
getDatabaseArn()
The Amazon Resource Name of the connected SAP HANA database.
|
String |
getDatabaseConnectionMethod()
The method of connection.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConnectionIp(String connectionIp)
The IP address for connection.
|
void |
setDatabaseArn(String databaseArn)
The Amazon Resource Name of the connected SAP HANA database.
|
void |
setDatabaseConnectionMethod(String databaseConnectionMethod)
The method of connection.
|
String |
toString()
Returns a string representation of this object.
|
DatabaseConnection |
withConnectionIp(String connectionIp)
The IP address for connection.
|
DatabaseConnection |
withDatabaseArn(String databaseArn)
The Amazon Resource Name of the connected SAP HANA database.
|
DatabaseConnection |
withDatabaseConnectionMethod(DatabaseConnectionMethod databaseConnectionMethod)
The method of connection.
|
DatabaseConnection |
withDatabaseConnectionMethod(String databaseConnectionMethod)
The method of connection.
|
public void setDatabaseConnectionMethod(String databaseConnectionMethod)
The method of connection.
databaseConnectionMethod
- The method of connection.DatabaseConnectionMethod
public String getDatabaseConnectionMethod()
The method of connection.
DatabaseConnectionMethod
public DatabaseConnection withDatabaseConnectionMethod(String databaseConnectionMethod)
The method of connection.
databaseConnectionMethod
- The method of connection.DatabaseConnectionMethod
public DatabaseConnection withDatabaseConnectionMethod(DatabaseConnectionMethod databaseConnectionMethod)
The method of connection.
databaseConnectionMethod
- The method of connection.DatabaseConnectionMethod
public void setDatabaseArn(String databaseArn)
The Amazon Resource Name of the connected SAP HANA database.
databaseArn
- The Amazon Resource Name of the connected SAP HANA database.public String getDatabaseArn()
The Amazon Resource Name of the connected SAP HANA database.
public DatabaseConnection withDatabaseArn(String databaseArn)
The Amazon Resource Name of the connected SAP HANA database.
databaseArn
- The Amazon Resource Name of the connected SAP HANA database.public void setConnectionIp(String connectionIp)
The IP address for connection.
connectionIp
- The IP address for connection.public String getConnectionIp()
The IP address for connection.
public DatabaseConnection withConnectionIp(String connectionIp)
The IP address for connection.
connectionIp
- The IP address for connection.public String toString()
toString
in class Object
Object.toString()
public DatabaseConnection clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.