Class ResetDBClusterParameterGroupRequest

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

public class ResetDBClusterParameterGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable

See Also:
  • Constructor Details

    • ResetDBClusterParameterGroupRequest

      public ResetDBClusterParameterGroupRequest()
  • Method Details

    • setDBClusterParameterGroupName

      public void setDBClusterParameterGroupName(String dBClusterParameterGroupName)

      The name of the DB cluster parameter group to reset.

      Parameters:
      dBClusterParameterGroupName - The name of the DB cluster parameter group to reset.
    • getDBClusterParameterGroupName

      public String getDBClusterParameterGroupName()

      The name of the DB cluster parameter group to reset.

      Returns:
      The name of the DB cluster parameter group to reset.
    • withDBClusterParameterGroupName

      public ResetDBClusterParameterGroupRequest withDBClusterParameterGroupName(String dBClusterParameterGroupName)

      The name of the DB cluster parameter group to reset.

      Parameters:
      dBClusterParameterGroupName - The name of the DB cluster parameter group to reset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setResetAllParameters

      public void setResetAllParameters(Boolean resetAllParameters)

      A value that is set to true to reset all parameters in the DB cluster parameter group to their default values, and false otherwise. You cannot use this parameter if there is a list of parameter names specified for the Parameters parameter.

      Parameters:
      resetAllParameters - A value that is set to true to reset all parameters in the DB cluster parameter group to their default values, and false otherwise. You cannot use this parameter if there is a list of parameter names specified for the Parameters parameter.
    • getResetAllParameters

      public Boolean getResetAllParameters()

      A value that is set to true to reset all parameters in the DB cluster parameter group to their default values, and false otherwise. You cannot use this parameter if there is a list of parameter names specified for the Parameters parameter.

      Returns:
      A value that is set to true to reset all parameters in the DB cluster parameter group to their default values, and false otherwise. You cannot use this parameter if there is a list of parameter names specified for the Parameters parameter.
    • withResetAllParameters

      public ResetDBClusterParameterGroupRequest withResetAllParameters(Boolean resetAllParameters)

      A value that is set to true to reset all parameters in the DB cluster parameter group to their default values, and false otherwise. You cannot use this parameter if there is a list of parameter names specified for the Parameters parameter.

      Parameters:
      resetAllParameters - A value that is set to true to reset all parameters in the DB cluster parameter group to their default values, and false otherwise. You cannot use this parameter if there is a list of parameter names specified for the Parameters parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isResetAllParameters

      public Boolean isResetAllParameters()

      A value that is set to true to reset all parameters in the DB cluster parameter group to their default values, and false otherwise. You cannot use this parameter if there is a list of parameter names specified for the Parameters parameter.

      Returns:
      A value that is set to true to reset all parameters in the DB cluster parameter group to their default values, and false otherwise. You cannot use this parameter if there is a list of parameter names specified for the Parameters parameter.
    • getParameters

      public List<Parameter> getParameters()

      A list of parameter names in the DB cluster parameter group to reset to the default values. You cannot use this parameter if the ResetAllParameters parameter is set to true.

      Returns:
      A list of parameter names in the DB cluster parameter group to reset to the default values. You cannot use this parameter if the ResetAllParameters parameter is set to true.
    • setParameters

      public void setParameters(Collection<Parameter> parameters)

      A list of parameter names in the DB cluster parameter group to reset to the default values. You cannot use this parameter if the ResetAllParameters parameter is set to true.

      Parameters:
      parameters - A list of parameter names in the DB cluster parameter group to reset to the default values. You cannot use this parameter if the ResetAllParameters parameter is set to true.
    • withParameters

      public ResetDBClusterParameterGroupRequest withParameters(Parameter... parameters)

      A list of parameter names in the DB cluster parameter group to reset to the default values. You cannot use this parameter if the ResetAllParameters parameter is set to true.

      NOTE: This method appends the values to the existing list (if any). Use setParameters(java.util.Collection) or withParameters(java.util.Collection) if you want to override the existing values.

      Parameters:
      parameters - A list of parameter names in the DB cluster parameter group to reset to the default values. You cannot use this parameter if the ResetAllParameters parameter is set to true.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • withParameters

      public ResetDBClusterParameterGroupRequest withParameters(Collection<Parameter> parameters)

      A list of parameter names in the DB cluster parameter group to reset to the default values. You cannot use this parameter if the ResetAllParameters parameter is set to true.

      Parameters:
      parameters - A list of parameter names in the DB cluster parameter group to reset to the default values. You cannot use this parameter if the ResetAllParameters parameter is set to true.
      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

      Description copied from class: AmazonWebServiceRequest
      Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.
      Overrides:
      clone in class AmazonWebServiceRequest
      See Also: