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/TextTransformation.h>
80 bool m_fieldToMatchHasBeenSet =
false;
83 bool m_textTransformationsHasBeenSet =
false;
void SetTextTransformations(const Aws::Vector< TextTransformation > &value)
XssMatchStatement & WithFieldToMatch(const FieldToMatch &value)
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool FieldToMatchHasBeenSet() const
void SetTextTransformations(Aws::Vector< TextTransformation > &&value)
AWS_WAFV2_API XssMatchStatement & operator=(Aws::Utils::Json::JsonView jsonValue)
XssMatchStatement & WithFieldToMatch(FieldToMatch &&value)
const FieldToMatch & GetFieldToMatch() const
XssMatchStatement & AddTextTransformations(TextTransformation &&value)
XssMatchStatement & WithTextTransformations(const Aws::Vector< TextTransformation > &value)
XssMatchStatement & AddTextTransformations(const TextTransformation &value)
AWS_WAFV2_API XssMatchStatement(Aws::Utils::Json::JsonView jsonValue)
AWS_WAFV2_API XssMatchStatement()
void SetFieldToMatch(const FieldToMatch &value)
bool TextTransformationsHasBeenSet() const
void SetFieldToMatch(FieldToMatch &&value)
XssMatchStatement & WithTextTransformations(Aws::Vector< TextTransformation > &&value)
const Aws::Vector< TextTransformation > & GetTextTransformations() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue