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 SupportedEndpointTypeclone()booleanequals(Object obj)StringgetEndpointType()The type of endpoint.StringgetEngineName()The database engine name.BooleangetSupportsCDC()Indicates if Change Data Capture (CDC) is supported.inthashCode()BooleanisSupportsCDC()Indicates if Change Data Capture (CDC) is supported.voidsetEndpointType(ReplicationEndpointTypeValue endpointType)The type of endpoint.voidsetEndpointType(String endpointType)The type of endpoint.voidsetEngineName(String engineName)The database engine name.voidsetSupportsCDC(Boolean supportsCDC)Indicates if Change Data Capture (CDC) is supported.StringtoString()Returns a string representation of this object; useful for testing and debugging.SupportedEndpointTypewithEndpointType(ReplicationEndpointTypeValue endpointType)The type of endpoint.SupportedEndpointTypewithEndpointType(String endpointType)The type of endpoint.SupportedEndpointTypewithEngineName(String engineName)The database engine name.SupportedEndpointTypewithSupportsCDC(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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public SupportedEndpointType clone()
-
-