Class OptionGroupMembership

    • Constructor Detail

      • OptionGroupMembership

        public OptionGroupMembership()
    • Method Detail

      • setOptionGroupName

        public void setOptionGroupName​(String optionGroupName)

        The name of the option group that the instance belongs to.

        Parameters:
        optionGroupName - The name of the option group that the instance belongs to.
      • getOptionGroupName

        public String getOptionGroupName()

        The name of the option group that the instance belongs to.

        Returns:
        The name of the option group that the instance belongs to.
      • withOptionGroupName

        public OptionGroupMembership withOptionGroupName​(String optionGroupName)

        The name of the option group that the instance belongs to.

        Parameters:
        optionGroupName - The name of the option group that the instance belongs to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus​(String status)

        The status of the DB instance's option group membership. Valid values are: in-sync, pending-apply, pending-removal, pending-maintenance-apply, pending-maintenance-removal, applying, removing, and failed.

        Parameters:
        status - The status of the DB instance's option group membership. Valid values are: in-sync, pending-apply, pending-removal, pending-maintenance-apply, pending-maintenance-removal, applying, removing, and failed.
      • getStatus

        public String getStatus()

        The status of the DB instance's option group membership. Valid values are: in-sync, pending-apply, pending-removal, pending-maintenance-apply, pending-maintenance-removal, applying, removing, and failed.

        Returns:
        The status of the DB instance's option group membership. Valid values are: in-sync, pending-apply, pending-removal, pending-maintenance-apply, pending-maintenance-removal, applying, removing, and failed.
      • withStatus

        public OptionGroupMembership withStatus​(String status)

        The status of the DB instance's option group membership. Valid values are: in-sync, pending-apply, pending-removal, pending-maintenance-apply, pending-maintenance-removal, applying, removing, and failed.

        Parameters:
        status - The status of the DB instance's option group membership. Valid values are: in-sync, pending-apply, pending-removal, pending-maintenance-apply, pending-maintenance-removal, applying, removing, and failed.
        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