public class DBParameterGroupStatus
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The status of the DB parameter group.
This data type is used as a response element in the following actions:
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
dBParameterGroupName
The name of the DP parameter group.
|
private java.lang.String |
parameterApplyStatus
The status of parameter updates.
|
Constructor and Description |
---|
DBParameterGroupStatus() |
Modifier and Type | Method and Description |
---|---|
DBParameterGroupStatus |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDBParameterGroupName()
The name of the DP parameter group.
|
java.lang.String |
getParameterApplyStatus()
The status of parameter updates.
|
int |
hashCode() |
void |
setDBParameterGroupName(java.lang.String dBParameterGroupName)
The name of the DP parameter group.
|
void |
setParameterApplyStatus(java.lang.String parameterApplyStatus)
The status of parameter updates.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DBParameterGroupStatus |
withDBParameterGroupName(java.lang.String dBParameterGroupName)
The name of the DP parameter group.
|
DBParameterGroupStatus |
withParameterApplyStatus(java.lang.String parameterApplyStatus)
The status of parameter updates.
|
private java.lang.String dBParameterGroupName
The name of the DP parameter group.
private java.lang.String parameterApplyStatus
The status of parameter updates.
public void setDBParameterGroupName(java.lang.String dBParameterGroupName)
The name of the DP parameter group.
dBParameterGroupName
- The name of the DP parameter group.public java.lang.String getDBParameterGroupName()
The name of the DP parameter group.
public DBParameterGroupStatus withDBParameterGroupName(java.lang.String dBParameterGroupName)
The name of the DP parameter group.
dBParameterGroupName
- The name of the DP parameter group.public void setParameterApplyStatus(java.lang.String parameterApplyStatus)
The status of parameter updates.
parameterApplyStatus
- The status of parameter updates.public java.lang.String getParameterApplyStatus()
The status of parameter updates.
public DBParameterGroupStatus withParameterApplyStatus(java.lang.String parameterApplyStatus)
The status of parameter updates.
parameterApplyStatus
- The status of parameter updates.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DBParameterGroupStatus clone()
clone
in class java.lang.Object