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>
50 template<
typename RegexStringT = Aws::String>
52 template<
typename RegexStringT = Aws::String>
62 template<
typename FieldToMatchT = FieldToMatch>
64 template<
typename FieldToMatchT = FieldToMatch>
81 template<
typename TextTransformationsT = Aws::Vector<TextTransformation>>
83 template<
typename TextTransformationsT = Aws::Vector<TextTransformation>>
85 template<
typename TextTransformationsT = TextTransformation>
91 bool m_regexStringHasBeenSet =
false;
94 bool m_fieldToMatchHasBeenSet =
false;
97 bool m_textTransformationsHasBeenSet =
false;
const Aws::String & GetRegexString() const
AWS_WAFV2_API RegexMatchStatement()=default
const FieldToMatch & GetFieldToMatch() const
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTextTransformations(TextTransformationsT &&value)
RegexMatchStatement & WithFieldToMatch(FieldToMatchT &&value)
void SetFieldToMatch(FieldToMatchT &&value)
bool FieldToMatchHasBeenSet() const
void SetRegexString(RegexStringT &&value)
bool RegexStringHasBeenSet() const
RegexMatchStatement & WithRegexString(RegexStringT &&value)
AWS_WAFV2_API RegexMatchStatement & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TextTransformationsHasBeenSet() const
RegexMatchStatement & AddTextTransformations(TextTransformationsT &&value)
const Aws::Vector< TextTransformation > & GetTextTransformations() const
AWS_WAFV2_API RegexMatchStatement(Aws::Utils::Json::JsonView jsonValue)
RegexMatchStatement & WithTextTransformations(TextTransformationsT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue