7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/waf/model/ChangeAction.h>
9#include <aws/waf/model/SqlInjectionMatchTuple.h>
73 template<
typename SqlInjectionMatchTupleT = SqlInjectionMatchTuple>
74 void SetSqlInjectionMatchTuple(SqlInjectionMatchTupleT&& value) { m_sqlInjectionMatchTupleHasBeenSet =
true; m_sqlInjectionMatchTuple = std::forward<SqlInjectionMatchTupleT>(value); }
75 template<
typename SqlInjectionMatchTupleT = SqlInjectionMatchTuple>
81 bool m_actionHasBeenSet =
false;
83 SqlInjectionMatchTuple m_sqlInjectionMatchTuple;
84 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