7#include <aws/waf-regional/WAFRegional_EXPORTS.h>
8#include <aws/waf-regional/model/FieldToMatch.h>
9#include <aws/waf-regional/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;
void SetRegexPatternSetId(const Aws::String &value)
void SetTextTransformation(TextTransformation &&value)
void SetRegexPatternSetId(Aws::String &&value)
const FieldToMatch & GetFieldToMatch() const
bool RegexPatternSetIdHasBeenSet() const
RegexMatchTuple & WithRegexPatternSetId(const char *value)
const TextTransformation & GetTextTransformation() const
void SetRegexPatternSetId(const char *value)
void SetTextTransformation(const TextTransformation &value)
RegexMatchTuple & WithTextTransformation(const TextTransformation &value)
RegexMatchTuple & WithFieldToMatch(FieldToMatch &&value)
void SetFieldToMatch(const FieldToMatch &value)
RegexMatchTuple & WithRegexPatternSetId(Aws::String &&value)
AWS_WAFREGIONAL_API RegexMatchTuple & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_WAFREGIONAL_API RegexMatchTuple(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRegexPatternSetId() const
RegexMatchTuple & WithTextTransformation(TextTransformation &&value)
bool TextTransformationHasBeenSet() const
RegexMatchTuple & WithFieldToMatch(const FieldToMatch &value)
AWS_WAFREGIONAL_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFieldToMatch(FieldToMatch &&value)
AWS_WAFREGIONAL_API RegexMatchTuple()
bool FieldToMatchHasBeenSet() const
RegexMatchTuple & WithRegexPatternSetId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue