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