7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qconnect/QConnect_EXPORTS.h>
9#include <aws/qconnect/model/GuardrailSensitiveInformationAction.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
61 template <
typename DescriptionT = Aws::String>
63 m_descriptionHasBeenSet =
true;
64 m_description = std::forward<DescriptionT>(value);
66 template <
typename DescriptionT = Aws::String>
79 template <
typename PatternT = Aws::String>
81 m_patternHasBeenSet =
true;
82 m_pattern = std::forward<PatternT>(value);
84 template <
typename PatternT = Aws::String>
99 m_actionHasBeenSet =
true;
115 bool m_nameHasBeenSet =
false;
116 bool m_descriptionHasBeenSet =
false;
117 bool m_patternHasBeenSet =
false;
118 bool m_actionHasBeenSet =
false;
bool DescriptionHasBeenSet() const
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
bool ActionHasBeenSet() const
const Aws::String & GetPattern() const
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
bool NameHasBeenSet() const
GuardrailRegexConfig & WithAction(GuardrailSensitiveInformationAction value)
const Aws::String & GetName() const
GuardrailRegexConfig & WithName(NameT &&value)
GuardrailRegexConfig & WithPattern(PatternT &&value)
GuardrailSensitiveInformationAction GetAction() const
GuardrailRegexConfig & WithDescription(DescriptionT &&value)
AWS_QCONNECT_API GuardrailRegexConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QCONNECT_API GuardrailRegexConfig(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
bool PatternHasBeenSet() const
AWS_QCONNECT_API GuardrailRegexConfig()=default
void SetAction(GuardrailSensitiveInformationAction value)
void SetPattern(PatternT &&value)
GuardrailSensitiveInformationAction
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue