Class DBClusterOptionGroupStatus

    • Constructor Detail

      • DBClusterOptionGroupStatus

        public DBClusterOptionGroupStatus()
    • Method Detail

      • setDBClusterOptionGroupName

        public void setDBClusterOptionGroupName​(String dBClusterOptionGroupName)

        Specifies the name of the DB cluster option group.

        Parameters:
        dBClusterOptionGroupName - Specifies the name of the DB cluster option group.
      • getDBClusterOptionGroupName

        public String getDBClusterOptionGroupName()

        Specifies the name of the DB cluster option group.

        Returns:
        Specifies the name of the DB cluster option group.
      • withDBClusterOptionGroupName

        public DBClusterOptionGroupStatus withDBClusterOptionGroupName​(String dBClusterOptionGroupName)

        Specifies the name of the DB cluster option group.

        Parameters:
        dBClusterOptionGroupName - Specifies the name of the DB cluster option group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus​(String status)

        Specifies the status of the DB cluster option group.

        Parameters:
        status - Specifies the status of the DB cluster option group.
      • getStatus

        public String getStatus()

        Specifies the status of the DB cluster option group.

        Returns:
        Specifies the status of the DB cluster option group.
      • withStatus

        public DBClusterOptionGroupStatus withStatus​(String status)

        Specifies the status of the DB cluster option group.

        Parameters:
        status - Specifies the status of the DB cluster option group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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