public class SupportedEndpointType extends Object implements Serializable, Cloneable
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 |
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.
engineName
- The database engine name.public String getEngineName()
The database engine name.
public SupportedEndpointType withEngineName(String engineName)
The database engine name.
engineName
- The database engine name.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.ReplicationEndpointTypeValue
public String getEndpointType()
The type of endpoint.
ReplicationEndpointTypeValue
public SupportedEndpointType withEndpointType(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 String toString()
toString
in class Object
Object.toString()
public SupportedEndpointType clone()
Copyright © 2018. All rights reserved.