Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.rds.model
Class OptionGroupOptionSetting

java.lang.Object
  extended by com.amazonaws.services.rds.model.OptionGroupOptionSetting
All Implemented Interfaces:
Serializable

public class OptionGroupOptionSetting
extends Object
implements Serializable

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.

See Also:
Serialized Form

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

OptionGroupOptionSetting

public OptionGroupOptionSetting()
Method Detail

getSettingName

public String getSettingName()
The name of the option group option.

Returns:
The name of the option group option.

setSettingName

public void setSettingName(String settingName)
The name of the option group option.

Parameters:
settingName - The name of the option group option.

withSettingName

public OptionGroupOptionSetting withSettingName(String settingName)
The name of the option group option.

Returns a reference to this object so that method calls can be chained together.

Parameters:
settingName - The name of the option group option.
Returns:
A reference to this updated object so that method calls can be chained together.

getSettingDescription

public String getSettingDescription()
The description of the option group option.

Returns:
The description of the option group option.

setSettingDescription

public void setSettingDescription(String settingDescription)
The description of the option group option.

Parameters:
settingDescription - The description of the option group option.

withSettingDescription

public OptionGroupOptionSetting withSettingDescription(String settingDescription)
The description of the option group option.

Returns a reference to this object so that method calls can be chained together.

Parameters:
settingDescription - The description of the option group option.
Returns:
A reference to this updated object so that method calls can be chained together.

getDefaultValue

public String getDefaultValue()
The default value for the option group option.

Returns:
The default value for the option group option.

setDefaultValue

public void setDefaultValue(String defaultValue)
The default value for the option group option.

Parameters:
defaultValue - The default value for the option group option.

withDefaultValue

public OptionGroupOptionSetting withDefaultValue(String defaultValue)
The default value for the option group option.

Returns a reference to this object so that method calls can be chained together.

Parameters:
defaultValue - The default value for the option group option.
Returns:
A reference to this updated object so that method calls can be chained together.

getApplyType

public String getApplyType()
The DB engine specific parameter type for the option group option.

Returns:
The DB engine specific parameter type for the option group option.

setApplyType

public void setApplyType(String applyType)
The DB engine specific parameter type for the option group option.

Parameters:
applyType - The DB engine specific parameter type for the option group option.

withApplyType

public OptionGroupOptionSetting withApplyType(String applyType)
The DB engine specific parameter type for the option group option.

Returns a reference to this object so that method calls can be chained together.

Parameters:
applyType - The DB engine specific parameter type for the option group option.
Returns:
A reference to this updated object so that method calls can be chained together.

getAllowedValues

public String getAllowedValues()
Indicates the acceptable values for the option group option.

Returns:
Indicates the acceptable values for the option group option.

setAllowedValues

public void setAllowedValues(String allowedValues)
Indicates the acceptable values for the option group option.

Parameters:
allowedValues - Indicates the acceptable values for the option group option.

withAllowedValues

public OptionGroupOptionSetting withAllowedValues(String allowedValues)
Indicates the acceptable values for the option group option.

Returns a reference to this object so that method calls can be chained together.

Parameters:
allowedValues - Indicates the acceptable values for the option group option.
Returns:
A reference to this updated object so that method calls can be chained together.

isModifiable

public Boolean isModifiable()
Boolean value where true indicates that this option group option can be changed from the default value.

Returns:
Boolean value where true indicates that this option group option can be changed from the default value.

setIsModifiable

public void setIsModifiable(Boolean isModifiable)
Boolean value where true indicates that this option group option can be changed from the default value.

Parameters:
isModifiable - Boolean value where true indicates that this option group option can be changed from the default value.

withIsModifiable

public OptionGroupOptionSetting withIsModifiable(Boolean isModifiable)
Boolean value where true indicates that this option group option can be changed from the default value.

Returns a reference to this object so that method calls can be chained together.

Parameters:
isModifiable - Boolean value where true indicates that this option group option can be changed from the default value.
Returns:
A reference to this updated object so that method calls can be chained together.

getIsModifiable

public Boolean getIsModifiable()
Boolean value where true indicates that this option group option can be changed from the default value.

Returns:
Boolean value where true indicates that this option group option can be changed from the default value.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.