@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsRdsDbOptionGroupMembership extends Object implements Serializable, Cloneable, StructuredPojo
An option group membership.
Constructor and Description |
---|
AwsRdsDbOptionGroupMembership() |
Modifier and Type | Method and Description |
---|---|
AwsRdsDbOptionGroupMembership |
clone() |
boolean |
equals(Object obj) |
String |
getOptionGroupName()
The name of the option group.
|
String |
getStatus()
The status of the option group membership.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOptionGroupName(String optionGroupName)
The name of the option group.
|
void |
setStatus(String status)
The status of the option group membership.
|
String |
toString()
Returns a string representation of this object.
|
AwsRdsDbOptionGroupMembership |
withOptionGroupName(String optionGroupName)
The name of the option group.
|
AwsRdsDbOptionGroupMembership |
withStatus(String status)
The status of the option group membership.
|
public void setOptionGroupName(String optionGroupName)
The name of the option group.
optionGroupName
- The name of the option group.public String getOptionGroupName()
The name of the option group.
public AwsRdsDbOptionGroupMembership withOptionGroupName(String optionGroupName)
The name of the option group.
optionGroupName
- The name of the option group.public void setStatus(String status)
The status of the option group membership.
status
- The status of the option group membership.public String getStatus()
The status of the option group membership.
public AwsRdsDbOptionGroupMembership withStatus(String status)
The status of the option group membership.
status
- The status of the option group membership.public String toString()
toString
in class Object
Object.toString()
public AwsRdsDbOptionGroupMembership clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.