7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/wafv2/model/FieldToMatch.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/wafv2/model/SensitivityLevel.h>
11#include <aws/wafv2/model/TextTransformation.h>
101 bool m_fieldToMatchHasBeenSet =
false;
104 bool m_textTransformationsHasBeenSet =
false;
107 bool m_sensitivityLevelHasBeenSet =
false;
bool FieldToMatchHasBeenSet() const
AWS_WAFV2_API SqliMatchStatement()
SqliMatchStatement & WithSensitivityLevel(SensitivityLevel &&value)
SqliMatchStatement & WithFieldToMatch(const FieldToMatch &value)
const FieldToMatch & GetFieldToMatch() const
SqliMatchStatement & WithTextTransformations(Aws::Vector< TextTransformation > &&value)
AWS_WAFV2_API SqliMatchStatement & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SensitivityLevelHasBeenSet() const
SqliMatchStatement & WithSensitivityLevel(const SensitivityLevel &value)
void SetSensitivityLevel(const SensitivityLevel &value)
void SetFieldToMatch(const FieldToMatch &value)
SqliMatchStatement & WithTextTransformations(const Aws::Vector< TextTransformation > &value)
const Aws::Vector< TextTransformation > & GetTextTransformations() const
void SetFieldToMatch(FieldToMatch &&value)
AWS_WAFV2_API SqliMatchStatement(Aws::Utils::Json::JsonView jsonValue)
SqliMatchStatement & AddTextTransformations(const TextTransformation &value)
void SetTextTransformations(const Aws::Vector< TextTransformation > &value)
SqliMatchStatement & WithFieldToMatch(FieldToMatch &&value)
const SensitivityLevel & GetSensitivityLevel() const
bool TextTransformationsHasBeenSet() const
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSensitivityLevel(SensitivityLevel &&value)
SqliMatchStatement & AddTextTransformations(TextTransformation &&value)
void SetTextTransformations(Aws::Vector< TextTransformation > &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue