public class DBClusterParameterGroup
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the result of a successful invocation of the CreateDBClusterParameterGroup action.
This data type is used as a request parameter in the DeleteDBClusterParameterGroup action, and as a response element in the DescribeDBClusterParameterGroups action.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
dBClusterParameterGroupName
Provides the name of the DB cluster parameter group.
|
private java.lang.String |
dBParameterGroupFamily
Provides the name of the DB parameter group family that this DB cluster
parameter group is compatible with.
|
private java.lang.String |
description
Provides the customer-specified description for this DB cluster parameter
group.
|
Constructor and Description |
---|
DBClusterParameterGroup() |
Modifier and Type | Method and Description |
---|---|
DBClusterParameterGroup |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDBClusterParameterGroupName()
Provides the name of the DB cluster parameter group.
|
java.lang.String |
getDBParameterGroupFamily()
Provides the name of the DB parameter group family that this DB cluster
parameter group is compatible with.
|
java.lang.String |
getDescription()
Provides the customer-specified description for this DB cluster parameter
group.
|
int |
hashCode() |
void |
setDBClusterParameterGroupName(java.lang.String dBClusterParameterGroupName)
Provides the name of the DB cluster parameter group.
|
void |
setDBParameterGroupFamily(java.lang.String dBParameterGroupFamily)
Provides the name of the DB parameter group family that this DB cluster
parameter group is compatible with.
|
void |
setDescription(java.lang.String description)
Provides the customer-specified description for this DB cluster parameter
group.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DBClusterParameterGroup |
withDBClusterParameterGroupName(java.lang.String dBClusterParameterGroupName)
Provides the name of the DB cluster parameter group.
|
DBClusterParameterGroup |
withDBParameterGroupFamily(java.lang.String dBParameterGroupFamily)
Provides the name of the DB parameter group family that this DB cluster
parameter group is compatible with.
|
DBClusterParameterGroup |
withDescription(java.lang.String description)
Provides the customer-specified description for this DB cluster parameter
group.
|
private java.lang.String dBClusterParameterGroupName
Provides the name of the DB cluster parameter group.
private java.lang.String dBParameterGroupFamily
Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.
private java.lang.String description
Provides the customer-specified description for this DB cluster parameter group.
public void setDBClusterParameterGroupName(java.lang.String dBClusterParameterGroupName)
Provides the name of the DB cluster parameter group.
dBClusterParameterGroupName
- Provides the name of the DB cluster parameter group.public java.lang.String getDBClusterParameterGroupName()
Provides the name of the DB cluster parameter group.
public DBClusterParameterGroup withDBClusterParameterGroupName(java.lang.String dBClusterParameterGroupName)
Provides the name of the DB cluster parameter group.
dBClusterParameterGroupName
- Provides the name of the DB cluster parameter group.public void setDBParameterGroupFamily(java.lang.String dBParameterGroupFamily)
Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.
dBParameterGroupFamily
- Provides the name of the DB parameter group family that this DB
cluster parameter group is compatible with.public java.lang.String getDBParameterGroupFamily()
Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.
public DBClusterParameterGroup withDBParameterGroupFamily(java.lang.String dBParameterGroupFamily)
Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.
dBParameterGroupFamily
- Provides the name of the DB parameter group family that this DB
cluster parameter group is compatible with.public void setDescription(java.lang.String description)
Provides the customer-specified description for this DB cluster parameter group.
description
- Provides the customer-specified description for this DB cluster
parameter group.public java.lang.String getDescription()
Provides the customer-specified description for this DB cluster parameter group.
public DBClusterParameterGroup withDescription(java.lang.String description)
Provides the customer-specified description for this DB cluster parameter group.
description
- Provides the customer-specified description for this DB cluster
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 DBClusterParameterGroup clone()
clone
in class java.lang.Object