7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qconnect/model/GuardrailSensitiveInformationAction.h>
48 template<
typename NameT = Aws::String>
49 void SetName(
NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
61 template<
typename DescriptionT = Aws::String>
63 template<
typename DescriptionT = Aws::String>
73 template<
typename PatternT = Aws::String>
74 void SetPattern(
PatternT&& value) { m_patternHasBeenSet =
true; m_pattern = std::forward<PatternT>(value); }
75 template<
typename PatternT = Aws::String>
92 bool m_nameHasBeenSet =
false;
95 bool m_descriptionHasBeenSet =
false;
98 bool m_patternHasBeenSet =
false;
101 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