7#include <aws/marketplace-agreement/AgreementService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AgreementService
63 template<
typename AgreementValueT = Aws::String>
64 void SetAgreementValue(AgreementValueT&& value) { m_agreementValueHasBeenSet =
true; m_agreementValue = std::forward<AgreementValueT>(value); }
65 template<
typename AgreementValueT = Aws::String>
75 template<
typename CurrencyCodeT = Aws::String>
76 void SetCurrencyCode(CurrencyCodeT&& value) { m_currencyCodeHasBeenSet =
true; m_currencyCode = std::forward<CurrencyCodeT>(value); }
77 template<
typename CurrencyCodeT = Aws::String>
83 bool m_agreementValueHasBeenSet =
false;
86 bool m_currencyCodeHasBeenSet =
false;
EstimatedCharges & WithCurrencyCode(CurrencyCodeT &&value)
AWS_AGREEMENTSERVICE_API EstimatedCharges(Aws::Utils::Json::JsonView jsonValue)
void SetAgreementValue(AgreementValueT &&value)
bool CurrencyCodeHasBeenSet() const
const Aws::String & GetAgreementValue() const
AWS_AGREEMENTSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_AGREEMENTSERVICE_API EstimatedCharges()=default
void SetCurrencyCode(CurrencyCodeT &&value)
AWS_AGREEMENTSERVICE_API EstimatedCharges & operator=(Aws::Utils::Json::JsonView jsonValue)
EstimatedCharges & WithAgreementValue(AgreementValueT &&value)
bool AgreementValueHasBeenSet() const
const Aws::String & GetCurrencyCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue