@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OptionGroupMembership extends Object implements Serializable, Cloneable
Not supported by Neptune.
Constructor and Description |
---|
OptionGroupMembership() |
Modifier and Type | Method and Description |
---|---|
OptionGroupMembership |
clone() |
boolean |
equals(Object obj) |
String |
getOptionGroupName()
Not supported by Neptune.
|
String |
getStatus()
Not supported by Neptune.
|
int |
hashCode() |
void |
setOptionGroupName(String optionGroupName)
Not supported by Neptune.
|
void |
setStatus(String status)
Not supported by Neptune.
|
String |
toString()
Returns a string representation of this object.
|
OptionGroupMembership |
withOptionGroupName(String optionGroupName)
Not supported by Neptune.
|
OptionGroupMembership |
withStatus(String status)
Not supported by Neptune.
|
public void setOptionGroupName(String optionGroupName)
Not supported by Neptune.
optionGroupName
- Not supported by Neptune.public String getOptionGroupName()
Not supported by Neptune.
public OptionGroupMembership withOptionGroupName(String optionGroupName)
Not supported by Neptune.
optionGroupName
- Not supported by Neptune.public void setStatus(String status)
Not supported by Neptune.
status
- Not supported by Neptune.public String getStatus()
Not supported by Neptune.
public OptionGroupMembership withStatus(String status)
Not supported by Neptune.
status
- Not supported by Neptune.public String toString()
toString
in class Object
Object.toString()
public OptionGroupMembership clone()