7#include <aws/billing/Billing_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename CurrencyCodeT = Aws::String>
45 m_currencyCodeHasBeenSet =
true;
46 m_currencyCode = std::forward<CurrencyCodeT>(value);
48 template <
typename CurrencyCodeT = Aws::String>
62 template <
typename CurrencyAmountT = Aws::String>
64 m_currencyAmountHasBeenSet =
true;
65 m_currencyAmount = std::forward<CurrencyAmountT>(value);
67 template <
typename CurrencyAmountT = Aws::String>
77 bool m_currencyCodeHasBeenSet =
false;
78 bool m_currencyAmountHasBeenSet =
false;
void SetCurrencyCode(CurrencyCodeT &&value)
Amount & WithCurrencyAmount(CurrencyAmountT &&value)
const Aws::String & GetCurrencyAmount() const
AWS_BILLING_API Amount(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCurrencyCode() const
AWS_BILLING_API Amount & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BILLING_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BILLING_API Amount()=default
bool CurrencyAmountHasBeenSet() const
bool CurrencyCodeHasBeenSet() const
void SetCurrencyAmount(CurrencyAmountT &&value)
Amount & WithCurrencyCode(CurrencyCodeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue