Cancels one or more Spot Instance requests.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class CancelSpotInstanceRequestsRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | CancelSpotInstanceRequestsRequest()()()() | Initializes a new instance of the CancelSpotInstanceRequestsRequest 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.) | 
|  | IsSetSpotInstanceRequestId()()()() | 
            Checks if SpotInstanceRequestId property is set
             | 
|  | SpotInstanceRequestId | 
            The list of Spot Instance requests that you want to cancel.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithSpotInstanceRequestId(array<String>[]()[][]) | Obsolete. 
            Sets the Spot Instance requests that you want to cancel.
             | 
 Remarks
 Remarks
            Spot Instances are instances that Amazon EC2 starts on your behalf when the
            maximum price that you specify exceeds the current Spot Price.
            Amazon EC2 periodically sets the Spot Price based on available Spot Instance
            capacity and current Spot Instance requests.
            
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | CancelSpotInstanceRequestsRequest | |