@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResetClusterParameterGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ResetClusterParameterGroupRequest() |
Modifier and Type | Method and Description |
---|---|
ResetClusterParameterGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getParameterGroupName()
The name of the cluster parameter group to be reset.
|
List<Parameter> |
getParameters()
An array of names of parameters to be reset.
|
Boolean |
getResetAllParameters()
If
true , all parameters in the specified parameter group will be reset to their default values. |
int |
hashCode() |
Boolean |
isResetAllParameters()
If
true , all parameters in the specified parameter group will be reset to their default values. |
void |
setParameterGroupName(String parameterGroupName)
The name of the cluster parameter group to be reset.
|
void |
setParameters(Collection<Parameter> parameters)
An array of names of parameters to be reset.
|
void |
setResetAllParameters(Boolean resetAllParameters)
If
true , all parameters in the specified parameter group will be reset to their default values. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ResetClusterParameterGroupRequest |
withParameterGroupName(String parameterGroupName)
The name of the cluster parameter group to be reset.
|
ResetClusterParameterGroupRequest |
withParameters(Collection<Parameter> parameters)
An array of names of parameters to be reset.
|
ResetClusterParameterGroupRequest |
withParameters(Parameter... parameters)
An array of names of parameters to be reset.
|
ResetClusterParameterGroupRequest |
withResetAllParameters(Boolean resetAllParameters)
If
true , all parameters in the specified parameter group will be reset 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, withSdkRequestTimeout
public void setParameterGroupName(String parameterGroupName)
The name of the cluster parameter group to be reset.
parameterGroupName
- The name of the cluster parameter group to be reset.public String getParameterGroupName()
The name of the cluster parameter group to be reset.
public ResetClusterParameterGroupRequest withParameterGroupName(String parameterGroupName)
The name of the cluster parameter group to be reset.
parameterGroupName
- The name of the cluster parameter group to be reset.public void setResetAllParameters(Boolean resetAllParameters)
If true
, all parameters in the specified parameter group will be reset to their default values.
Default: true
resetAllParameters
- If true
, all parameters in the specified parameter group will be reset to their default
values.
Default: true
public Boolean getResetAllParameters()
If true
, all parameters in the specified parameter group will be reset to their default values.
Default: true
true
, all parameters in the specified parameter group will be reset to their default
values.
Default: true
public ResetClusterParameterGroupRequest withResetAllParameters(Boolean resetAllParameters)
If true
, all parameters in the specified parameter group will be reset to their default values.
Default: true
resetAllParameters
- If true
, all parameters in the specified parameter group will be reset to their default
values.
Default: true
public Boolean isResetAllParameters()
If true
, all parameters in the specified parameter group will be reset to their default values.
Default: true
true
, all parameters in the specified parameter group will be reset to their default
values.
Default: true
public List<Parameter> getParameters()
An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.
Constraints: A maximum of 20 parameters can be reset in a single request.
Constraints: A maximum of 20 parameters can be reset in a single request.
public void setParameters(Collection<Parameter> parameters)
An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.
Constraints: A maximum of 20 parameters can be reset in a single request.
parameters
- An array of names of parameters to be reset. If ResetAllParameters option is not used, then at
least one parameter name must be supplied.
Constraints: A maximum of 20 parameters can be reset in a single request.
public ResetClusterParameterGroupRequest withParameters(Parameter... parameters)
An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.
Constraints: A maximum of 20 parameters can be reset in a single request.
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
- An array of names of parameters to be reset. If ResetAllParameters option is not used, then at
least one parameter name must be supplied.
Constraints: A maximum of 20 parameters can be reset in a single request.
public ResetClusterParameterGroupRequest withParameters(Collection<Parameter> parameters)
An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.
Constraints: A maximum of 20 parameters can be reset in a single request.
parameters
- An array of names of parameters to be reset. If ResetAllParameters option is not used, then at
least one parameter name must be supplied.
Constraints: A maximum of 20 parameters can be reset in a single request.
public String toString()
toString
in class Object
Object.toString()
public ResetClusterParameterGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.