AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CaptchaAction.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
50 {
51 public:
52 AWS_WAFV2_API CaptchaAction();
53 AWS_WAFV2_API CaptchaAction(Aws::Utils::Json::JsonView jsonValue);
55 AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const;
56
57
59
67 inline const CustomRequestHandling& GetCustomRequestHandling() const{ return m_customRequestHandling; }
68 inline bool CustomRequestHandlingHasBeenSet() const { return m_customRequestHandlingHasBeenSet; }
69 inline void SetCustomRequestHandling(const CustomRequestHandling& value) { m_customRequestHandlingHasBeenSet = true; m_customRequestHandling = value; }
70 inline void SetCustomRequestHandling(CustomRequestHandling&& value) { m_customRequestHandlingHasBeenSet = true; m_customRequestHandling = std::move(value); }
74 private:
75
76 CustomRequestHandling m_customRequestHandling;
77 bool m_customRequestHandlingHasBeenSet = false;
78 };
79
80} // namespace Model
81} // namespace WAFV2
82} // namespace Aws
void SetCustomRequestHandling(CustomRequestHandling &&value)
const CustomRequestHandling & GetCustomRequestHandling() const
void SetCustomRequestHandling(const CustomRequestHandling &value)
CaptchaAction & WithCustomRequestHandling(const CustomRequestHandling &value)
AWS_WAFV2_API CaptchaAction(Aws::Utils::Json::JsonView jsonValue)
CaptchaAction & WithCustomRequestHandling(CustomRequestHandling &&value)
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WAFV2_API CaptchaAction & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue