Class SupportedEndpointType
- java.lang.Object
-
- com.amazonaws.services.databasemigrationservice.model.SupportedEndpointType
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class SupportedEndpointType extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SupportedEndpointType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
setEngineName
public void setEngineName(String engineName)
The database engine name.
- Parameters:
engineName
- The database engine name.
-
getEngineName
public String getEngineName()
The database engine name.
- Returns:
- The database engine name.
-
withEngineName
public SupportedEndpointType withEngineName(String engineName)
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
public void setSupportsCDC(Boolean supportsCDC)
Indicates if Change Data Capture (CDC) is supported.
- Parameters:
supportsCDC
- Indicates if Change Data Capture (CDC) is supported.
-
getSupportsCDC
public Boolean getSupportsCDC()
Indicates if Change Data Capture (CDC) is supported.
- Returns:
- Indicates if Change Data Capture (CDC) is supported.
-
withSupportsCDC
public SupportedEndpointType withSupportsCDC(Boolean supportsCDC)
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
public Boolean isSupportsCDC()
Indicates if Change Data Capture (CDC) is supported.
- Returns:
- Indicates if Change Data Capture (CDC) is supported.
-
setEndpointType
public void setEndpointType(String endpointType)
The type of endpoint.
- Parameters:
endpointType
- The type of endpoint.- See Also:
ReplicationEndpointTypeValue
-
getEndpointType
public String getEndpointType()
The type of endpoint.
- Returns:
- The type of endpoint.
- See Also:
ReplicationEndpointTypeValue
-
withEndpointType
public SupportedEndpointType withEndpointType(String endpointType)
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:
ReplicationEndpointTypeValue
-
setEndpointType
public void setEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
- Parameters:
endpointType
- The type of endpoint.- See Also:
ReplicationEndpointTypeValue
-
withEndpointType
public SupportedEndpointType withEndpointType(ReplicationEndpointTypeValue endpointType)
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:
ReplicationEndpointTypeValue
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public SupportedEndpointType clone()
-
-