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.boolean
The 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 totrue
to reset all parameters in the DB cluster parameter group to their default values, andfalse
otherwise.int
hashCode()
A value that is set totrue
to reset all parameters in the DB cluster parameter group to their default values, andfalse
otherwise.void
setDBClusterParameterGroupName
(String dBClusterParameterGroupName) The name of the DB cluster parameter group to reset.void
setParameters
(Collection<Parameter> parameters) A list of parameter names in the DB cluster parameter group to reset to the default values.void
setResetAllParameters
(Boolean resetAllParameters) A value that is set totrue
to reset all parameters in the DB cluster parameter group to their default values, andfalse
otherwise.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 totrue
to reset all parameters in the DB cluster parameter group to their default values, andfalse
otherwise.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
true
to reset all parameters in the DB cluster parameter group to their default values, andfalse
otherwise. You cannot use this parameter if there is a list of parameter names specified for theParameters
parameter.- Parameters:
resetAllParameters
- A value that is set totrue
to reset all parameters in the DB cluster parameter group to their default values, andfalse
otherwise. You cannot use this parameter if there is a list of parameter names specified for theParameters
parameter.
-
getResetAllParameters
A value that is set to
true
to reset all parameters in the DB cluster parameter group to their default values, andfalse
otherwise. You cannot use this parameter if there is a list of parameter names specified for theParameters
parameter.- Returns:
- A value that is set to
true
to reset all parameters in the DB cluster parameter group to their default values, andfalse
otherwise. You cannot use this parameter if there is a list of parameter names specified for theParameters
parameter.
-
withResetAllParameters
A value that is set to
true
to reset all parameters in the DB cluster parameter group to their default values, andfalse
otherwise. You cannot use this parameter if there is a list of parameter names specified for theParameters
parameter.- Parameters:
resetAllParameters
- A value that is set totrue
to reset all parameters in the DB cluster parameter group to their default values, andfalse
otherwise. You cannot use this parameter if there is a list of parameter names specified for theParameters
parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isResetAllParameters
A value that is set to
true
to reset all parameters in the DB cluster parameter group to their default values, andfalse
otherwise. You cannot use this parameter if there is a list of parameter names specified for theParameters
parameter.- Returns:
- A value that is set to
true
to reset all parameters in the DB cluster parameter group to their default values, andfalse
otherwise. You cannot use this parameter if there is a list of parameter names specified for theParameters
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 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
ResetAllParameters
parameter 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
ResetAllParameters
parameter 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 theResetAllParameters
parameter 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
ResetAllParameters
parameter 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 theResetAllParameters
parameter 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
ResetAllParameters
parameter 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 theResetAllParameters
parameter 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:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-