Class DBParameterGroupStatus

    • Constructor Detail

      • DBParameterGroupStatus

        public DBParameterGroupStatus()
    • Method Detail

      • setDBParameterGroupName

        public void setDBParameterGroupName​(String dBParameterGroupName)

        The name of the DP parameter group.

        Parameters:
        dBParameterGroupName - The name of the DP parameter group.
      • getDBParameterGroupName

        public String getDBParameterGroupName()

        The name of the DP parameter group.

        Returns:
        The name of the DP parameter group.
      • withDBParameterGroupName

        public DBParameterGroupStatus withDBParameterGroupName​(String dBParameterGroupName)

        The name of the DP parameter group.

        Parameters:
        dBParameterGroupName - The name of the DP parameter group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setParameterApplyStatus

        public void setParameterApplyStatus​(String parameterApplyStatus)

        The status of parameter updates.

        Parameters:
        parameterApplyStatus - The status of parameter updates.
      • getParameterApplyStatus

        public String getParameterApplyStatus()

        The status of parameter updates.

        Returns:
        The status of parameter updates.
      • withParameterApplyStatus

        public DBParameterGroupStatus withParameterApplyStatus​(String parameterApplyStatus)

        The status of parameter updates.

        Parameters:
        parameterApplyStatus - The status of parameter updates.
        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