public class OptionGroupMembership
extends java.lang.Object
implements java.io.Serializable
Provides information on the option groups the DB instance is a member of.
| コンストラクタと説明 |
|---|
OptionGroupMembership() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getOptionGroupName()
The name of the option group that the instance belongs to.
|
java.lang.String |
getStatus()
The status of the DB Instance's option group membership (e.g. in-sync,
pending, pending-maintenance, applying).
|
int |
hashCode() |
void |
setOptionGroupName(java.lang.String optionGroupName)
The name of the option group that the instance belongs to.
|
void |
setStatus(java.lang.String status)
The status of the DB Instance's option group membership (e.g. in-sync,
pending, pending-maintenance, applying).
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
OptionGroupMembership |
withOptionGroupName(java.lang.String optionGroupName)
The name of the option group that the instance belongs to.
|
OptionGroupMembership |
withStatus(java.lang.String status)
The status of the DB Instance's option group membership (e.g. in-sync,
pending, pending-maintenance, applying).
|
public java.lang.String getOptionGroupName()
public void setOptionGroupName(java.lang.String optionGroupName)
optionGroupName - The name of the option group that the instance belongs to.public OptionGroupMembership withOptionGroupName(java.lang.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 java.lang.String getStatus()
public void setStatus(java.lang.String status)
status - The status of the DB Instance's option group membership (e.g. in-sync,
pending, pending-maintenance, applying).public OptionGroupMembership withStatus(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object