7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/appconfig/model/ValidatorType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
66 template<
typename ContentT = Aws::String>
67 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
68 template<
typename ContentT = Aws::String>
74 bool m_typeHasBeenSet =
false;
77 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