Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.rds.model
Class OptionGroup

java.lang.Object
  extended by com.amazonaws.services.rds.model.OptionGroup

public class OptionGroup
extends Object


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

OptionGroup

public OptionGroup()
Method Detail

getOptionGroupName

public String getOptionGroupName()
Specifies the name of the option group.

Returns:
Specifies the name of the option group.

setOptionGroupName

public void setOptionGroupName(String optionGroupName)
Specifies the name of the option group.

Parameters:
optionGroupName - Specifies the name of the option group.

withOptionGroupName

public OptionGroup withOptionGroupName(String optionGroupName)
Specifies the name of the option group.

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

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

getOptionGroupDescription

public String getOptionGroupDescription()
Returns the value of the OptionGroupDescription property for this object.

Returns:
The value of the OptionGroupDescription property for this object.

setOptionGroupDescription

public void setOptionGroupDescription(String optionGroupDescription)
Sets the value of the OptionGroupDescription property for this object.

Parameters:
optionGroupDescription - The new value for the OptionGroupDescription property for this object.

withOptionGroupDescription

public OptionGroup withOptionGroupDescription(String optionGroupDescription)
Sets the value of the OptionGroupDescription property for this object.

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

Parameters:
optionGroupDescription - The new value for the OptionGroupDescription property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getEngineName

public String getEngineName()
Engine name that this option group can be applied to.

Returns:
Engine name that this option group can be applied to.

setEngineName

public void setEngineName(String engineName)
Engine name that this option group can be applied to.

Parameters:
engineName - Engine name that this option group can be applied to.

withEngineName

public OptionGroup withEngineName(String engineName)
Engine name that this option group can be applied to.

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

Parameters:
engineName - Engine name that this option group can be applied to.
Returns:
A reference to this updated object so that method calls can be chained together.

getMajorEngineVersion

public String getMajorEngineVersion()
Indicates the major engine version associated with this option group.

Returns:
Indicates the major engine version associated with this option group.

setMajorEngineVersion

public void setMajorEngineVersion(String majorEngineVersion)
Indicates the major engine version associated with this option group.

Parameters:
majorEngineVersion - Indicates the major engine version associated with this option group.

withMajorEngineVersion

public OptionGroup withMajorEngineVersion(String majorEngineVersion)
Indicates the major engine version associated with this option group.

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

Parameters:
majorEngineVersion - Indicates the major engine version associated with this option group.
Returns:
A reference to this updated object so that method calls can be chained together.

getOptions

public List<Option> getOptions()
Returns the value of the Options property for this object.

Returns:
The value of the Options property for this object.

setOptions

public void setOptions(Collection<Option> options)
Sets the value of the Options property for this object.

Parameters:
options - The new value for the Options property for this object.

withOptions

public OptionGroup withOptions(Option... options)
Sets the value of the Options property for this object.

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

Parameters:
options - The new value for the Options property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

withOptions

public OptionGroup withOptions(Collection<Option> options)
Sets the value of the Options property for this object.

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

Parameters:
options - The new value for the Options property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

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.