Class SupportedEndpointType
java.lang.Object
com.amazonaws.services.databasemigrationservice.model.SupportedEndpointType
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The type of endpoint.The database engine name.Indicates if Change Data Capture (CDC) is supported.int
hashCode()
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.toString()
Returns a string representation of this object; useful for testing and debugging.withEndpointType
(ReplicationEndpointTypeValue endpointType) The type of endpoint.withEndpointType
(String endpointType) The type of endpoint.withEngineName
(String engineName) The database engine name.withSupportsCDC
(Boolean supportsCDC) Indicates if Change Data Capture (CDC) is supported.
-
Constructor Details
-
SupportedEndpointType
public SupportedEndpointType()
-
-
Method Details
-
setEngineName
The database engine name.
- Parameters:
engineName
- The database engine name.
-
getEngineName
The database engine name.
- Returns:
- The database engine name.
-
withEngineName
The database engine name.
- Parameters:
engineName
- The database engine name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSupportsCDC
Indicates if Change Data Capture (CDC) is supported.
- Parameters:
supportsCDC
- Indicates if Change Data Capture (CDC) is supported.
-
getSupportsCDC
Indicates if Change Data Capture (CDC) is supported.
- Returns:
- Indicates if Change Data Capture (CDC) is supported.
-
withSupportsCDC
Indicates if Change Data Capture (CDC) is supported.
- Parameters:
supportsCDC
- Indicates if Change Data Capture (CDC) is supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isSupportsCDC
Indicates if Change Data Capture (CDC) is supported.
- Returns:
- Indicates if Change Data Capture (CDC) is supported.
-
setEndpointType
The type of endpoint.
- Parameters:
endpointType
- The type of endpoint.- See Also:
-
getEndpointType
The type of endpoint.
- Returns:
- The type of endpoint.
- See Also:
-
withEndpointType
The type of endpoint.
- Parameters:
endpointType
- The type of endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setEndpointType
The type of endpoint.
- Parameters:
endpointType
- The type of endpoint.- See Also:
-
withEndpointType
The type of endpoint.
- Parameters:
endpointType
- The type of endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-