|
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.OptionGroupOptionSetting
public class OptionGroupOptionSetting
Option Group option settings are used to display settings available for each option with their default values and other information. These values are used with the DescribeOptionGroupOptions action.
Constructor Summary | |
---|---|
OptionGroupOptionSetting()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getAllowedValues()
Indicates the acceptable values for the option group option. |
String |
getApplyType()
The DB engine specific parameter type for the option group option. |
String |
getDefaultValue()
The default value for the option group option. |
Boolean |
getIsModifiable()
Boolean value where true indicates that this option group option can be changed from the default value. |
String |
getSettingDescription()
The description of the option group option. |
String |
getSettingName()
The name of the option group option. |
int |
hashCode()
|
Boolean |
isModifiable()
Boolean value where true indicates that this option group option can be changed from the default value. |
void |
setAllowedValues(String allowedValues)
Indicates the acceptable values for the option group option. |
void |
setApplyType(String applyType)
The DB engine specific parameter type for the option group option. |
void |
setDefaultValue(String defaultValue)
The default value for the option group option. |
void |
setIsModifiable(Boolean isModifiable)
Boolean value where true indicates that this option group option can be changed from the default value. |
void |
setSettingDescription(String settingDescription)
The description of the option group option. |
void |
setSettingName(String settingName)
The name of the option group option. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
OptionGroupOptionSetting |
withAllowedValues(String allowedValues)
Indicates the acceptable values for the option group option. |
OptionGroupOptionSetting |
withApplyType(String applyType)
The DB engine specific parameter type for the option group option. |
OptionGroupOptionSetting |
withDefaultValue(String defaultValue)
The default value for the option group option. |
OptionGroupOptionSetting |
withIsModifiable(Boolean isModifiable)
Boolean value where true indicates that this option group option can be changed from the default value. |
OptionGroupOptionSetting |
withSettingDescription(String settingDescription)
The description of the option group option. |
OptionGroupOptionSetting |
withSettingName(String settingName)
The name of the option group option. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OptionGroupOptionSetting()
Method Detail |
---|
public String getSettingName()
public void setSettingName(String settingName)
settingName
- The name of the option group option.public OptionGroupOptionSetting withSettingName(String settingName)
Returns a reference to this object so that method calls can be chained together.
settingName
- The name of the option group option.
public String getSettingDescription()
public void setSettingDescription(String settingDescription)
settingDescription
- The description of the option group option.public OptionGroupOptionSetting withSettingDescription(String settingDescription)
Returns a reference to this object so that method calls can be chained together.
settingDescription
- The description of the option group option.
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
defaultValue
- The default value for the option group option.public OptionGroupOptionSetting withDefaultValue(String defaultValue)
Returns a reference to this object so that method calls can be chained together.
defaultValue
- The default value for the option group option.
public String getApplyType()
public void setApplyType(String applyType)
applyType
- The DB engine specific parameter type for the option group option.public OptionGroupOptionSetting withApplyType(String applyType)
Returns a reference to this object so that method calls can be chained together.
applyType
- The DB engine specific parameter type for the option group option.
public String getAllowedValues()
public void setAllowedValues(String allowedValues)
allowedValues
- Indicates the acceptable values for the option group option.public OptionGroupOptionSetting withAllowedValues(String allowedValues)
Returns a reference to this object so that method calls can be chained together.
allowedValues
- Indicates the acceptable values for the option group option.
public Boolean isModifiable()
public void setIsModifiable(Boolean isModifiable)
isModifiable
- Boolean value where true indicates that this option group option can
be changed from the default value.public OptionGroupOptionSetting withIsModifiable(Boolean isModifiable)
Returns a reference to this object so that method calls can be chained together.
isModifiable
- Boolean value where true indicates that this option group option can
be changed from the default value.
public Boolean getIsModifiable()
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 |