public class DBParameterGroupStatus extends Object implements Serializable
| Constructor and Description |
|---|
DBParameterGroupStatus() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDBParameterGroupName()
The name of the DP parameter group.
|
String |
getParameterApplyStatus()
The status of parameter updates.
|
int |
hashCode() |
void |
setDBParameterGroupName(String dBParameterGroupName)
The name of the DP parameter group.
|
void |
setParameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
public String getDBParameterGroupName()
The name of the DP parameter group.
public void setDBParameterGroupName(String dBParameterGroupName)
The name of the DP parameter group.
dBParameterGroupName - The name of the DP parameter group.public String getParameterApplyStatus()
The status of parameter updates.
public void setParameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
parameterApplyStatus - The status of parameter updates.public String toString()
toString in class ObjectObject.toString()Copyright © 2019 MuleSoft, Inc.. All rights reserved.