public class ModifyDBParameterGroupResult extends Object implements Serializable
Contains the result of a successful invocation of the ModifyDBParameterGroup or ResetDBParameterGroup action.
Constructor and Description |
---|
ModifyDBParameterGroupResult() |
Modifier and Type | Method and Description |
---|---|
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 Object
Object.toString()
Copyright © 2014. All rights reserved.