7#include <aws/marketplace-agreement/AgreementService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AgreementService
47 template<
typename TypeT = Aws::String>
48 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
49 template<
typename TypeT = Aws::String>
59 template<
typename ValueT = Aws::String>
60 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
61 template<
typename ValueT = Aws::String>
67 bool m_typeHasBeenSet =
false;
70 bool m_valueHasBeenSet =
false;
AWS_AGREEMENTSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_AGREEMENTSERVICE_API Selector & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetValue(ValueT &&value)
bool TypeHasBeenSet() const
const Aws::String & GetType() const
Selector & WithValue(ValueT &&value)
const Aws::String & GetValue() const
bool ValueHasBeenSet() const
Selector & WithType(TypeT &&value)
void SetType(TypeT &&value)
AWS_AGREEMENTSERVICE_API Selector()=default
AWS_AGREEMENTSERVICE_API Selector(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue