AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ProtectionGroupArbitraryPatternLimits.h
1
6#pragma once
7#include <aws/shield/Shield_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 Shield
20{
21namespace Model
22{
23
31 {
32 public:
36 AWS_SHIELD_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
44 inline long long GetMaxMembers() const{ return m_maxMembers; }
45 inline bool MaxMembersHasBeenSet() const { return m_maxMembersHasBeenSet; }
46 inline void SetMaxMembers(long long value) { m_maxMembersHasBeenSet = true; m_maxMembers = value; }
47 inline ProtectionGroupArbitraryPatternLimits& WithMaxMembers(long long value) { SetMaxMembers(value); return *this;}
49 private:
50
51 long long m_maxMembers;
52 bool m_maxMembersHasBeenSet = false;
53 };
54
55} // namespace Model
56} // namespace Shield
57} // namespace Aws
AWS_SHIELD_API ProtectionGroupArbitraryPatternLimits(Aws::Utils::Json::JsonView jsonValue)
AWS_SHIELD_API Aws::Utils::Json::JsonValue Jsonize() const
ProtectionGroupArbitraryPatternLimits & WithMaxMembers(long long value)
AWS_SHIELD_API ProtectionGroupArbitraryPatternLimits & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue