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>
66 template<
typename FieldToMatchT = FieldToMatch>
67 void SetFieldToMatch(FieldToMatchT&& value) { m_fieldToMatchHasBeenSet =
true; m_fieldToMatch = std::forward<FieldToMatchT>(value); }
68 template<
typename FieldToMatchT = FieldToMatch>
128 template<
typename RegexPatternSetIdT = Aws::String>
129 void SetRegexPatternSetId(RegexPatternSetIdT&& value) { m_regexPatternSetIdHasBeenSet =
true; m_regexPatternSetId = std::forward<RegexPatternSetIdT>(value); }
130 template<
typename RegexPatternSetIdT = Aws::String>
136 bool m_fieldToMatchHasBeenSet =
false;
139 bool m_textTransformationHasBeenSet =
false;
142 bool m_regexPatternSetIdHasBeenSet =
false;
RegexMatchTuple & WithFieldToMatch(FieldToMatchT &&value)
const FieldToMatch & GetFieldToMatch() const
AWS_WAFREGIONAL_API RegexMatchTuple()=default
bool RegexPatternSetIdHasBeenSet() const
void SetFieldToMatch(FieldToMatchT &&value)
TextTransformation GetTextTransformation() const
RegexMatchTuple & WithRegexPatternSetId(RegexPatternSetIdT &&value)
AWS_WAFREGIONAL_API RegexMatchTuple & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_WAFREGIONAL_API RegexMatchTuple(Aws::Utils::Json::JsonView jsonValue)
void SetTextTransformation(TextTransformation value)
const Aws::String & GetRegexPatternSetId() const
RegexMatchTuple & WithTextTransformation(TextTransformation value)
void SetRegexPatternSetId(RegexPatternSetIdT &&value)
bool TextTransformationHasBeenSet() const
AWS_WAFREGIONAL_API Aws::Utils::Json::JsonValue Jsonize() const
bool FieldToMatchHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue