Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.rds.model
Class ModifyDBParameterGroupResult

java.lang.Object
  extended by com.amazonaws.services.rds.model.ModifyDBParameterGroupResult
All Implemented Interfaces:
Serializable

public class ModifyDBParameterGroupResult
extends Object
implements Serializable

Contains the result of a successful invocation of the ModifyDBParameterGroup or ResetDBParameterGroup action.

See Also:
Serialized Form

Constructor Summary
ModifyDBParameterGroupResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDBParameterGroupName()
          The name of the DB Parameter Group.
 int hashCode()
           
 void setDBParameterGroupName(String dBParameterGroupName)
          The name of the DB Parameter Group.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ModifyDBParameterGroupResult withDBParameterGroupName(String dBParameterGroupName)
          The name of the DB Parameter Group.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModifyDBParameterGroupResult

public ModifyDBParameterGroupResult()
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 ModifyDBParameterGroupResult 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.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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