|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.rds.model.ResetDBParameterGroupRequest
public class ResetDBParameterGroupRequest
Constructor Summary | |
---|---|
ResetDBParameterGroupRequest()
|
Method Summary | |
---|---|
String |
getDBParameterGroupName()
The name of the DB Parameter Group. |
List<Parameter> |
getParameters()
An array of parameter names, values, and the apply method for the parameter update. |
Boolean |
getResetAllParameters()
Specifies whether (true) or not (false) to reset all parameters in the DB Parameter Group to default values. |
Boolean |
isResetAllParameters()
Specifies whether (true) or not (false) to reset all parameters in the DB Parameter Group to default values. |
void |
setDBParameterGroupName(String dBParameterGroupName)
The name of the DB Parameter Group. |
void |
setParameters(Collection<Parameter> parameters)
An array of parameter names, values, and the apply method for the parameter update. |
void |
setResetAllParameters(Boolean resetAllParameters)
Specifies whether (true) or not (false) to reset all parameters in the DB Parameter Group to default values. |
String |
toString()
|
ResetDBParameterGroupRequest |
withDBParameterGroupName(String dBParameterGroupName)
The name of the DB Parameter Group. |
ResetDBParameterGroupRequest |
withParameters(Collection<Parameter> parameters)
An array of parameter names, values, and the apply method for the parameter update. |
ResetDBParameterGroupRequest |
withParameters(Parameter... parameters)
An array of parameter names, values, and the apply method for the parameter update. |
ResetDBParameterGroupRequest |
withResetAllParameters(Boolean resetAllParameters)
Specifies whether (true) or not (false) to reset all parameters in the DB Parameter Group to default values. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResetDBParameterGroupRequest()
Method Detail |
---|
public String getDBParameterGroupName()
public void setDBParameterGroupName(String dBParameterGroupName)
dBParameterGroupName
- The name of the DB Parameter Group.public ResetDBParameterGroupRequest withDBParameterGroupName(String dBParameterGroupName)
Returns a reference to this object so that method calls can be chained together.
dBParameterGroupName
- The name of the DB Parameter Group.
public Boolean isResetAllParameters()
public void setResetAllParameters(Boolean resetAllParameters)
resetAllParameters
- Specifies whether (true) or not (false) to reset all
parameters in the DB Parameter Group to default values.public ResetDBParameterGroupRequest withResetAllParameters(Boolean resetAllParameters)
Returns a reference to this object so that method calls can be chained together.
resetAllParameters
- Specifies whether (true) or not (false) to reset all
parameters in the DB Parameter Group to default values.
public Boolean getResetAllParameters()
public List<Parameter> getParameters()
public void setParameters(Collection<Parameter> parameters)
parameters
- An array of parameter names, values, and the apply method for the
parameter update. At least one parameter name, value, and apply method
must be supplied; subsequent arguments are optional. A maximum of 20
parameters may be modified in a single request.public ResetDBParameterGroupRequest withParameters(Parameter... parameters)
Returns a reference to this object so that method calls can be chained together.
parameters
- An array of parameter names, values, and the apply method for the
parameter update. At least one parameter name, value, and apply method
must be supplied; subsequent arguments are optional. A maximum of 20
parameters may be modified in a single request.
public ResetDBParameterGroupRequest withParameters(Collection<Parameter> parameters)
Returns a reference to this object so that method calls can be chained together.
parameters
- An array of parameter names, values, and the apply method for the
parameter update. At least one parameter name, value, and apply method
must be supplied; subsequent arguments are optional. A maximum of 20
parameters may be modified in a single request.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |