@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RelationalDatabaseDataSourceConfig extends Object implements Serializable, Cloneable, StructuredPojo
Describes a relational database data source configuration.
Constructor and Description |
---|
RelationalDatabaseDataSourceConfig() |
Modifier and Type | Method and Description |
---|---|
RelationalDatabaseDataSourceConfig |
clone() |
boolean |
equals(Object obj) |
RdsHttpEndpointConfig |
getRdsHttpEndpointConfig()
Amazon RDS HTTP endpoint settings.
|
String |
getRelationalDatabaseSourceType()
Source type for the relational database.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRdsHttpEndpointConfig(RdsHttpEndpointConfig rdsHttpEndpointConfig)
Amazon RDS HTTP endpoint settings.
|
void |
setRelationalDatabaseSourceType(String relationalDatabaseSourceType)
Source type for the relational database.
|
String |
toString()
Returns a string representation of this object.
|
RelationalDatabaseDataSourceConfig |
withRdsHttpEndpointConfig(RdsHttpEndpointConfig rdsHttpEndpointConfig)
Amazon RDS HTTP endpoint settings.
|
RelationalDatabaseDataSourceConfig |
withRelationalDatabaseSourceType(RelationalDatabaseSourceType relationalDatabaseSourceType)
Source type for the relational database.
|
RelationalDatabaseDataSourceConfig |
withRelationalDatabaseSourceType(String relationalDatabaseSourceType)
Source type for the relational database.
|
public void setRelationalDatabaseSourceType(String relationalDatabaseSourceType)
Source type for the relational database.
RDS_HTTP_ENDPOINT: The relational database source type is an Amazon Relational Database Service (Amazon RDS) HTTP endpoint.
relationalDatabaseSourceType
- Source type for the relational database.
RDS_HTTP_ENDPOINT: The relational database source type is an Amazon Relational Database Service (Amazon RDS) HTTP endpoint.
RelationalDatabaseSourceType
public String getRelationalDatabaseSourceType()
Source type for the relational database.
RDS_HTTP_ENDPOINT: The relational database source type is an Amazon Relational Database Service (Amazon RDS) HTTP endpoint.
RDS_HTTP_ENDPOINT: The relational database source type is an Amazon Relational Database Service (Amazon RDS) HTTP endpoint.
RelationalDatabaseSourceType
public RelationalDatabaseDataSourceConfig withRelationalDatabaseSourceType(String relationalDatabaseSourceType)
Source type for the relational database.
RDS_HTTP_ENDPOINT: The relational database source type is an Amazon Relational Database Service (Amazon RDS) HTTP endpoint.
relationalDatabaseSourceType
- Source type for the relational database.
RDS_HTTP_ENDPOINT: The relational database source type is an Amazon Relational Database Service (Amazon RDS) HTTP endpoint.
RelationalDatabaseSourceType
public RelationalDatabaseDataSourceConfig withRelationalDatabaseSourceType(RelationalDatabaseSourceType relationalDatabaseSourceType)
Source type for the relational database.
RDS_HTTP_ENDPOINT: The relational database source type is an Amazon Relational Database Service (Amazon RDS) HTTP endpoint.
relationalDatabaseSourceType
- Source type for the relational database.
RDS_HTTP_ENDPOINT: The relational database source type is an Amazon Relational Database Service (Amazon RDS) HTTP endpoint.
RelationalDatabaseSourceType
public void setRdsHttpEndpointConfig(RdsHttpEndpointConfig rdsHttpEndpointConfig)
Amazon RDS HTTP endpoint settings.
rdsHttpEndpointConfig
- Amazon RDS HTTP endpoint settings.public RdsHttpEndpointConfig getRdsHttpEndpointConfig()
Amazon RDS HTTP endpoint settings.
public RelationalDatabaseDataSourceConfig withRdsHttpEndpointConfig(RdsHttpEndpointConfig rdsHttpEndpointConfig)
Amazon RDS HTTP endpoint settings.
rdsHttpEndpointConfig
- Amazon RDS HTTP endpoint settings.public String toString()
toString
in class Object
Object.toString()
public RelationalDatabaseDataSourceConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.