|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.rds.model.DBParameterGroup
public class DBParameterGroup
Contains the result of a successful invocation of the CreateDBParameterGroup action.
This data type is used as a request parameter in the DeleteDBParameterGroup action, and as a response element in the DescribeDBParameterGroups action.
Constructor Summary | |
---|---|
DBParameterGroup()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getDBParameterGroupFamily()
Provides the name of the DB parameter group family that this DB parameter group is compatible with. |
String |
getDBParameterGroupName()
Provides the name of the DB parameter group. |
String |
getDescription()
Provides the customer-specified description for this DB parameter group. |
int |
hashCode()
|
void |
setDBParameterGroupFamily(String dBParameterGroupFamily)
Provides the name of the DB parameter group family that this DB parameter group is compatible with. |
void |
setDBParameterGroupName(String dBParameterGroupName)
Provides the name of the DB parameter group. |
void |
setDescription(String description)
Provides the customer-specified description for this DB parameter group. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DBParameterGroup |
withDBParameterGroupFamily(String dBParameterGroupFamily)
Provides the name of the DB parameter group family that this DB parameter group is compatible with. |
DBParameterGroup |
withDBParameterGroupName(String dBParameterGroupName)
Provides the name of the DB parameter group. |
DBParameterGroup |
withDescription(String description)
Provides the customer-specified description for this DB parameter group. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DBParameterGroup()
Method Detail |
---|
public String getDBParameterGroupName()
public void setDBParameterGroupName(String dBParameterGroupName)
dBParameterGroupName
- Provides the name of the DB parameter group.public DBParameterGroup withDBParameterGroupName(String dBParameterGroupName)
Returns a reference to this object so that method calls can be chained together.
dBParameterGroupName
- Provides the name of the DB parameter group.
public String getDBParameterGroupFamily()
public void setDBParameterGroupFamily(String dBParameterGroupFamily)
dBParameterGroupFamily
- Provides the name of the DB parameter group family that this DB
parameter group is compatible with.public DBParameterGroup withDBParameterGroupFamily(String dBParameterGroupFamily)
Returns a reference to this object so that method calls can be chained together.
dBParameterGroupFamily
- Provides the name of the DB parameter group family that this DB
parameter group is compatible with.
public String getDescription()
public void setDescription(String description)
description
- Provides the customer-specified description for this DB parameter
group.public DBParameterGroup withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description
- Provides the customer-specified description for this DB parameter
group.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |