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.

Namespace: Amazon.ElasticMapReduce.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class ModifyInstanceGroupsRequest : AmazonWebServiceRequest
Public Class ModifyInstanceGroupsRequest _
	Inherits AmazonWebServiceRequest
public ref class ModifyInstanceGroupsRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ModifyInstanceGroupsRequest()()()()
Initializes a new instance of the ModifyInstanceGroupsRequest class
Equals(Object)
Determines whether the specified Object is equal to the current 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
Instance groups to change.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithInstanceGroups(array<InstanceGroupModifyConfig>[]()[][])
Adds elements to the InstanceGroups collection
WithInstanceGroups(IEnumerable<(Of <<'(InstanceGroupModifyConfig>)>>))
Adds elements to the InstanceGroups collection

Inheritance Hierarchy

System..::..Object
  Amazon.Runtime..::..AmazonWebServiceRequest
    Amazon.ElasticMapReduce.Model..::..ModifyInstanceGroupsRequest

See Also