@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyDBParameterGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
ModifyDBParameterGroupResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
ModifyDBParameterGroupResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getDBParameterGroupName()
 Provides the name of the DB parameter group. 
 | 
int | 
hashCode()  | 
void | 
setDBParameterGroupName(String dBParameterGroupName)
 Provides the name of the DB parameter group. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ModifyDBParameterGroupResult | 
withDBParameterGroupName(String dBParameterGroupName)
 Provides the name of the DB parameter group. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDBParameterGroupName(String dBParameterGroupName)
Provides the name of the DB parameter group.
dBParameterGroupName - Provides the name of the DB parameter group.public String getDBParameterGroupName()
Provides the name of the DB parameter group.
public ModifyDBParameterGroupResult withDBParameterGroupName(String dBParameterGroupName)
Provides the name of the DB parameter group.
dBParameterGroupName - Provides the name of the DB parameter group.public String toString()
toString in class ObjectObject.toString()public ModifyDBParameterGroupResult clone()