public class DBParameterGroup
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
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.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
dBParameterGroupFamily
Provides the name of the DB parameter group family that this DB parameter
group is compatible with.
|
private java.lang.String |
dBParameterGroupName
Provides the name of the DB parameter group.
|
private java.lang.String |
description
Provides the customer-specified description for this DB parameter group.
|
Constructor and Description |
---|
DBParameterGroup() |
Modifier and Type | Method and Description |
---|---|
DBParameterGroup |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDBParameterGroupFamily()
Provides the name of the DB parameter group family that this DB parameter
group is compatible with.
|
java.lang.String |
getDBParameterGroupName()
Provides the name of the DB parameter group.
|
java.lang.String |
getDescription()
Provides the customer-specified description for this DB parameter group.
|
int |
hashCode() |
void |
setDBParameterGroupFamily(java.lang.String dBParameterGroupFamily)
Provides the name of the DB parameter group family that this DB parameter
group is compatible with.
|
void |
setDBParameterGroupName(java.lang.String dBParameterGroupName)
Provides the name of the DB parameter group.
|
void |
setDescription(java.lang.String description)
Provides the customer-specified description for this DB parameter group.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DBParameterGroup |
withDBParameterGroupFamily(java.lang.String dBParameterGroupFamily)
Provides the name of the DB parameter group family that this DB parameter
group is compatible with.
|
DBParameterGroup |
withDBParameterGroupName(java.lang.String dBParameterGroupName)
Provides the name of the DB parameter group.
|
DBParameterGroup |
withDescription(java.lang.String description)
Provides the customer-specified description for this DB parameter group.
|
private java.lang.String dBParameterGroupName
Provides the name of the DB parameter group.
private java.lang.String dBParameterGroupFamily
Provides the name of the DB parameter group family that this DB parameter group is compatible with.
private java.lang.String description
Provides the customer-specified description for this DB parameter group.
public void setDBParameterGroupName(java.lang.String dBParameterGroupName)
Provides the name of the DB parameter group.
dBParameterGroupName
- Provides the name of the DB parameter group.public java.lang.String getDBParameterGroupName()
Provides the name of the DB parameter group.
public DBParameterGroup withDBParameterGroupName(java.lang.String dBParameterGroupName)
Provides the name of the DB parameter group.
dBParameterGroupName
- Provides the name of the DB parameter group.public void setDBParameterGroupFamily(java.lang.String dBParameterGroupFamily)
Provides the name of the DB parameter group family that this DB parameter group is compatible with.
dBParameterGroupFamily
- Provides the name of the DB parameter group family that this DB
parameter group is compatible with.public java.lang.String getDBParameterGroupFamily()
Provides the name of the DB parameter group family that this DB parameter group is compatible with.
public DBParameterGroup withDBParameterGroupFamily(java.lang.String dBParameterGroupFamily)
Provides the name of the DB parameter group family that this DB parameter group is compatible with.
dBParameterGroupFamily
- Provides the name of the DB parameter group family that this DB
parameter group is compatible with.public void setDescription(java.lang.String description)
Provides the customer-specified description for this DB parameter group.
description
- Provides the customer-specified description for this DB parameter
group.public java.lang.String getDescription()
Provides the customer-specified description for this DB parameter group.
public DBParameterGroup withDescription(java.lang.String description)
Provides the customer-specified description for this DB parameter group.
description
- Provides the customer-specified description for this DB parameter
group.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DBParameterGroup clone()
clone
in class java.lang.Object