/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A number that represents the monetary amount for an offering or
* transaction.See Also:
AWS
* API Reference
The numerical amount of an offering or transaction.
*/ inline double GetAmount() const{ return m_amount; } /** *The numerical amount of an offering or transaction.
*/ inline bool AmountHasBeenSet() const { return m_amountHasBeenSet; } /** *The numerical amount of an offering or transaction.
*/ inline void SetAmount(double value) { m_amountHasBeenSet = true; m_amount = value; } /** *The numerical amount of an offering or transaction.
*/ inline MonetaryAmount& WithAmount(double value) { SetAmount(value); return *this;} /** *The currency code of a monetary amount. For example, USD
means
* U.S. dollars.
The currency code of a monetary amount. For example, USD
means
* U.S. dollars.
The currency code of a monetary amount. For example, USD
means
* U.S. dollars.
The currency code of a monetary amount. For example, USD
means
* U.S. dollars.
The currency code of a monetary amount. For example, USD
means
* U.S. dollars.
The currency code of a monetary amount. For example, USD
means
* U.S. dollars.