@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DBClusterParameterGroup extends Object implements Serializable, Cloneable
Contains the details of an Amazon RDS DB cluster parameter group.
This data type is used 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 |
getDBClusterParameterGroupArn()
The Amazon Resource Name (ARN) for the DB cluster parameter group.
|
String |
getDBClusterParameterGroupName()
The name of the DB cluster parameter group.
|
String |
getDBParameterGroupFamily()
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 |
setDBClusterParameterGroupArn(String dBClusterParameterGroupArn)
The Amazon Resource Name (ARN) for the DB cluster parameter group.
|
void |
setDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group.
|
void |
setDBParameterGroupFamily(String dBParameterGroupFamily)
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.
|
DBClusterParameterGroup |
withDBClusterParameterGroupArn(String dBClusterParameterGroupArn)
The Amazon Resource Name (ARN) for the DB cluster parameter group.
|
DBClusterParameterGroup |
withDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group.
|
DBClusterParameterGroup |
withDBParameterGroupFamily(String dBParameterGroupFamily)
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 void setDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group.
dBClusterParameterGroupName
- The name of the DB cluster parameter group.public String getDBClusterParameterGroupName()
The name of the DB cluster parameter group.
public DBClusterParameterGroup withDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group.
dBClusterParameterGroupName
- The name of the DB cluster parameter group.public void setDBParameterGroupFamily(String dBParameterGroupFamily)
The name of the DB parameter group family that this DB cluster parameter group is compatible with.
dBParameterGroupFamily
- The name of the DB parameter group family that this DB cluster parameter group is compatible with.public String getDBParameterGroupFamily()
The name of the DB parameter group family that this DB cluster parameter group is compatible with.
public DBClusterParameterGroup withDBParameterGroupFamily(String dBParameterGroupFamily)
The name of the DB parameter group family that this DB cluster parameter group is compatible with.
dBParameterGroupFamily
- The name of the DB parameter group family that this DB cluster parameter group is compatible with.public void setDescription(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 String getDescription()
Provides the customer-specified description for this DB cluster parameter group.
public DBClusterParameterGroup withDescription(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 void setDBClusterParameterGroupArn(String dBClusterParameterGroupArn)
The Amazon Resource Name (ARN) for the DB cluster parameter group.
dBClusterParameterGroupArn
- The Amazon Resource Name (ARN) for the DB cluster parameter group.public String getDBClusterParameterGroupArn()
The Amazon Resource Name (ARN) for the DB cluster parameter group.
public DBClusterParameterGroup withDBClusterParameterGroupArn(String dBClusterParameterGroupArn)
The Amazon Resource Name (ARN) for the DB cluster parameter group.
dBClusterParameterGroupArn
- The Amazon Resource Name (ARN) for the DB cluster parameter group.public String toString()
toString
in class Object
Object.toString()
public DBClusterParameterGroup clone()