|
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.OptionSetting
public class OptionSetting
Option settings are the actual settings being applied or configured for that option. It is used when you modify an option group or describe option groups. For example, the NATIVE_NETWORK_ENCRYPTION option has a setting called SQLNET.ENCRYPTION_SERVER that can have several different values.
Constructor Summary | |
---|---|
OptionSetting()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getAllowedValues()
The allowed values of the option setting. |
String |
getApplyType()
The DB engine specific parameter type. |
String |
getDataType()
The data type of the option setting. |
String |
getDefaultValue()
The default value of the option setting. |
String |
getDescription()
The description of the option setting. |
Boolean |
getIsCollection()
Indicates if the option setting is part of a collection. |
Boolean |
getIsModifiable()
A Boolean value that, when true, indicates the option setting can be modified from the default. |
String |
getName()
The name of the option that has settings that you can set. |
String |
getValue()
The current value of the option setting. |
int |
hashCode()
|
Boolean |
isCollection()
Indicates if the option setting is part of a collection. |
Boolean |
isModifiable()
A Boolean value that, when true, indicates the option setting can be modified from the default. |
void |
setAllowedValues(String allowedValues)
The allowed values of the option setting. |
void |
setApplyType(String applyType)
The DB engine specific parameter type. |
void |
setDataType(String dataType)
The data type of the option setting. |
void |
setDefaultValue(String defaultValue)
The default value of the option setting. |
void |
setDescription(String description)
The description of the option setting. |
void |
setIsCollection(Boolean isCollection)
Indicates if the option setting is part of a collection. |
void |
setIsModifiable(Boolean isModifiable)
A Boolean value that, when true, indicates the option setting can be modified from the default. |
void |
setName(String name)
The name of the option that has settings that you can set. |
void |
setValue(String value)
The current value of the option setting. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
OptionSetting |
withAllowedValues(String allowedValues)
The allowed values of the option setting. |
OptionSetting |
withApplyType(String applyType)
The DB engine specific parameter type. |
OptionSetting |
withDataType(String dataType)
The data type of the option setting. |
OptionSetting |
withDefaultValue(String defaultValue)
The default value of the option setting. |
OptionSetting |
withDescription(String description)
The description of the option setting. |
OptionSetting |
withIsCollection(Boolean isCollection)
Indicates if the option setting is part of a collection. |
OptionSetting |
withIsModifiable(Boolean isModifiable)
A Boolean value that, when true, indicates the option setting can be modified from the default. |
OptionSetting |
withName(String name)
The name of the option that has settings that you can set. |
OptionSetting |
withValue(String value)
The current value of the option setting. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OptionSetting()
Method Detail |
---|
public String getName()
public void setName(String name)
name
- The name of the option that has settings that you can set.public OptionSetting withName(String name)
Returns a reference to this object so that method calls can be chained together.
name
- The name of the option that has settings that you can set.
public String getValue()
public void setValue(String value)
value
- The current value of the option setting.public OptionSetting withValue(String value)
Returns a reference to this object so that method calls can be chained together.
value
- The current value of the option setting.
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
defaultValue
- The default value of the option setting.public OptionSetting withDefaultValue(String defaultValue)
Returns a reference to this object so that method calls can be chained together.
defaultValue
- The default value of the option setting.
public String getDescription()
public void setDescription(String description)
description
- The description of the option setting.public OptionSetting withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description
- The description of the option setting.
public String getApplyType()
public void setApplyType(String applyType)
applyType
- The DB engine specific parameter type.public OptionSetting withApplyType(String applyType)
Returns a reference to this object so that method calls can be chained together.
applyType
- The DB engine specific parameter type.
public String getDataType()
public void setDataType(String dataType)
dataType
- The data type of the option setting.public OptionSetting withDataType(String dataType)
Returns a reference to this object so that method calls can be chained together.
dataType
- The data type of the option setting.
public String getAllowedValues()
public void setAllowedValues(String allowedValues)
allowedValues
- The allowed values of the option setting.public OptionSetting withAllowedValues(String allowedValues)
Returns a reference to this object so that method calls can be chained together.
allowedValues
- The allowed values of the option setting.
public Boolean isModifiable()
public void setIsModifiable(Boolean isModifiable)
isModifiable
- A Boolean value that, when true, indicates the option setting can be
modified from the default.public OptionSetting withIsModifiable(Boolean isModifiable)
Returns a reference to this object so that method calls can be chained together.
isModifiable
- A Boolean value that, when true, indicates the option setting can be
modified from the default.
public Boolean getIsModifiable()
public Boolean isCollection()
public void setIsCollection(Boolean isCollection)
isCollection
- Indicates if the option setting is part of a collection.public OptionSetting withIsCollection(Boolean isCollection)
Returns a reference to this object so that method calls can be chained together.
isCollection
- Indicates if the option setting is part of a collection.
public Boolean getIsCollection()
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 |