Package com.amazonaws.services.rds.model
Class DBParameterGroupStatus
java.lang.Object
com.amazonaws.services.rds.model.DBParameterGroupStatus
- All Implemented Interfaces:
Serializable
,Cloneable
The status of the DB parameter group.
This data type is used as a response element in the following actions:
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The name of the DP parameter group.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.toString()
Returns a string representation of this object; useful for testing and debugging.withDBParameterGroupName
(String dBParameterGroupName) The name of the DP parameter group.withParameterApplyStatus
(String parameterApplyStatus) The status of parameter updates.
-
Constructor Details
-
DBParameterGroupStatus
public DBParameterGroupStatus()
-
-
Method Details
-
setDBParameterGroupName
The name of the DP parameter group.
- Parameters:
dBParameterGroupName
- The name of the DP parameter group.
-
getDBParameterGroupName
The name of the DP parameter group.
- Returns:
- The name of the DP parameter group.
-
withDBParameterGroupName
The name of the DP parameter group.
- Parameters:
dBParameterGroupName
- The name of the DP parameter group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setParameterApplyStatus
The status of parameter updates.
- Parameters:
parameterApplyStatus
- The status of parameter updates.
-
getParameterApplyStatus
The status of parameter updates.
- Returns:
- The status of parameter updates.
-
withParameterApplyStatus
The status of parameter updates.
- Parameters:
parameterApplyStatus
- The status of parameter updates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-