@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:
| Constructor and Description | 
|---|
DBParameterGroupStatus()  | 
| Modifier and Type | Method and Description | 
|---|---|
DBParameterGroupStatus | 
clone()  | 
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. 
 | 
DBParameterGroupStatus | 
withDBParameterGroupName(String dBParameterGroupName)
 The name of the DP parameter group. 
 | 
DBParameterGroupStatus | 
withParameterApplyStatus(String parameterApplyStatus)
 The status of parameter updates. 
 | 
public void setDBParameterGroupName(String dBParameterGroupName)
The name of the DP parameter group.
dBParameterGroupName - The name of the DP parameter group.public String getDBParameterGroupName()
The name of the DP parameter group.
public DBParameterGroupStatus withDBParameterGroupName(String dBParameterGroupName)
The name of the DP parameter group.
dBParameterGroupName - The name of the DP 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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.