7#include <aws/marketplace-agreement/AgreementService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace AgreementService
48 template<
typename ChargeAmountT = Aws::String>
49 void SetChargeAmount(ChargeAmountT&& value) { m_chargeAmountHasBeenSet =
true; m_chargeAmount = std::forward<ChargeAmountT>(value); }
50 template<
typename ChargeAmountT = Aws::String>
61 template<
typename ChargeDateT = Aws::Utils::DateTime>
62 void SetChargeDate(ChargeDateT&& value) { m_chargeDateHasBeenSet =
true; m_chargeDate = std::forward<ChargeDateT>(value); }
63 template<
typename ChargeDateT = Aws::Utils::DateTime>
69 bool m_chargeAmountHasBeenSet =
false;
72 bool m_chargeDateHasBeenSet =
false;
ScheduleItem & WithChargeAmount(ChargeAmountT &&value)
void SetChargeAmount(ChargeAmountT &&value)
ScheduleItem & WithChargeDate(ChargeDateT &&value)
const Aws::String & GetChargeAmount() const
const Aws::Utils::DateTime & GetChargeDate() const
void SetChargeDate(ChargeDateT &&value)
AWS_AGREEMENTSERVICE_API ScheduleItem(Aws::Utils::Json::JsonView jsonValue)
bool ChargeAmountHasBeenSet() const
AWS_AGREEMENTSERVICE_API ScheduleItem()=default
bool ChargeDateHasBeenSet() const
AWS_AGREEMENTSERVICE_API ScheduleItem & 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