Class DeleteDBClusterParameterGroupRequest

    • Constructor Detail

      • DeleteDBClusterParameterGroupRequest

        public DeleteDBClusterParameterGroupRequest()
    • Method Detail

      • setDBClusterParameterGroupName

        public void setDBClusterParameterGroupName​(String dBClusterParameterGroupName)

        The name of the DB cluster parameter group.

        Constraints:

        • Must be the name of an existing DB cluster parameter group.
        • You cannot delete a default DB cluster parameter group.
        • Cannot be associated with any DB clusters.
        Parameters:
        dBClusterParameterGroupName - The name of the DB cluster parameter group.

        Constraints:

        • Must be the name of an existing DB cluster parameter group.
        • You cannot delete a default DB cluster parameter group.
        • Cannot be associated with any DB clusters.
      • getDBClusterParameterGroupName

        public String getDBClusterParameterGroupName()

        The name of the DB cluster parameter group.

        Constraints:

        • Must be the name of an existing DB cluster parameter group.
        • You cannot delete a default DB cluster parameter group.
        • Cannot be associated with any DB clusters.
        Returns:
        The name of the DB cluster parameter group.

        Constraints:

        • Must be the name of an existing DB cluster parameter group.
        • You cannot delete a default DB cluster parameter group.
        • Cannot be associated with any DB clusters.
      • withDBClusterParameterGroupName

        public DeleteDBClusterParameterGroupRequest withDBClusterParameterGroupName​(String dBClusterParameterGroupName)

        The name of the DB cluster parameter group.

        Constraints:

        • Must be the name of an existing DB cluster parameter group.
        • You cannot delete a default DB cluster parameter group.
        • Cannot be associated with any DB clusters.
        Parameters:
        dBClusterParameterGroupName - The name of the DB cluster parameter group.

        Constraints:

        • Must be the name of an existing DB cluster parameter group.
        • You cannot delete a default DB cluster parameter group.
        • Cannot be associated with any DB clusters.
        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