7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/invoicing/Invoicing_EXPORTS.h>
9#include <aws/invoicing/model/AmountBreakdown.h>
10#include <aws/invoicing/model/CurrencyExchangeDetails.h>
43 template <
typename TotalAmountT = Aws::String>
45 m_totalAmountHasBeenSet =
true;
46 m_totalAmount = std::forward<TotalAmountT>(value);
48 template <
typename TotalAmountT = Aws::String>
61 template <
typename TotalAmountBeforeTaxT = Aws::String>
63 m_totalAmountBeforeTaxHasBeenSet =
true;
64 m_totalAmountBeforeTax = std::forward<TotalAmountBeforeTaxT>(value);
66 template <
typename TotalAmountBeforeTaxT = Aws::String>
79 template <
typename CurrencyCodeT = Aws::String>
81 m_currencyCodeHasBeenSet =
true;
82 m_currencyCode = std::forward<CurrencyCodeT>(value);
84 template <
typename CurrencyCodeT = Aws::String>
97 template <
typename AmountBreakdownT = AmountBreakdown>
99 m_amountBreakdownHasBeenSet =
true;
100 m_amountBreakdown = std::forward<AmountBreakdownT>(value);
102 template <
typename AmountBreakdownT = AmountBreakdown>
115 template <
typename CurrencyExchangeDetailsT = CurrencyExchangeDetails>
117 m_currencyExchangeDetailsHasBeenSet =
true;
118 m_currencyExchangeDetails = std::forward<CurrencyExchangeDetailsT>(value);
120 template <
typename CurrencyExchangeDetailsT = CurrencyExchangeDetails>
136 bool m_totalAmountHasBeenSet =
false;
137 bool m_totalAmountBeforeTaxHasBeenSet =
false;
138 bool m_currencyCodeHasBeenSet =
false;
139 bool m_amountBreakdownHasBeenSet =
false;
140 bool m_currencyExchangeDetailsHasBeenSet =
false;
void SetTotalAmountBeforeTax(TotalAmountBeforeTaxT &&value)
bool TotalAmountHasBeenSet() const
AWS_INVOICING_API InvoiceCurrencyAmount & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTotalAmountBeforeTax() const
InvoiceCurrencyAmount & WithAmountBreakdown(AmountBreakdownT &&value)
const CurrencyExchangeDetails & GetCurrencyExchangeDetails() const
bool CurrencyExchangeDetailsHasBeenSet() const
InvoiceCurrencyAmount & WithTotalAmount(TotalAmountT &&value)
const Aws::String & GetCurrencyCode() const
AWS_INVOICING_API InvoiceCurrencyAmount(Aws::Utils::Json::JsonView jsonValue)
InvoiceCurrencyAmount & WithCurrencyCode(CurrencyCodeT &&value)
bool AmountBreakdownHasBeenSet() const
AWS_INVOICING_API InvoiceCurrencyAmount()=default
InvoiceCurrencyAmount & WithCurrencyExchangeDetails(CurrencyExchangeDetailsT &&value)
AWS_INVOICING_API Aws::Utils::Json::JsonValue Jsonize() const
InvoiceCurrencyAmount & WithTotalAmountBeforeTax(TotalAmountBeforeTaxT &&value)
void SetCurrencyExchangeDetails(CurrencyExchangeDetailsT &&value)
void SetTotalAmount(TotalAmountT &&value)
const AmountBreakdown & GetAmountBreakdown() const
bool TotalAmountBeforeTaxHasBeenSet() const
void SetCurrencyCode(CurrencyCodeT &&value)
void SetAmountBreakdown(AmountBreakdownT &&value)
bool CurrencyCodeHasBeenSet() const
const Aws::String & GetTotalAmount() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue