public class SupportedEndpointType
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
endpointType
The type of endpoint.
|
private java.lang.String |
engineName
The database engine name.
|
private java.lang.Boolean |
supportsCDC
Indicates if Change Data Capture (CDC) is supported.
|
Constructor and Description |
---|
SupportedEndpointType() |
Modifier and Type | Method and Description |
---|---|
SupportedEndpointType |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getEndpointType()
The type of endpoint.
|
java.lang.String |
getEngineName()
The database engine name.
|
java.lang.Boolean |
getSupportsCDC()
Indicates if Change Data Capture (CDC) is supported.
|
int |
hashCode() |
java.lang.Boolean |
isSupportsCDC()
Indicates if Change Data Capture (CDC) is supported.
|
void |
setEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
void |
setEndpointType(java.lang.String endpointType)
The type of endpoint.
|
void |
setEngineName(java.lang.String engineName)
The database engine name.
|
void |
setSupportsCDC(java.lang.Boolean supportsCDC)
Indicates if Change Data Capture (CDC) is supported.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SupportedEndpointType |
withEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
SupportedEndpointType |
withEndpointType(java.lang.String endpointType)
The type of endpoint.
|
SupportedEndpointType |
withEngineName(java.lang.String engineName)
The database engine name.
|
SupportedEndpointType |
withSupportsCDC(java.lang.Boolean supportsCDC)
Indicates if Change Data Capture (CDC) is supported.
|
private java.lang.String engineName
The database engine name.
private java.lang.Boolean supportsCDC
Indicates if Change Data Capture (CDC) is supported.
private java.lang.String endpointType
The type of endpoint.
public void setEngineName(java.lang.String engineName)
The database engine name.
engineName
- The database engine name.public java.lang.String getEngineName()
The database engine name.
public SupportedEndpointType withEngineName(java.lang.String engineName)
The database engine name.
engineName
- The database engine name.public void setSupportsCDC(java.lang.Boolean supportsCDC)
Indicates if Change Data Capture (CDC) is supported.
supportsCDC
- Indicates if Change Data Capture (CDC) is supported.public java.lang.Boolean getSupportsCDC()
Indicates if Change Data Capture (CDC) is supported.
public SupportedEndpointType withSupportsCDC(java.lang.Boolean supportsCDC)
Indicates if Change Data Capture (CDC) is supported.
supportsCDC
- Indicates if Change Data Capture (CDC) is supported.public java.lang.Boolean isSupportsCDC()
Indicates if Change Data Capture (CDC) is supported.
public void setEndpointType(java.lang.String endpointType)
The type of endpoint.
endpointType
- The type of endpoint.ReplicationEndpointTypeValue
public java.lang.String getEndpointType()
The type of endpoint.
ReplicationEndpointTypeValue
public SupportedEndpointType withEndpointType(java.lang.String endpointType)
The type of endpoint.
endpointType
- The type of endpoint.ReplicationEndpointTypeValue
public void setEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
endpointType
- The type of endpoint.ReplicationEndpointTypeValue
public SupportedEndpointType withEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
endpointType
- The type of endpoint.ReplicationEndpointTypeValue
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public SupportedEndpointType clone()
clone
in class java.lang.Object