com.amazonaws.services.rds.model
Class ResetDBParameterGroupRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.rds.model.ResetDBParameterGroupRequest

public class ResetDBParameterGroupRequest
extends AmazonWebServiceRequest


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

ResetDBParameterGroupRequest

public ResetDBParameterGroupRequest()
Method Detail

getDBParameterGroupName

public String getDBParameterGroupName()
The name of the DB Parameter Group.

Returns:
The name of the DB Parameter Group.

setDBParameterGroupName

public void setDBParameterGroupName(String dBParameterGroupName)
The name of the DB Parameter Group.

Parameters:
dBParameterGroupName - The name of the DB Parameter Group.

withDBParameterGroupName

public ResetDBParameterGroupRequest withDBParameterGroupName(String dBParameterGroupName)
The name of the DB Parameter Group.

Returns a reference to this object so that method calls can be chained together.

Parameters:
dBParameterGroupName - The name of the DB Parameter Group.
Returns:
A reference to this updated object so that method calls can be chained together.

isResetAllParameters

public Boolean isResetAllParameters()
Specifies whether (true) or not (false) to reset all parameters in the DB Parameter Group to default values.

Returns:
Specifies whether (true) or not (false) to reset all parameters in the DB Parameter Group to default values.

setResetAllParameters

public void setResetAllParameters(Boolean resetAllParameters)
Specifies whether (true) or not (false) to reset all parameters in the DB Parameter Group to default values.

Parameters:
resetAllParameters - Specifies whether (true) or not (false) to reset all parameters in the DB Parameter Group to default values.

withResetAllParameters

public ResetDBParameterGroupRequest withResetAllParameters(Boolean resetAllParameters)
Specifies whether (true) or not (false) to reset all parameters in the DB Parameter Group to default values.

Returns a reference to this object so that method calls can be chained together.

Parameters:
resetAllParameters - Specifies whether (true) or not (false) to reset all parameters in the DB Parameter Group to default values.
Returns:
A reference to this updated object so that method calls can be chained together.

getResetAllParameters

public Boolean getResetAllParameters()
Specifies whether (true) or not (false) to reset all parameters in the DB Parameter Group to default values.

Returns:
Specifies whether (true) or not (false) to reset all parameters in the DB Parameter Group to default values.

getParameters

public List<Parameter> getParameters()
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.

Returns:
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.

setParameters

public void setParameters(Collection<Parameter> 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.

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.

withParameters

public ResetDBParameterGroupRequest withParameters(Parameter... 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.

Returns a reference to this object so that method calls can be chained together.

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.
Returns:
A reference to this updated object so that method calls can be chained together.

withParameters

public ResetDBParameterGroupRequest withParameters(Collection<Parameter> 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.

Returns a reference to this object so that method calls can be chained together.

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.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.