public class DBClusterParameterGroup extends Object implements Serializable, 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.
Constructor and Description |
---|
DBClusterParameterGroup() |
Modifier and Type | Method and Description |
---|---|
DBClusterParameterGroup |
clone() |
boolean |
equals(Object obj) |
String |
getDBClusterParameterGroupName()
Provides the name of the DB cluster parameter group.
|
String |
getDBParameterGroupFamily()
Provides the name of the DB parameter group family that this DB
cluster parameter group is compatible with.
|
String |
getDescription()
Provides the customer-specified description for this DB cluster
parameter group.
|
int |
hashCode() |
void |
setDBClusterParameterGroupName(String dBClusterParameterGroupName)
Provides the name of the DB cluster parameter group.
|
void |
setDBParameterGroupFamily(String dBParameterGroupFamily)
Provides the name of the DB parameter group family that this DB
cluster parameter group is compatible with.
|
void |
setDescription(String description)
Provides the customer-specified description for this DB cluster
parameter group.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DBClusterParameterGroup |
withDBClusterParameterGroupName(String dBClusterParameterGroupName)
Provides the name of the DB cluster parameter group.
|
DBClusterParameterGroup |
withDBParameterGroupFamily(String dBParameterGroupFamily)
Provides the name of the DB parameter group family that this DB
cluster parameter group is compatible with.
|
DBClusterParameterGroup |
withDescription(String description)
Provides the customer-specified description for this DB cluster
parameter group.
|
public String getDBClusterParameterGroupName()
public void setDBClusterParameterGroupName(String dBClusterParameterGroupName)
dBClusterParameterGroupName
- Provides the name of the DB cluster parameter group.public DBClusterParameterGroup withDBClusterParameterGroupName(String dBClusterParameterGroupName)
Returns a reference to this object so that method calls can be chained together.
dBClusterParameterGroupName
- Provides the name of the DB cluster parameter group.public String getDBParameterGroupFamily()
public void setDBParameterGroupFamily(String dBParameterGroupFamily)
dBParameterGroupFamily
- Provides the name of the DB parameter group family that this DB
cluster parameter group is compatible with.public DBClusterParameterGroup 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
cluster parameter group is compatible with.public String getDescription()
public void setDescription(String description)
description
- Provides the customer-specified description for this DB cluster
parameter group.public DBClusterParameterGroup 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 cluster
parameter group.public String toString()
toString
in class Object
Object.toString()
public DBClusterParameterGroup clone()
Copyright © 2015. All rights reserved.