7#include <aws/marketplace-agreement/AgreementService_EXPORTS.h>
8#include <aws/marketplace-agreement/model/RenewalTermConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace AgreementService
69 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
77 bool m_configurationHasBeenSet =
false;
80 bool m_typeHasBeenSet =
false;
void SetType(const char *value)
AWS_AGREEMENTSERVICE_API RenewalTerm(Aws::Utils::Json::JsonView jsonValue)
void SetType(Aws::String &&value)
void SetConfiguration(const RenewalTermConfiguration &value)
RenewalTerm & WithConfiguration(const RenewalTermConfiguration &value)
RenewalTerm & WithType(Aws::String &&value)
void SetConfiguration(RenewalTermConfiguration &&value)
bool ConfigurationHasBeenSet() const
RenewalTerm & WithConfiguration(RenewalTermConfiguration &&value)
bool TypeHasBeenSet() const
AWS_AGREEMENTSERVICE_API RenewalTerm & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetType() const
RenewalTerm & WithType(const char *value)
AWS_AGREEMENTSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
RenewalTerm & WithType(const Aws::String &value)
AWS_AGREEMENTSERVICE_API RenewalTerm()
const RenewalTermConfiguration & GetConfiguration() const
void SetType(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue