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:
  • Constructor Details

    • SupportedEndpointType

      public SupportedEndpointType()
  • Method Details

    • 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:
    • getEndpointType

      public String getEndpointType()

      The type of endpoint.

      Returns:
      The type of endpoint.
      See Also:
    • 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:
    • setEndpointType

      public void setEndpointType(ReplicationEndpointTypeValue endpointType)

      The type of endpoint.

      Parameters:
      endpointType - The type of endpoint.
      See Also:
    • 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:
    • toString

      public String toString()
      Returns a string representation of this object; useful for testing and debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public SupportedEndpointType clone()
      Overrides:
      clone in class Object