Class ResetDBClusterParameterGroupResult

    • Constructor Detail

      • ResetDBClusterParameterGroupResult

        public ResetDBClusterParameterGroupResult()
    • Method Detail

      • setDBClusterParameterGroupName

        public void setDBClusterParameterGroupName​(String dBClusterParameterGroupName)

        The name of the DB cluster parameter group.

        Constraints:

        • Must be 1 to 255 alphanumeric characters
        • First character must be a letter
        • Cannot end with a hyphen or contain two consecutive hyphens
        This value is stored as a lowercase string.
        Parameters:
        dBClusterParameterGroupName - The name of the DB cluster parameter group.

        Constraints:

        • Must be 1 to 255 alphanumeric characters
        • First character must be a letter
        • Cannot end with a hyphen or contain two consecutive hyphens
        This value is stored as a lowercase string.
      • getDBClusterParameterGroupName

        public String getDBClusterParameterGroupName()

        The name of the DB cluster parameter group.

        Constraints:

        • Must be 1 to 255 alphanumeric characters
        • First character must be a letter
        • Cannot end with a hyphen or contain two consecutive hyphens
        This value is stored as a lowercase string.
        Returns:
        The name of the DB cluster parameter group.

        Constraints:

        • Must be 1 to 255 alphanumeric characters
        • First character must be a letter
        • Cannot end with a hyphen or contain two consecutive hyphens
        This value is stored as a lowercase string.
      • withDBClusterParameterGroupName

        public ResetDBClusterParameterGroupResult withDBClusterParameterGroupName​(String dBClusterParameterGroupName)

        The name of the DB cluster parameter group.

        Constraints:

        • Must be 1 to 255 alphanumeric characters
        • First character must be a letter
        • Cannot end with a hyphen or contain two consecutive hyphens
        This value is stored as a lowercase string.
        Parameters:
        dBClusterParameterGroupName - The name of the DB cluster parameter group.

        Constraints:

        • Must be 1 to 255 alphanumeric characters
        • First character must be a letter
        • Cannot end with a hyphen or contain two consecutive hyphens
        This value is stored as a lowercase string.
        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