|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.rds.model.OptionGroupMembership
public class OptionGroupMembership
Option Group Membership
Constructor Summary | |
---|---|
OptionGroupMembership()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OptionGroupMembership()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |