com.amazonaws.services.rds.model
Class ResetDBParameterGroupResult

java.lang.Object
  extended by com.amazonaws.services.rds.model.ResetDBParameterGroupResult

public class ResetDBParameterGroupResult
extends Object


Constructor Summary
ResetDBParameterGroupResult()
           
 
Method Summary
 String getDBParameterGroupName()
          The name of the DP Parameter Group.
 void setDBParameterGroupName(String dBParameterGroupName)
          The name of the DP Parameter Group.
 String toString()
           
 ResetDBParameterGroupResult withDBParameterGroupName(String dBParameterGroupName)
          The name of the DP Parameter Group.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResetDBParameterGroupResult

public ResetDBParameterGroupResult()
Method Detail

getDBParameterGroupName

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

Returns:
The name of the DP Parameter Group.

setDBParameterGroupName

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

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

withDBParameterGroupName

public ResetDBParameterGroupResult withDBParameterGroupName(String dBParameterGroupName)
The name of the DP Parameter Group.

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

Parameters:
dBParameterGroupName - The name of the DP Parameter Group.
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.