7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/waf/model/ChangeAction.h>
9#include <aws/waf/model/SqlInjectionMatchTuple.h>
56 m_actionHasBeenSet =
true;
73 template <
typename SqlInjectionMatchTupleT = SqlInjectionMatchTuple>
75 m_sqlInjectionMatchTupleHasBeenSet =
true;
76 m_sqlInjectionMatchTuple = std::forward<SqlInjectionMatchTupleT>(value);
78 template <
typename SqlInjectionMatchTupleT = SqlInjectionMatchTuple>
87 SqlInjectionMatchTuple m_sqlInjectionMatchTuple;
88 bool m_actionHasBeenSet =
false;
89 bool m_sqlInjectionMatchTupleHasBeenSet =
false;
void SetAction(ChangeAction value)
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WAF_API SqlInjectionMatchSetUpdate(Aws::Utils::Json::JsonView jsonValue)
bool SqlInjectionMatchTupleHasBeenSet() const
AWS_WAF_API SqlInjectionMatchSetUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
SqlInjectionMatchSetUpdate & WithSqlInjectionMatchTuple(SqlInjectionMatchTupleT &&value)
AWS_WAF_API SqlInjectionMatchSetUpdate()=default
void SetSqlInjectionMatchTuple(SqlInjectionMatchTupleT &&value)
bool ActionHasBeenSet() const
ChangeAction GetAction() const
const SqlInjectionMatchTuple & GetSqlInjectionMatchTuple() const
SqlInjectionMatchSetUpdate & WithAction(ChangeAction value)
Aws::Utils::Json::JsonValue JsonValue