AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ByteMatchSetUpdate.h
1
6#pragma once
7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/waf/model/ChangeAction.h>
9#include <aws/waf/model/ByteMatchTuple.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace WAF
23{
24namespace Model
25{
26
43 {
44 public:
45 AWS_WAF_API ByteMatchSetUpdate();
49
50
52
55 inline const ChangeAction& GetAction() const{ return m_action; }
56 inline bool ActionHasBeenSet() const { return m_actionHasBeenSet; }
57 inline void SetAction(const ChangeAction& value) { m_actionHasBeenSet = true; m_action = value; }
58 inline void SetAction(ChangeAction&& value) { m_actionHasBeenSet = true; m_action = std::move(value); }
59 inline ByteMatchSetUpdate& WithAction(const ChangeAction& value) { SetAction(value); return *this;}
60 inline ByteMatchSetUpdate& WithAction(ChangeAction&& value) { SetAction(std::move(value)); return *this;}
62
64
72 inline const ByteMatchTuple& GetByteMatchTuple() const{ return m_byteMatchTuple; }
73 inline bool ByteMatchTupleHasBeenSet() const { return m_byteMatchTupleHasBeenSet; }
74 inline void SetByteMatchTuple(const ByteMatchTuple& value) { m_byteMatchTupleHasBeenSet = true; m_byteMatchTuple = value; }
75 inline void SetByteMatchTuple(ByteMatchTuple&& value) { m_byteMatchTupleHasBeenSet = true; m_byteMatchTuple = std::move(value); }
76 inline ByteMatchSetUpdate& WithByteMatchTuple(const ByteMatchTuple& value) { SetByteMatchTuple(value); return *this;}
77 inline ByteMatchSetUpdate& WithByteMatchTuple(ByteMatchTuple&& value) { SetByteMatchTuple(std::move(value)); return *this;}
79 private:
80
81 ChangeAction m_action;
82 bool m_actionHasBeenSet = false;
83
84 ByteMatchTuple m_byteMatchTuple;
85 bool m_byteMatchTupleHasBeenSet = false;
86 };
87
88} // namespace Model
89} // namespace WAF
90} // namespace Aws
void SetByteMatchTuple(const ByteMatchTuple &value)
AWS_WAF_API ByteMatchSetUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
ByteMatchSetUpdate & WithByteMatchTuple(ByteMatchTuple &&value)
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAction(const ChangeAction &value)
const ByteMatchTuple & GetByteMatchTuple() const
ByteMatchSetUpdate & WithAction(const ChangeAction &value)
const ChangeAction & GetAction() const
void SetByteMatchTuple(ByteMatchTuple &&value)
AWS_WAF_API ByteMatchSetUpdate(Aws::Utils::Json::JsonView jsonValue)
ByteMatchSetUpdate & WithAction(ChangeAction &&value)
void SetAction(ChangeAction &&value)
ByteMatchSetUpdate & WithByteMatchTuple(const ByteMatchTuple &value)
Aws::Utils::Json::JsonValue JsonValue