/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Describes the limit price of a Reserved Instance offering.See
* Also:
AWS
* API Reference
Used for Reserved Instance Marketplace offerings. Specifies the limit price * on the total order (instanceCount * price).
*/ inline double GetAmount() const{ return m_amount; } /** *Used for Reserved Instance Marketplace offerings. Specifies the limit price * on the total order (instanceCount * price).
*/ inline bool AmountHasBeenSet() const { return m_amountHasBeenSet; } /** *Used for Reserved Instance Marketplace offerings. Specifies the limit price * on the total order (instanceCount * price).
*/ inline void SetAmount(double value) { m_amountHasBeenSet = true; m_amount = value; } /** *Used for Reserved Instance Marketplace offerings. Specifies the limit price * on the total order (instanceCount * price).
*/ inline ReservedInstanceLimitPrice& WithAmount(double value) { SetAmount(value); return *this;} /** *The currency in which the limitPrice amount is specified. At
* this time, the only supported currency is USD.
The currency in which the limitPrice amount is specified. At
* this time, the only supported currency is USD.
The currency in which the limitPrice amount is specified. At
* this time, the only supported currency is USD.
The currency in which the limitPrice amount is specified. At
* this time, the only supported currency is USD.
The currency in which the limitPrice amount is specified. At
* this time, the only supported currency is USD.
The currency in which the limitPrice amount is specified. At
* this time, the only supported currency is USD.