7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/core/utils/Array.h>
9#include <aws/wafv2/model/FieldToMatch.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/wafv2/model/PositionalConstraint.h>
12#include <aws/wafv2/model/TextTransformation.h>
162 bool m_searchStringHasBeenSet =
false;
165 bool m_fieldToMatchHasBeenSet =
false;
168 bool m_textTransformationsHasBeenSet =
false;
171 bool m_positionalConstraintHasBeenSet =
false;
void SetFieldToMatch(FieldToMatch &&value)
const FieldToMatch & GetFieldToMatch() const
void SetPositionalConstraint(const PositionalConstraint &value)
bool FieldToMatchHasBeenSet() const
ByteMatchStatement & WithTextTransformations(Aws::Vector< TextTransformation > &&value)
void SetTextTransformations(Aws::Vector< TextTransformation > &&value)
ByteMatchStatement & WithFieldToMatch(FieldToMatch &&value)
const PositionalConstraint & GetPositionalConstraint() const
const Aws::Vector< TextTransformation > & GetTextTransformations() const
ByteMatchStatement & WithSearchString(Aws::Utils::ByteBuffer &&value)
ByteMatchStatement & WithFieldToMatch(const FieldToMatch &value)
bool TextTransformationsHasBeenSet() const
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WAFV2_API ByteMatchStatement()
void SetPositionalConstraint(PositionalConstraint &&value)
ByteMatchStatement & AddTextTransformations(TextTransformation &&value)
ByteMatchStatement & WithTextTransformations(const Aws::Vector< TextTransformation > &value)
AWS_WAFV2_API ByteMatchStatement & operator=(Aws::Utils::Json::JsonView jsonValue)
ByteMatchStatement & WithSearchString(const Aws::Utils::ByteBuffer &value)
AWS_WAFV2_API ByteMatchStatement(Aws::Utils::Json::JsonView jsonValue)
bool SearchStringHasBeenSet() const
ByteMatchStatement & WithPositionalConstraint(PositionalConstraint &&value)
ByteMatchStatement & WithPositionalConstraint(const PositionalConstraint &value)
void SetSearchString(Aws::Utils::ByteBuffer &&value)
void SetFieldToMatch(const FieldToMatch &value)
ByteMatchStatement & AddTextTransformations(const TextTransformation &value)
void SetSearchString(const Aws::Utils::ByteBuffer &value)
const Aws::Utils::ByteBuffer & GetSearchString() const
void SetTextTransformations(const Aws::Vector< TextTransformation > &value)
bool PositionalConstraintHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue