Container for the parameters to the CreateOptionGroup operation.
            
Creates a new option group. You can create up to 20 option groups.
 Declaration Syntax
 Declaration Syntax| C# | 
public class CreateOptionGroupRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | CreateOptionGroupRequest()()()() | Initializes a new instance of the CreateOptionGroupRequest class | 
|  | EngineName | 
            Specifies the name of the engine that this option group should be associated with.
             
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | MajorEngineVersion | 
            Specifies the major version of the engine that this option group should be associated with.
             
             | 
|  | OptionGroupDescription | 
            The description of the option group.
             
             | 
|  | OptionGroupName | 
            Specifies the name of the option group to be created. Constraints:  
 | 
|  | Tags | 
            A list of tags.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithEngineName(String) | Obsolete. 
            Sets the EngineName property
             | 
|  | WithMajorEngineVersion(String) | Obsolete. 
            Sets the MajorEngineVersion property
             | 
|  | WithOptionGroupDescription(String) | Obsolete. 
            Sets the OptionGroupDescription property
             | 
|  | WithOptionGroupName(String) | Obsolete. 
            Sets the OptionGroupName property
             | 
|  | WithTags(array<Tag>[]()[][]) | Obsolete. 
            Adds elements to the Tags collection
             | 
|  | WithTags(IEnumerable<(Of <<'(Tag>)>>)) | Obsolete. 
            Adds elements to the Tags collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | CreateOptionGroupRequest | |