public class OptionGroupMembership extends Object implements Serializable
Provides information on the option groups the DB instance is a member of.
Constructor and Description |
---|
OptionGroupMembership() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getOptionGroupName()
The name of the option group that the instance belongs to.
|
String |
getStatus()
The status of the DB instance's option group membership (e.g.
|
int |
hashCode() |
void |
setOptionGroupName(String optionGroupName)
The name of the option group that the instance belongs to.
|
void |
setStatus(String status)
The status of the DB instance's option group membership (e.g.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
OptionGroupMembership |
withOptionGroupName(String optionGroupName)
The name of the option group that the instance belongs to.
|
OptionGroupMembership |
withStatus(String status)
The status of the DB instance's option group membership (e.g.
|
public String getOptionGroupName()
public void setOptionGroupName(String optionGroupName)
optionGroupName
- The name of the option group that the instance belongs to.public OptionGroupMembership withOptionGroupName(String optionGroupName)
Returns a reference to this object so that method calls can be chained together.
optionGroupName
- The name of the option group that the instance belongs to.public String getStatus()
public void setStatus(String status)
status
- The status of the DB instance's option group membership (e.g. in-sync,
pending, pending-maintenance, applying).public OptionGroupMembership withStatus(String status)
Returns a reference to this object so that method calls can be chained together.
status
- The status of the DB instance's option group membership (e.g. in-sync,
pending, pending-maintenance, applying).public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.