@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResetDBClusterParameterGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input to ResetDBClusterParameterGroup.
NOOP
Constructor and Description |
---|
ResetDBClusterParameterGroupRequest() |
Modifier and Type | Method and Description |
---|---|
ResetDBClusterParameterGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDBClusterParameterGroupName()
The name of the cluster parameter group to reset.
|
List<Parameter> |
getParameters()
A list of parameter names in the cluster parameter group to reset to the default values.
|
Boolean |
getResetAllParameters()
A value that is set to
true to reset all parameters in the cluster parameter group to their default
values, and false otherwise. |
int |
hashCode() |
Boolean |
isResetAllParameters()
A value that is set to
true to reset all parameters in the cluster parameter group to their default
values, and false otherwise. |
void |
setDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the cluster parameter group to reset.
|
void |
setParameters(Collection<Parameter> parameters)
A list of parameter names in the cluster parameter group to reset to the default values.
|
void |
setResetAllParameters(Boolean resetAllParameters)
A value that is set to
true to reset all parameters in the cluster parameter group to their default
values, and false otherwise. |
String |
toString()
Returns a string representation of this object.
|
ResetDBClusterParameterGroupRequest |
withDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the cluster parameter group to reset.
|
ResetDBClusterParameterGroupRequest |
withParameters(Collection<Parameter> parameters)
A list of parameter names in the cluster parameter group to reset to the default values.
|
ResetDBClusterParameterGroupRequest |
withParameters(Parameter... parameters)
A list of parameter names in the cluster parameter group to reset to the default values.
|
ResetDBClusterParameterGroupRequest |
withResetAllParameters(Boolean resetAllParameters)
A value that is set to
true to reset all parameters in the cluster parameter group to their default
values, and false otherwise. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the cluster parameter group to reset.
dBClusterParameterGroupName
- The name of the cluster parameter group to reset.public String getDBClusterParameterGroupName()
The name of the cluster parameter group to reset.
public ResetDBClusterParameterGroupRequest withDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the cluster parameter group to reset.
dBClusterParameterGroupName
- The name of the cluster parameter group to reset.public void setResetAllParameters(Boolean resetAllParameters)
A value that is set to true
to reset all parameters in the cluster parameter group to their default
values, and false
otherwise. You can't use this parameter if there is a list of parameter names
specified for the Parameters
parameter.
resetAllParameters
- A value that is set to true
to reset all parameters in the cluster parameter group to their
default values, and false
otherwise. You can't use this parameter if there is a list of
parameter names specified for the Parameters
parameter.public Boolean getResetAllParameters()
A value that is set to true
to reset all parameters in the cluster parameter group to their default
values, and false
otherwise. You can't use this parameter if there is a list of parameter names
specified for the Parameters
parameter.
true
to reset all parameters in the cluster parameter group to their
default values, and false
otherwise. You can't use this parameter if there is a list of
parameter names specified for the Parameters
parameter.public ResetDBClusterParameterGroupRequest withResetAllParameters(Boolean resetAllParameters)
A value that is set to true
to reset all parameters in the cluster parameter group to their default
values, and false
otherwise. You can't use this parameter if there is a list of parameter names
specified for the Parameters
parameter.
resetAllParameters
- A value that is set to true
to reset all parameters in the cluster parameter group to their
default values, and false
otherwise. You can't use this parameter if there is a list of
parameter names specified for the Parameters
parameter.public Boolean isResetAllParameters()
A value that is set to true
to reset all parameters in the cluster parameter group to their default
values, and false
otherwise. You can't use this parameter if there is a list of parameter names
specified for the Parameters
parameter.
true
to reset all parameters in the cluster parameter group to their
default values, and false
otherwise. You can't use this parameter if there is a list of
parameter names specified for the Parameters
parameter.public List<Parameter> getParameters()
A list of parameter names in the cluster parameter group to reset to the default values. You can't use this
parameter if the ResetAllParameters
parameter is set to true
.
ResetAllParameters
parameter is set to true
.public void setParameters(Collection<Parameter> parameters)
A list of parameter names in the cluster parameter group to reset to the default values. You can't use this
parameter if the ResetAllParameters
parameter is set to true
.
parameters
- A list of parameter names in the cluster parameter group to reset to the default values. You can't use
this parameter if the ResetAllParameters
parameter is set to true
.public ResetDBClusterParameterGroupRequest withParameters(Parameter... parameters)
A list of parameter names in the cluster parameter group to reset to the default values. You can't 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
- A list of parameter names in the cluster parameter group to reset to the default values. You can't use
this parameter if the ResetAllParameters
parameter is set to true
.public ResetDBClusterParameterGroupRequest withParameters(Collection<Parameter> parameters)
A list of parameter names in the cluster parameter group to reset to the default values. You can't use this
parameter if the ResetAllParameters
parameter is set to true
.
parameters
- A list of parameter names in the cluster parameter group to reset to the default values. You can't use
this parameter if the ResetAllParameters
parameter is set to true
.public String toString()
toString
in class Object
Object.toString()
public ResetDBClusterParameterGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()