Class SupportedEndpointType

    • Constructor Detail

      • SupportedEndpointType

        public SupportedEndpointType()
    • 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
      • 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
      • 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:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object