public class ModifyDBParameterGroupResult extends Object implements Serializable, Cloneable
Contains the result of a successful invocation of the ModifyDBParameterGroup or ResetDBParameterGroup action.
| Constructor and Description | 
|---|
| ModifyDBParameterGroupResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ModifyDBParameterGroupResult | clone() | 
| 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. | 
public String getDBParameterGroupName()
public void setDBParameterGroupName(String dBParameterGroupName)
dBParameterGroupName - The name of the DB 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 DB parameter group.public String toString()
toString in class ObjectObject.toString()public ModifyDBParameterGroupResult clone()
Copyright © 2015. All rights reserved.