AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
VpcOptions.h
1
6#pragma once
7#include <aws/networkmanager/NetworkManager_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 NetworkManager
20{
21namespace Model
22{
23
30 {
31 public:
32 AWS_NETWORKMANAGER_API VpcOptions() = default;
33 AWS_NETWORKMANAGER_API VpcOptions(Aws::Utils::Json::JsonView jsonValue);
34 AWS_NETWORKMANAGER_API VpcOptions& operator=(Aws::Utils::Json::JsonView jsonValue);
35 AWS_NETWORKMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const;
36
37
39
42 inline bool GetIpv6Support() const { return m_ipv6Support; }
43 inline bool Ipv6SupportHasBeenSet() const { return m_ipv6SupportHasBeenSet; }
44 inline void SetIpv6Support(bool value) { m_ipv6SupportHasBeenSet = true; m_ipv6Support = value; }
45 inline VpcOptions& WithIpv6Support(bool value) { SetIpv6Support(value); return *this;}
47
49
55 inline bool GetApplianceModeSupport() const { return m_applianceModeSupport; }
56 inline bool ApplianceModeSupportHasBeenSet() const { return m_applianceModeSupportHasBeenSet; }
57 inline void SetApplianceModeSupport(bool value) { m_applianceModeSupportHasBeenSet = true; m_applianceModeSupport = value; }
58 inline VpcOptions& WithApplianceModeSupport(bool value) { SetApplianceModeSupport(value); return *this;}
60
62
65 inline bool GetDnsSupport() const { return m_dnsSupport; }
66 inline bool DnsSupportHasBeenSet() const { return m_dnsSupportHasBeenSet; }
67 inline void SetDnsSupport(bool value) { m_dnsSupportHasBeenSet = true; m_dnsSupport = value; }
68 inline VpcOptions& WithDnsSupport(bool value) { SetDnsSupport(value); return *this;}
70
72
77 inline bool GetSecurityGroupReferencingSupport() const { return m_securityGroupReferencingSupport; }
78 inline bool SecurityGroupReferencingSupportHasBeenSet() const { return m_securityGroupReferencingSupportHasBeenSet; }
79 inline void SetSecurityGroupReferencingSupport(bool value) { m_securityGroupReferencingSupportHasBeenSet = true; m_securityGroupReferencingSupport = value; }
82 private:
83
84 bool m_ipv6Support{false};
85 bool m_ipv6SupportHasBeenSet = false;
86
87 bool m_applianceModeSupport{false};
88 bool m_applianceModeSupportHasBeenSet = false;
89
90 bool m_dnsSupport{false};
91 bool m_dnsSupportHasBeenSet = false;
92
93 bool m_securityGroupReferencingSupport{false};
94 bool m_securityGroupReferencingSupportHasBeenSet = false;
95 };
96
97} // namespace Model
98} // namespace NetworkManager
99} // namespace Aws
VpcOptions & WithSecurityGroupReferencingSupport(bool value)
Definition VpcOptions.h:80
AWS_NETWORKMANAGER_API VpcOptions()=default
VpcOptions & WithApplianceModeSupport(bool value)
Definition VpcOptions.h:58
VpcOptions & WithIpv6Support(bool value)
Definition VpcOptions.h:45
AWS_NETWORKMANAGER_API VpcOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SecurityGroupReferencingSupportHasBeenSet() const
Definition VpcOptions.h:78
void SetSecurityGroupReferencingSupport(bool value)
Definition VpcOptions.h:79
VpcOptions & WithDnsSupport(bool value)
Definition VpcOptions.h:68
AWS_NETWORKMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_NETWORKMANAGER_API VpcOptions(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue