@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DBClusterParameterGroup extends Object implements Serializable, Cloneable
Contains the result of a successful invocation of the CreateDBClusterParameterGroup or CopyDBClusterParameterGroup 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 |
getDBClusterParameterGroupArn()
The Amazon Resource Name (ARN) for the DB cluster parameter group.
|
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 |
setDBClusterParameterGroupArn(String dBClusterParameterGroupArn)
The Amazon Resource Name (ARN) for the DB cluster parameter group.
|
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 |
withDBClusterParameterGroupArn(String dBClusterParameterGroupArn)
The Amazon Resource Name (ARN) for the DB cluster parameter group.
|
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 void setDBClusterParameterGroupName(String dBClusterParameterGroupName)
Provides the name of the DB cluster parameter group.
dBClusterParameterGroupName
- Provides the name of the DB cluster parameter group.public String getDBClusterParameterGroupName()
Provides the name of the DB cluster parameter group.
public DBClusterParameterGroup withDBClusterParameterGroupName(String dBClusterParameterGroupName)
Provides the name of the DB cluster parameter group.
dBClusterParameterGroupName
- Provides the name of the DB cluster parameter group.public void setDBParameterGroupFamily(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 String getDBParameterGroupFamily()
Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.
public DBClusterParameterGroup withDBParameterGroupFamily(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(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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.