7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/waf/model/FieldToMatch.h>
9#include <aws/waf/model/TextTransformation.h>
52 template <
typename FieldToMatchT = FieldToMatch>
54 m_fieldToMatchHasBeenSet =
true;
55 m_fieldToMatch = std::forward<FieldToMatchT>(value);
57 template <
typename FieldToMatchT = FieldToMatch>
103 m_textTransformationHasBeenSet =
true;
104 m_textTransformation = value;
115 bool m_fieldToMatchHasBeenSet =
false;
116 bool m_textTransformationHasBeenSet =
false;
bool FieldToMatchHasBeenSet() const
SqlInjectionMatchTuple & WithTextTransformation(TextTransformation value)
AWS_WAF_API SqlInjectionMatchTuple(Aws::Utils::Json::JsonView jsonValue)
void SetFieldToMatch(FieldToMatchT &&value)
bool TextTransformationHasBeenSet() const
TextTransformation GetTextTransformation() const
AWS_WAF_API SqlInjectionMatchTuple()=default
AWS_WAF_API SqlInjectionMatchTuple & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
const FieldToMatch & GetFieldToMatch() const
SqlInjectionMatchTuple & WithFieldToMatch(FieldToMatchT &&value)
void SetTextTransformation(TextTransformation value)
Aws::Utils::Json::JsonValue JsonValue