@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyDBParameterGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
 Contains the result of a successful invocation of the ModifyDBParameterGroup or
 ResetDBParameterGroup operation.
 
| 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. | 
| ModifyDBParameterGroupResult | withDBParameterGroupName(String dBParameterGroupName)
 The name of the DB parameter group. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDBParameterGroupName(String dBParameterGroupName)
The name of the DB parameter group.
dBParameterGroupName - The name of the DB parameter group.public String getDBParameterGroupName()
The name of the DB parameter group.
public ModifyDBParameterGroupResult withDBParameterGroupName(String dBParameterGroupName)
The name of the DB parameter group.
dBParameterGroupName - The name of the DB parameter group.public String toString()
toString in class ObjectObject.toString()public ModifyDBParameterGroupResult clone()