|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.rds.model.DeleteDBParameterGroupRequest
public class DeleteDBParameterGroupRequest
Constructor Summary | |
---|---|
DeleteDBParameterGroupRequest()
|
Method Summary | |
---|---|
String |
getDBParameterGroupName()
The name of the DB Parameter Group. |
void |
setDBParameterGroupName(String dBParameterGroupName)
The name of the DB Parameter Group. |
String |
toString()
|
DeleteDBParameterGroupRequest |
withDBParameterGroupName(String dBParameterGroupName)
The name of the DB Parameter Group. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteDBParameterGroupRequest()
Method Detail |
---|
public String getDBParameterGroupName()
public void setDBParameterGroupName(String dBParameterGroupName)
dBParameterGroupName
- The name of the DB Parameter Group. public DeleteDBParameterGroupRequest 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |