7#include <aws/marketplace-agreement/AgreementService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AgreementService
47 template<
typename BillingPeriodT = Aws::String>
48 void SetBillingPeriod(BillingPeriodT&& value) { m_billingPeriodHasBeenSet =
true; m_billingPeriod = std::forward<BillingPeriodT>(value); }
49 template<
typename BillingPeriodT = Aws::String>
59 template<
typename CurrencyCodeT = Aws::String>
60 void SetCurrencyCode(CurrencyCodeT&& value) { m_currencyCodeHasBeenSet =
true; m_currencyCode = std::forward<CurrencyCodeT>(value); }
61 template<
typename CurrencyCodeT = Aws::String>
71 template<
typename PriceT = Aws::String>
72 void SetPrice(PriceT&& value) { m_priceHasBeenSet =
true; m_price = std::forward<PriceT>(value); }
73 template<
typename PriceT = Aws::String>
83 template<
typename TypeT = Aws::String>
84 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
85 template<
typename TypeT = Aws::String>
91 bool m_billingPeriodHasBeenSet =
false;
94 bool m_currencyCodeHasBeenSet =
false;
97 bool m_priceHasBeenSet =
false;
100 bool m_typeHasBeenSet =
false;
bool BillingPeriodHasBeenSet() const
void SetPrice(PriceT &&value)
const Aws::String & GetPrice() const
RecurringPaymentTerm & WithCurrencyCode(CurrencyCodeT &&value)
void SetBillingPeriod(BillingPeriodT &&value)
bool CurrencyCodeHasBeenSet() const
RecurringPaymentTerm & WithPrice(PriceT &&value)
const Aws::String & GetCurrencyCode() const
void SetCurrencyCode(CurrencyCodeT &&value)
RecurringPaymentTerm & WithType(TypeT &&value)
AWS_AGREEMENTSERVICE_API RecurringPaymentTerm()=default
void SetType(TypeT &&value)
bool PriceHasBeenSet() const
AWS_AGREEMENTSERVICE_API RecurringPaymentTerm(Aws::Utils::Json::JsonView jsonValue)
RecurringPaymentTerm & WithBillingPeriod(BillingPeriodT &&value)
const Aws::String & GetBillingPeriod() const
bool TypeHasBeenSet() const
const Aws::String & GetType() const
AWS_AGREEMENTSERVICE_API RecurringPaymentTerm & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_AGREEMENTSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue