@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsRdsDbClusterOptionGroupMembership extends Object implements Serializable, Cloneable, StructuredPojo
Information about an option group membership for a DB cluster.
| Constructor and Description |
|---|
AwsRdsDbClusterOptionGroupMembership() |
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbClusterOptionGroupMembership |
clone() |
boolean |
equals(Object obj) |
String |
getDbClusterOptionGroupName()
The name of the DB cluster option group.
|
String |
getStatus()
The status of the DB cluster option group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDbClusterOptionGroupName(String dbClusterOptionGroupName)
The name of the DB cluster option group.
|
void |
setStatus(String status)
The status of the DB cluster option group.
|
String |
toString()
Returns a string representation of this object.
|
AwsRdsDbClusterOptionGroupMembership |
withDbClusterOptionGroupName(String dbClusterOptionGroupName)
The name of the DB cluster option group.
|
AwsRdsDbClusterOptionGroupMembership |
withStatus(String status)
The status of the DB cluster option group.
|
public AwsRdsDbClusterOptionGroupMembership()
public void setDbClusterOptionGroupName(String dbClusterOptionGroupName)
The name of the DB cluster option group.
dbClusterOptionGroupName - The name of the DB cluster option group.public String getDbClusterOptionGroupName()
The name of the DB cluster option group.
public AwsRdsDbClusterOptionGroupMembership withDbClusterOptionGroupName(String dbClusterOptionGroupName)
The name of the DB cluster option group.
dbClusterOptionGroupName - The name of the DB cluster option group.public void setStatus(String status)
The status of the DB cluster option group.
status - The status of the DB cluster option group.public String getStatus()
The status of the DB cluster option group.
public AwsRdsDbClusterOptionGroupMembership withStatus(String status)
The status of the DB cluster option group.
status - The status of the DB cluster option group.public String toString()
toString in class ObjectObject.toString()public AwsRdsDbClusterOptionGroupMembership clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.