7#include <aws/core/utils/Array.h>
8#include <aws/waf/WAF_EXPORTS.h>
9#include <aws/waf/model/FieldToMatch.h>
10#include <aws/waf/model/PositionalConstraint.h>
11#include <aws/waf/model/TextTransformation.h>
55 template <
typename FieldToMatchT = FieldToMatch>
57 m_fieldToMatchHasBeenSet =
true;
58 m_fieldToMatch = std::forward<FieldToMatchT>(value);
60 template <
typename FieldToMatchT = FieldToMatch>
114 template <
typename TargetStringT = Aws::Utils::ByteBuffer>
116 m_targetStringHasBeenSet =
true;
117 m_targetString = std::forward<TargetStringT>(value);
119 template <
typename TargetStringT = Aws::Utils::ByteBuffer>
165 m_textTransformationHasBeenSet =
true;
166 m_textTransformation = value;
206 m_positionalConstraintHasBeenSet =
true;
207 m_positionalConstraint = value;
222 bool m_fieldToMatchHasBeenSet =
false;
223 bool m_targetStringHasBeenSet =
false;
224 bool m_textTransformationHasBeenSet =
false;
225 bool m_positionalConstraintHasBeenSet =
false;
AWS_WAF_API ByteMatchTuple & operator=(Aws::Utils::Json::JsonView jsonValue)
bool FieldToMatchHasBeenSet() const
void SetPositionalConstraint(PositionalConstraint value)
void SetTextTransformation(TextTransformation value)
ByteMatchTuple & WithTextTransformation(TextTransformation value)
const FieldToMatch & GetFieldToMatch() const
ByteMatchTuple & WithPositionalConstraint(PositionalConstraint value)
AWS_WAF_API ByteMatchTuple()=default
bool PositionalConstraintHasBeenSet() const
bool TextTransformationHasBeenSet() const
void SetFieldToMatch(FieldToMatchT &&value)
void SetTargetString(TargetStringT &&value)
ByteMatchTuple & WithFieldToMatch(FieldToMatchT &&value)
ByteMatchTuple & WithTargetString(TargetStringT &&value)
bool TargetStringHasBeenSet() const
TextTransformation GetTextTransformation() const
PositionalConstraint GetPositionalConstraint() const
AWS_WAF_API ByteMatchTuple(Aws::Utils::Json::JsonView jsonValue)
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::ByteBuffer & GetTargetString() const
Aws::Utils::Json::JsonValue JsonValue