7#include <aws/invoicing/Invoicing_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename SourceCurrencyCodeT = Aws::String>
47 void SetSourceCurrencyCode(SourceCurrencyCodeT&& value) { m_sourceCurrencyCodeHasBeenSet =
true; m_sourceCurrencyCode = std::forward<SourceCurrencyCodeT>(value); }
48 template<
typename SourceCurrencyCodeT = Aws::String>
58 template<
typename TargetCurrencyCodeT = Aws::String>
59 void SetTargetCurrencyCode(TargetCurrencyCodeT&& value) { m_targetCurrencyCodeHasBeenSet =
true; m_targetCurrencyCode = std::forward<TargetCurrencyCodeT>(value); }
60 template<
typename TargetCurrencyCodeT = Aws::String>
70 template<
typename RateT = Aws::String>
71 void SetRate(RateT&& value) { m_rateHasBeenSet =
true; m_rate = std::forward<RateT>(value); }
72 template<
typename RateT = Aws::String>
78 bool m_sourceCurrencyCodeHasBeenSet =
false;
81 bool m_targetCurrencyCodeHasBeenSet =
false;
84 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