7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/wafv2/model/FieldToMatch.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/wafv2/model/TextTransformation.h>
52 inline void SetRegexString(
const char* value) { m_regexStringHasBeenSet =
true; m_regexString.assign(value); }
93 bool m_regexStringHasBeenSet =
false;
96 bool m_fieldToMatchHasBeenSet =
false;
99 bool m_textTransformationsHasBeenSet =
false;
const Aws::String & GetRegexString() const
void SetTextTransformations(const Aws::Vector< TextTransformation > &value)
void SetRegexString(Aws::String &&value)
RegexMatchStatement & WithTextTransformations(const Aws::Vector< TextTransformation > &value)
const FieldToMatch & GetFieldToMatch() const
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFieldToMatch(const FieldToMatch &value)
RegexMatchStatement & WithRegexString(Aws::String &&value)
AWS_WAFV2_API RegexMatchStatement()
RegexMatchStatement & WithTextTransformations(Aws::Vector< TextTransformation > &&value)
RegexMatchStatement & AddTextTransformations(const TextTransformation &value)
bool FieldToMatchHasBeenSet() const
void SetRegexString(const char *value)
RegexMatchStatement & WithFieldToMatch(FieldToMatch &&value)
RegexMatchStatement & AddTextTransformations(TextTransformation &&value)
RegexMatchStatement & WithRegexString(const Aws::String &value)
void SetFieldToMatch(FieldToMatch &&value)
bool RegexStringHasBeenSet() const
AWS_WAFV2_API RegexMatchStatement & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRegexString(const Aws::String &value)
bool TextTransformationsHasBeenSet() const
RegexMatchStatement & WithFieldToMatch(const FieldToMatch &value)
const Aws::Vector< TextTransformation > & GetTextTransformations() const
AWS_WAFV2_API RegexMatchStatement(Aws::Utils::Json::JsonView jsonValue)
RegexMatchStatement & WithRegexString(const char *value)
void SetTextTransformations(Aws::Vector< TextTransformation > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue