Describes the Spot Instance requests that belong to your account.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeSpotInstanceRequestsRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeSpotInstanceRequestsRequest()()()() | Initializes a new instance of the DescribeSpotInstanceRequestsRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Filter | 
            A list of filters used to match system-defined properties and user-defined tags associated 
            with the specified SpotInstances.
            For a complete reference to the available filter keys for this operation, see the
            Amazon EC2 API reference.
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IsSetFilter()()()() | 
            Checks if Filter property is set
             | 
|  | IsSetSpotInstanceRequestId()()()() | 
            Checks if SpotInstanceRequestId property is set
             | 
|  | SpotInstanceRequestId | 
            One or more Spot Instance request IDs.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithFilter(array<Filter>[]()[][]) | Obsolete. 
            Sets filters used to match system-defined properties and user-defined tags associated 
            with the specified SpotInstances.
             | 
|  | WithSpotInstanceRequestId(array<String>[]()[][]) | Obsolete. 
            Sets Spot Instance request IDs.
             | 
 Remarks
 Remarks
            Spot Instances are instances that automatically launch
            when your request price exceeds that Spot Price
            that Amazon EC2 periodically calculates.
            
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | DescribeSpotInstanceRequestsRequest | |