|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.rds.model.ModifyDBParameterGroupResult
public class ModifyDBParameterGroupResult
Constructor Summary | |
---|---|
ModifyDBParameterGroupResult()
|
Method Summary | |
---|---|
String |
getDBParameterGroupName()
The name of the DP Parameter Group. |
void |
setDBParameterGroupName(String dBParameterGroupName)
The name of the DP Parameter Group. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ModifyDBParameterGroupResult |
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 |
---|
public ModifyDBParameterGroupResult()
Method Detail |
---|
public String getDBParameterGroupName()
public void setDBParameterGroupName(String dBParameterGroupName)
dBParameterGroupName
- The name of the DP Parameter Group.public ModifyDBParameterGroupResult withDBParameterGroupName(String dBParameterGroupName)
Returns a reference to this object so that method calls can be chained together.
dBParameterGroupName
- The name of the DP Parameter Group.
public String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |