Container for the parameters to the ListInstances operation.
            Provides information about the cluster instances that Amazon EMR provisions on behalf
            of a user when it creates the cluster.          For example, this operation indicates
            when the EC2 instances reach the Ready state, when instances become available to Amazon
            EMR to use for jobs, and the IP addresses for cluster instances, etc.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ListInstancesRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ListInstancesRequest()()()() | Initializes a new instance of the ListInstancesRequest class | 
|  | ClusterId | 
            Gets and sets the property ClusterId. 
             The identifier of the cluster for which to list the instances. | 
|  | 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.) | 
|  | InstanceGroupId | 
            Gets and sets the property InstanceGroupId. 
             The identifier of the instance group for which to list the instances. | 
|  | InstanceGroupTypes | 
            Gets and sets the property InstanceGroupTypes. 
             The type of instance group for which to list the instances. | 
|  | Marker | 
            Gets and sets the property Marker. 
             The pagination token that indicates the next set of results to retrieve. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithClusterId(String) | Obsolete. 
            Sets the ClusterId property
             | 
|  | WithInstanceGroupId(String) | Obsolete. 
            Sets the InstanceGroupId property
             | 
|  | WithInstanceGroupTypes(array<String>[]()[][]) | Obsolete. 
            Sets the InstanceGroupTypes property
             | 
|  | WithInstanceGroupTypes(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Sets the InstanceGroupTypes property
             | 
|  | WithMarker(String) | Obsolete. 
            Sets the Marker property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | ListInstancesRequest | |