|
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.OptionGroup
public class OptionGroup
Constructor Summary | |
---|---|
OptionGroup()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getEngineName()
Engine name that this option group can be applied to. |
String |
getMajorEngineVersion()
Indicates the major engine version associated with this option group. |
String |
getOptionGroupDescription()
Returns the value of the OptionGroupDescription property for this object. |
String |
getOptionGroupName()
Specifies the name of the option group. |
List<Option> |
getOptions()
Returns the value of the Options property for this object. |
int |
hashCode()
|
void |
setEngineName(String engineName)
Engine name that this option group can be applied to. |
void |
setMajorEngineVersion(String majorEngineVersion)
Indicates the major engine version associated with this option group. |
void |
setOptionGroupDescription(String optionGroupDescription)
Sets the value of the OptionGroupDescription property for this object. |
void |
setOptionGroupName(String optionGroupName)
Specifies the name of the option group. |
void |
setOptions(Collection<Option> options)
Sets the value of the Options property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
OptionGroup |
withEngineName(String engineName)
Engine name that this option group can be applied to. |
OptionGroup |
withMajorEngineVersion(String majorEngineVersion)
Indicates the major engine version associated with this option group. |
OptionGroup |
withOptionGroupDescription(String optionGroupDescription)
Sets the value of the OptionGroupDescription property for this object. |
OptionGroup |
withOptionGroupName(String optionGroupName)
Specifies the name of the option group. |
OptionGroup |
withOptions(Collection<Option> options)
Sets the value of the Options property for this object. |
OptionGroup |
withOptions(Option... options)
Sets the value of the Options property for this object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OptionGroup()
Method Detail |
---|
public String getOptionGroupName()
public void setOptionGroupName(String optionGroupName)
optionGroupName
- Specifies the name of the option group.public OptionGroup withOptionGroupName(String optionGroupName)
Returns a reference to this object so that method calls can be chained together.
optionGroupName
- Specifies the name of the option group.
public String getOptionGroupDescription()
public void setOptionGroupDescription(String optionGroupDescription)
optionGroupDescription
- The new value for the OptionGroupDescription property for this object.public OptionGroup withOptionGroupDescription(String optionGroupDescription)
Returns a reference to this object so that method calls can be chained together.
optionGroupDescription
- The new value for the OptionGroupDescription property for this object.
public String getEngineName()
public void setEngineName(String engineName)
engineName
- Engine name that this option group can be applied to.public OptionGroup withEngineName(String engineName)
Returns a reference to this object so that method calls can be chained together.
engineName
- Engine name that this option group can be applied to.
public String getMajorEngineVersion()
public void setMajorEngineVersion(String majorEngineVersion)
majorEngineVersion
- Indicates the major engine version associated with this option group.public OptionGroup withMajorEngineVersion(String majorEngineVersion)
Returns a reference to this object so that method calls can be chained together.
majorEngineVersion
- Indicates the major engine version associated with this option group.
public List<Option> getOptions()
public void setOptions(Collection<Option> options)
options
- The new value for the Options property for this object.public OptionGroup withOptions(Option... options)
Returns a reference to this object so that method calls can be chained together.
options
- The new value for the Options property for this object.
public OptionGroup withOptions(Collection<Option> options)
Returns a reference to this object so that method calls can be chained together.
options
- The new value for the Options property for this object.
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 |