Class ResetDBClusterParameterGroupRequest
- All Implemented Interfaces:
ReadLimitInfo,Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanThe name of the DB cluster parameter group to reset.A list of parameter names in the DB cluster parameter group to reset to the default values.A value that is set totrueto reset all parameters in the DB cluster parameter group to their default values, andfalseotherwise.inthashCode()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.toString()Returns a string representation of this object; useful for testing and debugging.withDBClusterParameterGroupName(String dBClusterParameterGroupName) The name of the DB cluster parameter group to reset.withParameters(Parameter... parameters) A list of parameter names in the DB cluster parameter group to reset to the default values.withParameters(Collection<Parameter> parameters) A list of parameter names in the DB cluster parameter group to reset to the default values.withResetAllParameters(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
-
Constructor Details
-
ResetDBClusterParameterGroupRequest
public ResetDBClusterParameterGroupRequest()
-
-
Method Details
-
setDBClusterParameterGroupName
The name of the DB cluster parameter group to reset.
- Parameters:
dBClusterParameterGroupName- The name of the DB cluster parameter group to reset.
-
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
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
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
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
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
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
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
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
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
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:
-