7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/waf/model/FieldToMatch.h>
9#include <aws/waf/model/TextTransformation.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
132 inline void SetRegexPatternSetId(
const char* value) { m_regexPatternSetIdHasBeenSet =
true; m_regexPatternSetId.assign(value); }
140 bool m_fieldToMatchHasBeenSet =
false;
143 bool m_textTransformationHasBeenSet =
false;
146 bool m_regexPatternSetIdHasBeenSet =
false;
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WAF_API RegexMatchTuple()
void SetRegexPatternSetId(const Aws::String &value)
void SetRegexPatternSetId(Aws::String &&value)
bool RegexPatternSetIdHasBeenSet() const
AWS_WAF_API RegexMatchTuple & operator=(Aws::Utils::Json::JsonView jsonValue)
RegexMatchTuple & WithRegexPatternSetId(const char *value)
const Aws::String & GetRegexPatternSetId() const
AWS_WAF_API RegexMatchTuple(Aws::Utils::Json::JsonView jsonValue)
void SetRegexPatternSetId(const char *value)
bool FieldToMatchHasBeenSet() const
bool TextTransformationHasBeenSet() const
RegexMatchTuple & WithTextTransformation(TextTransformation &&value)
RegexMatchTuple & WithRegexPatternSetId(const Aws::String &value)
const FieldToMatch & GetFieldToMatch() const
void SetFieldToMatch(FieldToMatch &&value)
const TextTransformation & GetTextTransformation() const
RegexMatchTuple & WithTextTransformation(const TextTransformation &value)
void SetTextTransformation(TextTransformation &&value)
RegexMatchTuple & WithFieldToMatch(FieldToMatch &&value)
void SetTextTransformation(const TextTransformation &value)
RegexMatchTuple & WithFieldToMatch(const FieldToMatch &value)
RegexMatchTuple & WithRegexPatternSetId(Aws::String &&value)
void SetFieldToMatch(const FieldToMatch &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue