7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/invoicing/Invoicing_EXPORTS.h>
40 template <
typename SourceCurrencyCodeT = Aws::String>
42 m_sourceCurrencyCodeHasBeenSet =
true;
43 m_sourceCurrencyCode = std::forward<SourceCurrencyCodeT>(value);
45 template <
typename SourceCurrencyCodeT = Aws::String>
58 template <
typename TargetCurrencyCodeT = Aws::String>
60 m_targetCurrencyCodeHasBeenSet =
true;
61 m_targetCurrencyCode = std::forward<TargetCurrencyCodeT>(value);
63 template <
typename TargetCurrencyCodeT = Aws::String>
76 template <
typename RateT = Aws::String>
78 m_rateHasBeenSet =
true;
79 m_rate = std::forward<RateT>(value);
81 template <
typename RateT = Aws::String>
83 SetRate(std::forward<RateT>(value));
93 bool m_sourceCurrencyCodeHasBeenSet =
false;
94 bool m_targetCurrencyCodeHasBeenSet =
false;
95 bool m_rateHasBeenSet =
false;
void SetSourceCurrencyCode(SourceCurrencyCodeT &&value)
AWS_INVOICING_API CurrencyExchangeDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRate() const
void SetRate(RateT &&value)
AWS_INVOICING_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTargetCurrencyCode(TargetCurrencyCodeT &&value)
const Aws::String & GetTargetCurrencyCode() const
AWS_INVOICING_API CurrencyExchangeDetails()=default
bool TargetCurrencyCodeHasBeenSet() const
const Aws::String & GetSourceCurrencyCode() const
bool RateHasBeenSet() const
AWS_INVOICING_API CurrencyExchangeDetails(Aws::Utils::Json::JsonView jsonValue)
CurrencyExchangeDetails & WithTargetCurrencyCode(TargetCurrencyCodeT &&value)
bool SourceCurrencyCodeHasBeenSet() const
CurrencyExchangeDetails & WithSourceCurrencyCode(SourceCurrencyCodeT &&value)
CurrencyExchangeDetails & WithRate(RateT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue