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>
51 template<
typename FieldToMatchT = FieldToMatch>
53 template<
typename FieldToMatchT = FieldToMatch>
70 template<
typename TextTransformationsT = Aws::Vector<TextTransformation>>
72 template<
typename TextTransformationsT = Aws::Vector<TextTransformation>>
74 template<
typename TextTransformationsT = TextTransformation>
99 bool m_fieldToMatchHasBeenSet =
false;
102 bool m_textTransformationsHasBeenSet =
false;
105 bool m_sensitivityLevelHasBeenSet =
false;
bool FieldToMatchHasBeenSet() const
const FieldToMatch & GetFieldToMatch() const
AWS_WAFV2_API SqliMatchStatement & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SensitivityLevelHasBeenSet() const
void SetSensitivityLevel(SensitivityLevel value)
AWS_WAFV2_API SqliMatchStatement()=default
SqliMatchStatement & WithTextTransformations(TextTransformationsT &&value)
const Aws::Vector< TextTransformation > & GetTextTransformations() const
SqliMatchStatement & WithFieldToMatch(FieldToMatchT &&value)
AWS_WAFV2_API SqliMatchStatement(Aws::Utils::Json::JsonView jsonValue)
void SetTextTransformations(TextTransformationsT &&value)
void SetFieldToMatch(FieldToMatchT &&value)
bool TextTransformationsHasBeenSet() const
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
SensitivityLevel GetSensitivityLevel() const
SqliMatchStatement & AddTextTransformations(TextTransformationsT &&value)
SqliMatchStatement & WithSensitivityLevel(SensitivityLevel value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue