AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ChallengeConfig.h
1
6#pragma once
7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/wafv2/model/ImmunityTimeProperty.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
33 {
34 public:
35 AWS_WAFV2_API ChallengeConfig();
38 AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const ImmunityTimeProperty& GetImmunityTimeProperty() const{ return m_immunityTimeProperty; }
47 inline bool ImmunityTimePropertyHasBeenSet() const { return m_immunityTimePropertyHasBeenSet; }
48 inline void SetImmunityTimeProperty(const ImmunityTimeProperty& value) { m_immunityTimePropertyHasBeenSet = true; m_immunityTimeProperty = value; }
49 inline void SetImmunityTimeProperty(ImmunityTimeProperty&& value) { m_immunityTimePropertyHasBeenSet = true; m_immunityTimeProperty = std::move(value); }
51 inline ChallengeConfig& WithImmunityTimeProperty(ImmunityTimeProperty&& value) { SetImmunityTimeProperty(std::move(value)); return *this;}
53 private:
54
55 ImmunityTimeProperty m_immunityTimeProperty;
56 bool m_immunityTimePropertyHasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace WAFV2
61} // namespace Aws
void SetImmunityTimeProperty(const ImmunityTimeProperty &value)
AWS_WAFV2_API ChallengeConfig(Aws::Utils::Json::JsonView jsonValue)
const ImmunityTimeProperty & GetImmunityTimeProperty() const
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
ChallengeConfig & WithImmunityTimeProperty(ImmunityTimeProperty &&value)
AWS_WAFV2_API ChallengeConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
ChallengeConfig & WithImmunityTimeProperty(const ImmunityTimeProperty &value)
void SetImmunityTimeProperty(ImmunityTimeProperty &&value)
Aws::Utils::Json::JsonValue JsonValue