com.amazonaws.services.rds.model
Class ModifyDBParameterGroupResult

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

public class ModifyDBParameterGroupResult
extends java.lang.Object


Constructor Summary
ModifyDBParameterGroupResult()
           
 
Method Summary
 java.lang.String getDBParameterGroupName()
          The name of the DP Parameter Group.
 void setDBParameterGroupName(java.lang.String dBParameterGroupName)
          The name of the DP Parameter Group.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ModifyDBParameterGroupResult withDBParameterGroupName(java.lang.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

ModifyDBParameterGroupResult

public ModifyDBParameterGroupResult()
Method Detail

getDBParameterGroupName

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

Returns:
The name of the DP Parameter Group.

setDBParameterGroupName

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

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

withDBParameterGroupName

public ModifyDBParameterGroupResult withDBParameterGroupName(java.lang.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 java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()


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