Class ModifyDBClusterParameterGroupResult

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

public class ModifyDBClusterParameterGroupResult extends Object implements Serializable, Cloneable

See Also:
  • Constructor Details

    • ModifyDBClusterParameterGroupResult

      public ModifyDBClusterParameterGroupResult()
  • Method Details

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

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

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

      Overrides:
      clone in class Object