7#include <aws/marketplace-agreement/AgreementService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AgreementService
48 template<
typename RefundPolicyT = Aws::String>
49 void SetRefundPolicy(RefundPolicyT&& value) { m_refundPolicyHasBeenSet =
true; m_refundPolicy = std::forward<RefundPolicyT>(value); }
50 template<
typename RefundPolicyT = Aws::String>
60 template<
typename TypeT = Aws::String>
61 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
62 template<
typename TypeT = Aws::String>
68 bool m_refundPolicyHasBeenSet =
false;
71 bool m_typeHasBeenSet =
false;
AWS_AGREEMENTSERVICE_API SupportTerm & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_AGREEMENTSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
SupportTerm & WithRefundPolicy(RefundPolicyT &&value)
void SetRefundPolicy(RefundPolicyT &&value)
AWS_AGREEMENTSERVICE_API SupportTerm()=default
bool RefundPolicyHasBeenSet() const
void SetType(TypeT &&value)
AWS_AGREEMENTSERVICE_API SupportTerm(Aws::Utils::Json::JsonView jsonValue)
SupportTerm & WithType(TypeT &&value)
bool TypeHasBeenSet() const
const Aws::String & GetRefundPolicy() const
const Aws::String & GetType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue