@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsRdsDbParameterGroup extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
AwsRdsDbParameterGroup() |
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbParameterGroup |
clone() |
boolean |
equals(Object obj) |
String |
getDbParameterGroupName()
|
String |
getParameterApplyStatus()
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDbParameterGroupName(String dbParameterGroupName)
|
void |
setParameterApplyStatus(String parameterApplyStatus)
|
String |
toString()
Returns a string representation of this object.
|
AwsRdsDbParameterGroup |
withDbParameterGroupName(String dbParameterGroupName)
|
AwsRdsDbParameterGroup |
withParameterApplyStatus(String parameterApplyStatus)
|
public void setDbParameterGroupName(String dbParameterGroupName)
dbParameterGroupName - public String getDbParameterGroupName()
public AwsRdsDbParameterGroup withDbParameterGroupName(String dbParameterGroupName)
dbParameterGroupName - public void setParameterApplyStatus(String parameterApplyStatus)
parameterApplyStatus - public String getParameterApplyStatus()
public AwsRdsDbParameterGroup withParameterApplyStatus(String parameterApplyStatus)
parameterApplyStatus - public String toString()
toString in class ObjectObject.toString()public AwsRdsDbParameterGroup clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.