@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DBParameterGroupStatus extends Object implements Serializable, Cloneable
The status of the DB parameter group.
This data type is used as a response element in the following actions:
CreateDBInstance
CreateDBInstanceReadReplica
DeleteDBInstance
ModifyDBInstance
RebootDBInstance
RestoreDBInstanceFromDBSnapshot
| Constructor and Description |
|---|
DBParameterGroupStatus() |
| Modifier and Type | Method and Description |
|---|---|
DBParameterGroupStatus |
clone() |
boolean |
equals(Object obj) |
String |
getDBParameterGroupName()
The name of the DB parameter group.
|
String |
getParameterApplyStatus()
The status of parameter updates.
|
int |
hashCode() |
void |
setDBParameterGroupName(String dBParameterGroupName)
The name of the DB parameter group.
|
void |
setParameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
|
String |
toString()
Returns a string representation of this object.
|
DBParameterGroupStatus |
withDBParameterGroupName(String dBParameterGroupName)
The name of the DB parameter group.
|
DBParameterGroupStatus |
withParameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
|
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 DBParameterGroupStatus withDBParameterGroupName(String dBParameterGroupName)
The name of the DB parameter group.
dBParameterGroupName - The name of the DB parameter group.public void setParameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
parameterApplyStatus - The status of parameter updates.public String getParameterApplyStatus()
The status of parameter updates.
public DBParameterGroupStatus withParameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
parameterApplyStatus - The status of parameter updates.public String toString()
toString in class ObjectObject.toString()public DBParameterGroupStatus clone()