Class DBParameterGroupStatus

java.lang.Object
com.amazonaws.services.rds.model.DBParameterGroupStatus
All Implemented Interfaces:
Serializable, Cloneable

public class DBParameterGroupStatus extends Object implements Serializable, Cloneable

The status of the DB parameter group.

This data type is used as a response element in the following actions:

See Also:
  • Constructor Details

    • DBParameterGroupStatus

      public DBParameterGroupStatus()
  • Method Details

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

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

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

      public DBParameterGroupStatus clone()
      Overrides:
      clone in class Object