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
53 inline void SetCurrencyCode(
const char* value) { m_currencyCodeHasBeenSet =
true; m_currencyCode.assign(value); }
82 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
90 bool m_currencyCodeHasBeenSet =
false;
93 bool m_scheduleHasBeenSet =
false;
96 bool m_typeHasBeenSet =
false;
const Aws::String & GetCurrencyCode() const
PaymentScheduleTerm & WithCurrencyCode(Aws::String &&value)
PaymentScheduleTerm & WithSchedule(Aws::Vector< ScheduleItem > &&value)
void SetCurrencyCode(const char *value)
PaymentScheduleTerm & WithType(const char *value)
PaymentScheduleTerm & WithType(Aws::String &&value)
bool CurrencyCodeHasBeenSet() const
void SetType(Aws::String &&value)
AWS_AGREEMENTSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_AGREEMENTSERVICE_API PaymentScheduleTerm()
PaymentScheduleTerm & AddSchedule(const ScheduleItem &value)
bool TypeHasBeenSet() const
void SetType(const char *value)
const Aws::Vector< ScheduleItem > & GetSchedule() const
void SetCurrencyCode(const Aws::String &value)
void SetType(const Aws::String &value)
AWS_AGREEMENTSERVICE_API PaymentScheduleTerm & operator=(Aws::Utils::Json::JsonView jsonValue)
PaymentScheduleTerm & WithCurrencyCode(const Aws::String &value)
const Aws::String & GetType() const
void SetSchedule(Aws::Vector< ScheduleItem > &&value)
bool ScheduleHasBeenSet() const
PaymentScheduleTerm & WithType(const Aws::String &value)
PaymentScheduleTerm & AddSchedule(ScheduleItem &&value)
PaymentScheduleTerm & WithSchedule(const Aws::Vector< ScheduleItem > &value)
PaymentScheduleTerm & WithCurrencyCode(const char *value)
void SetSchedule(const Aws::Vector< ScheduleItem > &value)
AWS_AGREEMENTSERVICE_API PaymentScheduleTerm(Aws::Utils::Json::JsonView jsonValue)
void SetCurrencyCode(Aws::String &&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