AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
IPSetMetadata.h
Go to the documentation of this file.
1
6#pragma once
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace NetworkFirewall
20{
21namespace Model
22{
23
30 {
31 public:
36
37
43 inline int GetResolvedCIDRCount() const{ return m_resolvedCIDRCount; }
44
50 inline bool ResolvedCIDRCountHasBeenSet() const { return m_resolvedCIDRCountHasBeenSet; }
51
57 inline void SetResolvedCIDRCount(int value) { m_resolvedCIDRCountHasBeenSet = true; m_resolvedCIDRCount = value; }
58
64 inline IPSetMetadata& WithResolvedCIDRCount(int value) { SetResolvedCIDRCount(value); return *this;}
65
66 private:
67
68 int m_resolvedCIDRCount;
69 bool m_resolvedCIDRCountHasBeenSet = false;
70 };
71
72} // namespace Model
73} // namespace NetworkFirewall
74} // namespace Aws
#define AWS_NETWORKFIREWALL_API
AWS_NETWORKFIREWALL_API IPSetMetadata(Aws::Utils::Json::JsonView jsonValue)
AWS_NETWORKFIREWALL_API IPSetMetadata()
IPSetMetadata & WithResolvedCIDRCount(int value)
Definition: IPSetMetadata.h:64
AWS_NETWORKFIREWALL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_NETWORKFIREWALL_API IPSetMetadata & operator=(Aws::Utils::Json::JsonView jsonValue)