AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ChallengeAction.h
1
6#pragma once
7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/wafv2/model/CustomRequestHandling.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace WAFV2
22{
23namespace Model
24{
25
57 {
58 public:
59 AWS_WAFV2_API ChallengeAction();
62 AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const;
63
64
66
73 inline const CustomRequestHandling& GetCustomRequestHandling() const{ return m_customRequestHandling; }
74 inline bool CustomRequestHandlingHasBeenSet() const { return m_customRequestHandlingHasBeenSet; }
75 inline void SetCustomRequestHandling(const CustomRequestHandling& value) { m_customRequestHandlingHasBeenSet = true; m_customRequestHandling = value; }
76 inline void SetCustomRequestHandling(CustomRequestHandling&& value) { m_customRequestHandlingHasBeenSet = true; m_customRequestHandling = std::move(value); }
80 private:
81
82 CustomRequestHandling m_customRequestHandling;
83 bool m_customRequestHandlingHasBeenSet = false;
84 };
85
86} // namespace Model
87} // namespace WAFV2
88} // namespace Aws
const CustomRequestHandling & GetCustomRequestHandling() const
void SetCustomRequestHandling(CustomRequestHandling &&value)
AWS_WAFV2_API ChallengeAction & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_WAFV2_API ChallengeAction(Aws::Utils::Json::JsonView jsonValue)
ChallengeAction & WithCustomRequestHandling(const CustomRequestHandling &value)
ChallengeAction & WithCustomRequestHandling(CustomRequestHandling &&value)
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCustomRequestHandling(const CustomRequestHandling &value)
Aws::Utils::Json::JsonValue JsonValue