Creates a new listing for Amazon EC2 Reserved Instances that will be sold in
            the Reserved Instance Marketplace. You can submit one Reserved Instance listing
            at a time.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class CreateReservedInstancesListingRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | CreateReservedInstancesListingRequest()()()() | Initializes a new instance of the CreateReservedInstancesListingRequest class | 
|  | ClientToken | 
            A unique, case-sensitive identifier you provide to ensure
            idempotency of your listings. 
             | 
|  | 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.) | 
|  | InstanceCount | 
            The number of instances that are a part of a Reserved Instance account
            that will be listed in the Reserved Instance Marketplace.
             | 
|  | IsSetClientToken()()()() | 
            Checks if the ClientToken property is set.
             | 
|  | IsSetInstanceCount()()()() | 
            Checks if the InstanceCount property is set.
             | 
|  | IsSetPricingSchedules()()()() | 
            Checks if the PricingSchedules property is set.
             | 
|  | IsSetReservedInstancesId()()()() | 
            Checks if the ReservedInstancesId property is set.
             | 
|  | PricingSchedules | 
            A list specifying the price of the Reserved Instance for each
            month remaining in the Reserved Instance term.
             | 
|  | ReservedInstancesId | 
            The ID of the Reserved Instance that will be listed.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithClientToken(String) | Obsolete. 
            Sets a unique, case-sensitive identifier you provide 
            to ensure idempotency of your listings. 
             | 
|  | WithInstanceCount(Int32) | Obsolete. 
            Sets the number of instances that are a part of a Reserved 
            Instance account that will be listed in the Reserved Instance 
            Marketplace. 
             | 
|  | WithPricingSchedules(array<PricingSchedule>[]()[][]) | Obsolete. 
            Sets the price listed for the Reserved Instance.
             | 
|  | WithReservedInstancesId(String) | Obsolete. 
            Sets the ID of the Reserved Instance that will be listed.
             | 
 Remarks
 Remarks
            The Reserved Instance Marketplace matches sellers who want to resell Reserved Instance
            capacity that they no longer need with buyers who want to purchase additional capacity.
            Reserved Instances bought and sold through the Reserved Instance Marketplace work
            like any other Reserved Instances.
            
            If you want to sell your Reserved Instances, you must first register as a Seller in
            the Reserved Instance Marketplace. After completing the registration process, you can
            create a Reserved Instance Marketplace listing of some or all of your Reserved Instances,
            and specify the upfront price you want to receive for them.
            Your Reserved Instance listings then become available for purchase.
            
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | CreateReservedInstancesListingRequest | |