7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/appconfig/model/ValidatorType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 m_typeHasBeenSet =
true;
66 template <
typename ContentT = Aws::String>
68 m_contentHasBeenSet =
true;
69 m_content = std::forward<ContentT>(value);
71 template <
typename ContentT = Aws::String>
81 bool m_typeHasBeenSet =
false;
82 bool m_contentHasBeenSet =
false;
void SetContent(ContentT &&value)
AWS_APPCONFIG_API Validator(Aws::Utils::Json::JsonView jsonValue)
ValidatorType GetType() const
AWS_APPCONFIG_API Validator()=default
void SetType(ValidatorType value)
AWS_APPCONFIG_API Aws::Utils::Json::JsonValue Jsonize() const
bool TypeHasBeenSet() const
Validator & WithType(ValidatorType value)
AWS_APPCONFIG_API Validator & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ContentHasBeenSet() const
Validator & WithContent(ContentT &&value)
const Aws::String & GetContent() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue