Container for the parameters to the ModifyInstanceGroups operation.
            ModifyInstanceGroups modifies the number of nodes and configuration settings of an
            instance         group. The input parameters include the new target instance count
            for the group and the         instance group ID. The call will either succeed or fail
            atomically.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ModifyInstanceGroupsRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ModifyInstanceGroupsRequest()()()() | Initializes a new instance of the ModifyInstanceGroupsRequest class | 
|  | 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.) | 
|  | InstanceGroups | 
            Gets and sets the property InstanceGroups. 
             Instance groups to change. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithInstanceGroups(array<InstanceGroupModifyConfig>[]()[][]) | Obsolete. 
            Sets the InstanceGroups property
             | 
|  | WithInstanceGroups(IEnumerable<(Of <<'(InstanceGroupModifyConfig>)>>)) | Obsolete. 
            Sets the InstanceGroups property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | ModifyInstanceGroupsRequest | |