@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DBParameterGroup extends Object implements Serializable, Cloneable
Contains the details of an Amazon RDS DB parameter group.
This data type is used as a response element in the DescribeDBParameterGroups
action.
Constructor and Description |
---|
DBParameterGroup() |
Modifier and Type | Method and Description |
---|---|
DBParameterGroup |
clone() |
boolean |
equals(Object obj) |
String |
getDBParameterGroupArn()
The Amazon Resource Name (ARN) for the DB parameter group.
|
String |
getDBParameterGroupFamily()
The name of the DB parameter group family that this DB parameter group is compatible with.
|
String |
getDBParameterGroupName()
The name of the DB parameter group.
|
String |
getDescription()
Provides the customer-specified description for this DB parameter group.
|
int |
hashCode() |
void |
setDBParameterGroupArn(String dBParameterGroupArn)
The Amazon Resource Name (ARN) for the DB parameter group.
|
void |
setDBParameterGroupFamily(String dBParameterGroupFamily)
The name of the DB parameter group family that this DB parameter group is compatible with.
|
void |
setDBParameterGroupName(String dBParameterGroupName)
The name of the DB parameter group.
|
void |
setDescription(String description)
Provides the customer-specified description for this DB parameter group.
|
String |
toString()
Returns a string representation of this object.
|
DBParameterGroup |
withDBParameterGroupArn(String dBParameterGroupArn)
The Amazon Resource Name (ARN) for the DB parameter group.
|
DBParameterGroup |
withDBParameterGroupFamily(String dBParameterGroupFamily)
The name of the DB parameter group family that this DB parameter group is compatible with.
|
DBParameterGroup |
withDBParameterGroupName(String dBParameterGroupName)
The name of the DB parameter group.
|
DBParameterGroup |
withDescription(String description)
Provides the customer-specified description for this DB parameter group.
|
public void setDBParameterGroupName(String dBParameterGroupName)
The name of the DB parameter group.
dBParameterGroupName
- The name of the DB parameter group.public String getDBParameterGroupName()
The name of the DB parameter group.
public DBParameterGroup withDBParameterGroupName(String dBParameterGroupName)
The name of the DB parameter group.
dBParameterGroupName
- The name of the DB parameter group.public void setDBParameterGroupFamily(String dBParameterGroupFamily)
The name of the DB parameter group family that this DB parameter group is compatible with.
dBParameterGroupFamily
- The name of the DB parameter group family that this DB parameter group is compatible with.public String getDBParameterGroupFamily()
The name of the DB parameter group family that this DB parameter group is compatible with.
public DBParameterGroup withDBParameterGroupFamily(String dBParameterGroupFamily)
The name of the DB parameter group family that this DB parameter group is compatible with.
dBParameterGroupFamily
- The name of the DB parameter group family that this DB parameter group is compatible with.public void setDescription(String description)
Provides the customer-specified description for this DB parameter group.
description
- Provides the customer-specified description for this DB parameter group.public String getDescription()
Provides the customer-specified description for this DB parameter group.
public DBParameterGroup withDescription(String description)
Provides the customer-specified description for this DB parameter group.
description
- Provides the customer-specified description for this DB parameter group.public void setDBParameterGroupArn(String dBParameterGroupArn)
The Amazon Resource Name (ARN) for the DB parameter group.
dBParameterGroupArn
- The Amazon Resource Name (ARN) for the DB parameter group.public String getDBParameterGroupArn()
The Amazon Resource Name (ARN) for the DB parameter group.
public DBParameterGroup withDBParameterGroupArn(String dBParameterGroupArn)
The Amazon Resource Name (ARN) for the DB parameter group.
dBParameterGroupArn
- The Amazon Resource Name (ARN) for the DB parameter group.public String toString()
toString
in class Object
Object.toString()
public DBParameterGroup clone()