@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 |
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 |
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; useful for testing and debugging.
|
SupportedEndpointType |
withEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
SupportedEndpointType |
withEndpointType(String endpointType)
The type of endpoint.
|
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 include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, SYBASE, and SQLSERVER.
engineName - The database engine name. Valid values include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, SYBASE,
and SQLSERVER.public String getEngineName()
The database engine name. Valid values include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, SYBASE, and SQLSERVER.
public SupportedEndpointType withEngineName(String engineName)
The database engine name. Valid values include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, SYBASE, and SQLSERVER.
engineName - The database engine name. Valid values include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, SYBASE,
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.
endpointType - The type of endpoint.ReplicationEndpointTypeValuepublic String getEndpointType()
The type of endpoint.
ReplicationEndpointTypeValuepublic SupportedEndpointType withEndpointType(String endpointType)
The type of endpoint.
endpointType - The type of endpoint.ReplicationEndpointTypeValuepublic void setEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
endpointType - The type of endpoint.ReplicationEndpointTypeValuepublic SupportedEndpointType withEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
endpointType - The type of endpoint.ReplicationEndpointTypeValuepublic String toString()
toString in class ObjectObject.toString()public SupportedEndpointType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.