@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsRdsDbParameterGroup extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about a parameter group for a DB instance.
| Constructor and Description |
|---|
AwsRdsDbParameterGroup() |
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbParameterGroup |
clone() |
boolean |
equals(Object obj) |
String |
getDbParameterGroupName()
The name of the parameter group.
|
String |
getParameterApplyStatus()
The status of parameter updates.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDbParameterGroupName(String dbParameterGroupName)
The name of the parameter group.
|
void |
setParameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
|
String |
toString()
Returns a string representation of this object.
|
AwsRdsDbParameterGroup |
withDbParameterGroupName(String dbParameterGroupName)
The name of the parameter group.
|
AwsRdsDbParameterGroup |
withParameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
|
public void setDbParameterGroupName(String dbParameterGroupName)
The name of the parameter group.
dbParameterGroupName - The name of the parameter group.public String getDbParameterGroupName()
The name of the parameter group.
public AwsRdsDbParameterGroup withDbParameterGroupName(String dbParameterGroupName)
The name of the parameter group.
dbParameterGroupName - The name of the 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 AwsRdsDbParameterGroup withParameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
parameterApplyStatus - The status of parameter updates.public String toString()
toString in class ObjectObject.toString()public AwsRdsDbParameterGroup clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.