7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/waf/WAF_EXPORTS.h>
9#include <aws/waf/model/FieldToMatch.h>
10#include <aws/waf/model/TextTransformation.h>
60 template <
typename FieldToMatchT = FieldToMatch>
62 m_fieldToMatchHasBeenSet =
true;
63 m_fieldToMatch = std::forward<FieldToMatchT>(value);
65 template <
typename FieldToMatchT = FieldToMatch>
111 m_textTransformationHasBeenSet =
true;
112 m_textTransformation = value;
134 template <
typename RegexPatternSetIdT = Aws::String>
136 m_regexPatternSetIdHasBeenSet =
true;
137 m_regexPatternSetId = std::forward<RegexPatternSetIdT>(value);
139 template <
typename RegexPatternSetIdT = Aws::String>
151 bool m_fieldToMatchHasBeenSet =
false;
152 bool m_textTransformationHasBeenSet =
false;
153 bool m_regexPatternSetIdHasBeenSet =
false;
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
bool RegexPatternSetIdHasBeenSet() const
AWS_WAF_API RegexMatchTuple & operator=(Aws::Utils::Json::JsonView jsonValue)
TextTransformation GetTextTransformation() const
const Aws::String & GetRegexPatternSetId() const
AWS_WAF_API RegexMatchTuple(Aws::Utils::Json::JsonView jsonValue)
RegexMatchTuple & WithRegexPatternSetId(RegexPatternSetIdT &&value)
bool FieldToMatchHasBeenSet() const
bool TextTransformationHasBeenSet() const
const FieldToMatch & GetFieldToMatch() const
void SetFieldToMatch(FieldToMatchT &&value)
RegexMatchTuple & WithTextTransformation(TextTransformation value)
RegexMatchTuple & WithFieldToMatch(FieldToMatchT &&value)
void SetTextTransformation(TextTransformation value)
AWS_WAF_API RegexMatchTuple()=default
void SetRegexPatternSetId(RegexPatternSetIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue