7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/waf/model/FieldToMatch.h>
9#include <aws/waf/model/TextTransformation.h>
58 template<
typename FieldToMatchT = FieldToMatch>
59 void SetFieldToMatch(FieldToMatchT&& value) { m_fieldToMatchHasBeenSet =
true; m_fieldToMatch = std::forward<FieldToMatchT>(value); }
60 template<
typename FieldToMatchT = FieldToMatch>
108 bool m_fieldToMatchHasBeenSet =
false;
111 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