Container for the parameters to the ModifyOptionGroup operation.
            
Modifies an existing option group.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ModifyOptionGroupRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ModifyOptionGroupRequest()()()() | Initializes a new instance of the ModifyOptionGroupRequest class | 
|  | ApplyImmediately | 
            Indicates whether the changes should be applied immediately, or during the next maintenance window for each instance associated with the
            option group.
             
             | 
|  | 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.) | 
|  | OptionGroupName | 
            The name of the option group to be modified.  Permanent options, such as the TDE
            option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance
            once it is associated with a DB instance
             
             | 
|  | OptionsToInclude | 
            Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing
            configuration.
             
             | 
|  | OptionsToRemove | 
            Options in this list are removed from the option group.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithApplyImmediately(Boolean) | Obsolete. 
            Sets the ApplyImmediately property
             | 
|  | WithOptionGroupName(String) | Obsolete. 
            Sets the OptionGroupName property
             | 
|  | WithOptionsToInclude(array<OptionConfiguration>[]()[][]) | Obsolete. 
            Adds elements to the OptionsToInclude collection
             | 
|  | WithOptionsToInclude(IEnumerable<(Of <<'(OptionConfiguration>)>>)) | Obsolete. 
            Adds elements to the OptionsToInclude collection
             | 
|  | WithOptionsToRemove(array<String>[]()[][]) | Obsolete. 
            Adds elements to the OptionsToRemove collection
             | 
|  | WithOptionsToRemove(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds elements to the OptionsToRemove collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | ModifyOptionGroupRequest | |