7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/waf/model/ChangeAction.h>
9#include <aws/waf/model/XssMatchTuple.h>
71 template<
typename XssMatchTupleT = XssMatchTuple>
72 void SetXssMatchTuple(XssMatchTupleT&& value) { m_xssMatchTupleHasBeenSet =
true; m_xssMatchTuple = std::forward<XssMatchTupleT>(value); }
73 template<
typename XssMatchTupleT = XssMatchTuple>
79 bool m_actionHasBeenSet =
false;
81 XssMatchTuple m_xssMatchTuple;
82 bool m_xssMatchTupleHasBeenSet =
false;
void SetAction(ChangeAction value)
bool ActionHasBeenSet() const
ChangeAction GetAction() const
XssMatchSetUpdate & WithAction(ChangeAction value)
void SetXssMatchTuple(XssMatchTupleT &&value)
const XssMatchTuple & GetXssMatchTuple() const
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WAF_API XssMatchSetUpdate(Aws::Utils::Json::JsonView jsonValue)
AWS_WAF_API XssMatchSetUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_WAF_API XssMatchSetUpdate()=default
XssMatchSetUpdate & WithXssMatchTuple(XssMatchTupleT &&value)
bool XssMatchTupleHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue