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
55 template<
typename ConfigurationT = RenewalTermConfiguration>
56 void SetConfiguration(ConfigurationT&& value) { m_configurationHasBeenSet =
true; m_configuration = std::forward<ConfigurationT>(value); }
57 template<
typename ConfigurationT = RenewalTermConfiguration>
67 template<
typename TypeT = Aws::String>
68 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
69 template<
typename TypeT = Aws::String>
75 bool m_configurationHasBeenSet =
false;
78 bool m_typeHasBeenSet =
false;
AWS_AGREEMENTSERVICE_API RenewalTerm(Aws::Utils::Json::JsonView jsonValue)
void SetConfiguration(ConfigurationT &&value)
AWS_AGREEMENTSERVICE_API RenewalTerm()=default
bool ConfigurationHasBeenSet() const
bool TypeHasBeenSet() const
void SetType(TypeT &&value)
AWS_AGREEMENTSERVICE_API RenewalTerm & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetType() const
RenewalTerm & WithType(TypeT &&value)
AWS_AGREEMENTSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
const RenewalTermConfiguration & GetConfiguration() const
RenewalTerm & WithConfiguration(ConfigurationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue