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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description ResetDBClusterParameterGroupRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResetDBClusterParameterGroupRequestclone()Creates a shallow clone of this request.booleanequals(Object obj)StringgetDBClusterParameterGroupName()The name of the DB cluster parameter group to reset.List<Parameter>getParameters()A list of parameter names in the DB cluster parameter group to reset to the default values.BooleangetResetAllParameters()A value that is set totrueto reset all parameters in the DB cluster parameter group to their default values, andfalseotherwise.inthashCode()BooleanisResetAllParameters()A value that is set totrueto reset all parameters in the DB cluster parameter group to their default values, andfalseotherwise.voidsetDBClusterParameterGroupName(String dBClusterParameterGroupName)The name of the DB cluster parameter group to reset.voidsetParameters(Collection<Parameter> parameters)A list of parameter names in the DB cluster parameter group to reset to the default values.voidsetResetAllParameters(Boolean resetAllParameters)A value that is set totrueto reset all parameters in the DB cluster parameter group to their default values, andfalseotherwise.StringtoString()Returns a string representation of this object; useful for testing and debugging.ResetDBClusterParameterGroupRequestwithDBClusterParameterGroupName(String dBClusterParameterGroupName)The name of the DB cluster parameter group to reset.ResetDBClusterParameterGroupRequestwithParameters(Parameter... parameters)A list of parameter names in the DB cluster parameter group to reset to the default values.ResetDBClusterParameterGroupRequestwithParameters(Collection<Parameter> parameters)A list of parameter names in the DB cluster parameter group to reset to the default values.ResetDBClusterParameterGroupRequestwithResetAllParameters(Boolean resetAllParameters)A value that is set totrueto reset all parameters in the DB cluster parameter group to their default values, andfalseotherwise.-
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
-
-
-
Method Detail
-
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
trueto reset all parameters in the DB cluster parameter group to their default values, andfalseotherwise. You cannot use this parameter if there is a list of parameter names specified for theParametersparameter.- Parameters:
resetAllParameters- A value that is set totrueto reset all parameters in the DB cluster parameter group to their default values, andfalseotherwise. You cannot use this parameter if there is a list of parameter names specified for theParametersparameter.
-
getResetAllParameters
public Boolean getResetAllParameters()
A value that is set to
trueto reset all parameters in the DB cluster parameter group to their default values, andfalseotherwise. You cannot use this parameter if there is a list of parameter names specified for theParametersparameter.- Returns:
- A value that is set to
trueto reset all parameters in the DB cluster parameter group to their default values, andfalseotherwise. You cannot use this parameter if there is a list of parameter names specified for theParametersparameter.
-
withResetAllParameters
public ResetDBClusterParameterGroupRequest withResetAllParameters(Boolean resetAllParameters)
A value that is set to
trueto reset all parameters in the DB cluster parameter group to their default values, andfalseotherwise. You cannot use this parameter if there is a list of parameter names specified for theParametersparameter.- Parameters:
resetAllParameters- A value that is set totrueto reset all parameters in the DB cluster parameter group to their default values, andfalseotherwise. You cannot use this parameter if there is a list of parameter names specified for theParametersparameter.- 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
trueto reset all parameters in the DB cluster parameter group to their default values, andfalseotherwise. You cannot use this parameter if there is a list of parameter names specified for theParametersparameter.- Returns:
- A value that is set to
trueto reset all parameters in the DB cluster parameter group to their default values, andfalseotherwise. You cannot use this parameter if there is a list of parameter names specified for theParametersparameter.
-
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
ResetAllParametersparameter is set totrue.- 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
ResetAllParametersparameter is set totrue.
-
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
ResetAllParametersparameter is set totrue.- 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 theResetAllParametersparameter is set totrue.
-
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
ResetAllParametersparameter is set totrue.NOTE: This method appends the values to the existing list (if any). Use
setParameters(java.util.Collection)orwithParameters(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 theResetAllParametersparameter is set totrue.- 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
ResetAllParametersparameter is set totrue.- 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 theResetAllParametersparameter is set totrue.- 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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ResetDBClusterParameterGroupRequest clone()
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
Object.clone()
-
-