@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResetDBClusterParameterGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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 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.
|
Boolean |
getResetAllParameters()
Specifies whether to reset all parameters in the DB cluster parameter group to their default values.
|
int |
hashCode() |
Boolean |
isResetAllParameters()
Specifies whether to reset all parameters in the DB cluster parameter group to their default values.
|
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)
Specifies whether to reset all parameters in the DB cluster parameter group to their default values.
|
String |
toString()
Returns a string representation of this object.
|
ResetDBClusterParameterGroupRequest |
withDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group to reset.
|
ResetDBClusterParameterGroupRequest |
withParameters(Collection<Parameter> parameters)
A list of parameter names in the DB cluster parameter group to reset to the default values.
|
ResetDBClusterParameterGroupRequest |
withParameters(Parameter... parameters)
A list of parameter names in the DB cluster parameter group to reset to the default values.
|
ResetDBClusterParameterGroupRequest |
withResetAllParameters(Boolean resetAllParameters)
Specifies whether to reset all parameters in the DB cluster parameter group to their default values.
|
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, withSdkRequestTimeoutpublic void setDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group to reset.
dBClusterParameterGroupName - The name of the DB cluster parameter group to reset.public String getDBClusterParameterGroupName()
The name of the DB cluster parameter group to reset.
public ResetDBClusterParameterGroupRequest withDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group to reset.
dBClusterParameterGroupName - The name of the DB cluster parameter group to reset.public void setResetAllParameters(Boolean resetAllParameters)
Specifies whether to reset all parameters in the DB cluster parameter group to their default values. You can't
use this parameter if there is a list of parameter names specified for the Parameters parameter.
resetAllParameters - Specifies whether to reset all parameters in the DB cluster parameter group to their default values. You
can't use this parameter if there is a list of parameter names specified for the Parameters
parameter.public Boolean getResetAllParameters()
Specifies whether to reset all parameters in the DB cluster parameter group to their default values. You can't
use this parameter if there is a list of parameter names specified for the Parameters parameter.
Parameters
parameter.public ResetDBClusterParameterGroupRequest withResetAllParameters(Boolean resetAllParameters)
Specifies whether to reset all parameters in the DB cluster parameter group to their default values. You can't
use this parameter if there is a list of parameter names specified for the Parameters parameter.
resetAllParameters - Specifies whether to reset all parameters in the DB cluster parameter group to their default values. You
can't use this parameter if there is a list of parameter names specified for the Parameters
parameter.public Boolean isResetAllParameters()
Specifies whether to reset all parameters in the DB cluster parameter group to their default values. You can't
use this parameter if there is a list of parameter names specified for the Parameters parameter.
Parameters
parameter.public List<Parameter> getParameters()
A list of parameter names in the DB cluster parameter group to reset to the default values. You can't use this
parameter if the ResetAllParameters parameter is enabled.
ResetAllParameters parameter is enabled.public void setParameters(Collection<Parameter> parameters)
A list of parameter names in the DB cluster parameter group to reset to the default values. You can't use this
parameter if the ResetAllParameters parameter is enabled.
parameters - A list of parameter names in the DB cluster parameter group to reset to the default values. You can't use
this parameter if the ResetAllParameters parameter is enabled.public ResetDBClusterParameterGroupRequest withParameters(Parameter... parameters)
A list of parameter names in the DB cluster parameter group to reset to the default values. You can't use this
parameter if the ResetAllParameters parameter is enabled.
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 DB cluster parameter group to reset to the default values. You can't use
this parameter if the ResetAllParameters parameter is enabled.public ResetDBClusterParameterGroupRequest withParameters(Collection<Parameter> parameters)
A list of parameter names in the DB cluster parameter group to reset to the default values. You can't use this
parameter if the ResetAllParameters parameter is enabled.
parameters - A list of parameter names in the DB cluster parameter group to reset to the default values. You can't use
this parameter if the ResetAllParameters parameter is enabled.public String toString()
toString in class ObjectObject.toString()public ResetDBClusterParameterGroupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()