7#include <aws/marketplace-agreement/AgreementService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/marketplace-agreement/model/ScheduleItem.h>
23namespace AgreementService
51 template<
typename CurrencyCodeT = Aws::String>
52 void SetCurrencyCode(CurrencyCodeT&& value) { m_currencyCodeHasBeenSet =
true; m_currencyCode = std::forward<CurrencyCodeT>(value); }
53 template<
typename CurrencyCodeT = Aws::String>
64 template<
typename ScheduleT = Aws::Vector<ScheduleItem>>
65 void SetSchedule(ScheduleT&& value) { m_scheduleHasBeenSet =
true; m_schedule = std::forward<ScheduleT>(value); }
66 template<
typename ScheduleT = Aws::Vector<ScheduleItem>>
68 template<
typename ScheduleT = ScheduleItem>
78 template<
typename TypeT = Aws::String>
79 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
80 template<
typename TypeT = Aws::String>
86 bool m_currencyCodeHasBeenSet =
false;
89 bool m_scheduleHasBeenSet =
false;
92 bool m_typeHasBeenSet =
false;
const Aws::String & GetCurrencyCode() const
bool CurrencyCodeHasBeenSet() const
AWS_AGREEMENTSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_AGREEMENTSERVICE_API PaymentScheduleTerm()=default
bool TypeHasBeenSet() const
void SetSchedule(ScheduleT &&value)
PaymentScheduleTerm & WithSchedule(ScheduleT &&value)
const Aws::Vector< ScheduleItem > & GetSchedule() const
PaymentScheduleTerm & WithCurrencyCode(CurrencyCodeT &&value)
void SetCurrencyCode(CurrencyCodeT &&value)
AWS_AGREEMENTSERVICE_API PaymentScheduleTerm & operator=(Aws::Utils::Json::JsonView jsonValue)
PaymentScheduleTerm & AddSchedule(ScheduleT &&value)
const Aws::String & GetType() const
bool ScheduleHasBeenSet() const
void SetType(TypeT &&value)
AWS_AGREEMENTSERVICE_API PaymentScheduleTerm(Aws::Utils::Json::JsonView jsonValue)
PaymentScheduleTerm & WithType(TypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue