AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ImmunityTimeProperty.h
1
6#pragma once
7#include <aws/wafv2/WAFV2_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace WAFV2
20{
21namespace Model
22{
23
33 {
34 public:
35 AWS_WAFV2_API ImmunityTimeProperty();
38 AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
47 inline long long GetImmunityTime() const{ return m_immunityTime; }
48 inline bool ImmunityTimeHasBeenSet() const { return m_immunityTimeHasBeenSet; }
49 inline void SetImmunityTime(long long value) { m_immunityTimeHasBeenSet = true; m_immunityTime = value; }
50 inline ImmunityTimeProperty& WithImmunityTime(long long value) { SetImmunityTime(value); return *this;}
52 private:
53
54 long long m_immunityTime;
55 bool m_immunityTimeHasBeenSet = false;
56 };
57
58} // namespace Model
59} // namespace WAFV2
60} // namespace Aws
AWS_WAFV2_API ImmunityTimeProperty(Aws::Utils::Json::JsonView jsonValue)
ImmunityTimeProperty & WithImmunityTime(long long value)
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WAFV2_API ImmunityTimeProperty & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue