@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SupportedEndpointType extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
SupportedEndpointType() |
| Modifier and Type | Method and Description |
|---|---|
SupportedEndpointType |
clone() |
boolean |
equals(Object obj) |
String |
getEndpointType()
The type of endpoint.
|
String |
getEngineDisplayName()
The expanded name for the engine name.
|
String |
getEngineName()
The database engine name.
|
Boolean |
getSupportsCDC()
Indicates if Change Data Capture (CDC) is supported.
|
int |
hashCode() |
Boolean |
isSupportsCDC()
Indicates if Change Data Capture (CDC) is supported.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
void |
setEndpointType(String endpointType)
The type of endpoint.
|
void |
setEngineDisplayName(String engineDisplayName)
The expanded name for the engine name.
|
void |
setEngineName(String engineName)
The database engine name.
|
void |
setSupportsCDC(Boolean supportsCDC)
Indicates if Change Data Capture (CDC) is supported.
|
String |
toString()
Returns a string representation of this object.
|
SupportedEndpointType |
withEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
SupportedEndpointType |
withEndpointType(String endpointType)
The type of endpoint.
|
SupportedEndpointType |
withEngineDisplayName(String engineDisplayName)
The expanded name for the engine name.
|
SupportedEndpointType |
withEngineName(String engineName)
The database engine name.
|
SupportedEndpointType |
withSupportsCDC(Boolean supportsCDC)
Indicates if Change Data Capture (CDC) is supported.
|
public void setEngineName(String engineName)
The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.
engineName - The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres,
mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.public String getEngineName()
The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.
public SupportedEndpointType withEngineName(String engineName)
The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres, mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.
engineName - The database engine name. Valid values, depending on the EndpointType, include mysql, oracle, postgres,
mariadb, aurora, aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb, mongodb, and sqlserver.public void setSupportsCDC(Boolean supportsCDC)
Indicates if Change Data Capture (CDC) is supported.
supportsCDC - Indicates if Change Data Capture (CDC) is supported.public Boolean getSupportsCDC()
Indicates if Change Data Capture (CDC) is supported.
public SupportedEndpointType withSupportsCDC(Boolean supportsCDC)
Indicates if Change Data Capture (CDC) is supported.
supportsCDC - Indicates if Change Data Capture (CDC) is supported.public Boolean isSupportsCDC()
Indicates if Change Data Capture (CDC) is supported.
public void setEndpointType(String endpointType)
The type of endpoint. Valid values are source and target.
endpointType - The type of endpoint. Valid values are source and target.ReplicationEndpointTypeValuepublic String getEndpointType()
The type of endpoint. Valid values are source and target.
source and target.ReplicationEndpointTypeValuepublic SupportedEndpointType withEndpointType(String endpointType)
The type of endpoint. Valid values are source and target.
endpointType - The type of endpoint. Valid values are source and target.ReplicationEndpointTypeValuepublic void setEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint. Valid values are source and target.
endpointType - The type of endpoint. Valid values are source and target.ReplicationEndpointTypeValuepublic SupportedEndpointType withEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint. Valid values are source and target.
endpointType - The type of endpoint. Valid values are source and target.ReplicationEndpointTypeValuepublic void setEngineDisplayName(String engineDisplayName)
The expanded name for the engine name. For example, if the EngineName parameter is "aurora," this
value would be "Amazon Aurora MySQL."
engineDisplayName - The expanded name for the engine name. For example, if the EngineName parameter is "aurora,"
this value would be "Amazon Aurora MySQL."public String getEngineDisplayName()
The expanded name for the engine name. For example, if the EngineName parameter is "aurora," this
value would be "Amazon Aurora MySQL."
EngineName parameter is "aurora,"
this value would be "Amazon Aurora MySQL."public SupportedEndpointType withEngineDisplayName(String engineDisplayName)
The expanded name for the engine name. For example, if the EngineName parameter is "aurora," this
value would be "Amazon Aurora MySQL."
engineDisplayName - The expanded name for the engine name. For example, if the EngineName parameter is "aurora,"
this value would be "Amazon Aurora MySQL."public String toString()
toString in class ObjectObject.toString()public SupportedEndpointType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.