AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
VpnTunnelOptionsSpecification.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ec2/EC2_EXPORTS.h>
11#include <aws/ec2/model/IKEVersionsRequestListValue.h>
12#include <aws/ec2/model/Phase1DHGroupNumbersRequestListValue.h>
13#include <aws/ec2/model/Phase1EncryptionAlgorithmsRequestListValue.h>
14#include <aws/ec2/model/Phase1IntegrityAlgorithmsRequestListValue.h>
15#include <aws/ec2/model/Phase2DHGroupNumbersRequestListValue.h>
16#include <aws/ec2/model/Phase2EncryptionAlgorithmsRequestListValue.h>
17#include <aws/ec2/model/Phase2IntegrityAlgorithmsRequestListValue.h>
18#include <aws/ec2/model/VpnTunnelLogOptionsSpecification.h>
19
20#include <utility>
21
22namespace Aws {
23namespace Utils {
24namespace Xml {
25class XmlNode;
26} // namespace Xml
27} // namespace Utils
28namespace EC2 {
29namespace Model {
30
37 public:
38 AWS_EC2_API VpnTunnelOptionsSpecification() = default;
41
42 AWS_EC2_API void OutputToStream(Aws::OStream& ostream, const char* location, unsigned index, const char* locationValue) const;
43 AWS_EC2_API void OutputToStream(Aws::OStream& oStream, const char* location) const;
44
46
57 inline const Aws::String& GetTunnelInsideCidr() const { return m_tunnelInsideCidr; }
58 inline bool TunnelInsideCidrHasBeenSet() const { return m_tunnelInsideCidrHasBeenSet; }
59 template <typename TunnelInsideCidrT = Aws::String>
60 void SetTunnelInsideCidr(TunnelInsideCidrT&& value) {
61 m_tunnelInsideCidrHasBeenSet = true;
62 m_tunnelInsideCidr = std::forward<TunnelInsideCidrT>(value);
63 }
64 template <typename TunnelInsideCidrT = Aws::String>
66 SetTunnelInsideCidr(std::forward<TunnelInsideCidrT>(value));
67 return *this;
68 }
70
72
78 inline const Aws::String& GetTunnelInsideIpv6Cidr() const { return m_tunnelInsideIpv6Cidr; }
79 inline bool TunnelInsideIpv6CidrHasBeenSet() const { return m_tunnelInsideIpv6CidrHasBeenSet; }
80 template <typename TunnelInsideIpv6CidrT = Aws::String>
81 void SetTunnelInsideIpv6Cidr(TunnelInsideIpv6CidrT&& value) {
82 m_tunnelInsideIpv6CidrHasBeenSet = true;
83 m_tunnelInsideIpv6Cidr = std::forward<TunnelInsideIpv6CidrT>(value);
84 }
85 template <typename TunnelInsideIpv6CidrT = Aws::String>
87 SetTunnelInsideIpv6Cidr(std::forward<TunnelInsideIpv6CidrT>(value));
88 return *this;
89 }
91
93
99 inline const Aws::String& GetPreSharedKey() const { return m_preSharedKey; }
100 inline bool PreSharedKeyHasBeenSet() const { return m_preSharedKeyHasBeenSet; }
101 template <typename PreSharedKeyT = Aws::String>
102 void SetPreSharedKey(PreSharedKeyT&& value) {
103 m_preSharedKeyHasBeenSet = true;
104 m_preSharedKey = std::forward<PreSharedKeyT>(value);
105 }
106 template <typename PreSharedKeyT = Aws::String>
108 SetPreSharedKey(std::forward<PreSharedKeyT>(value));
109 return *this;
110 }
112
114
119 inline int GetPhase1LifetimeSeconds() const { return m_phase1LifetimeSeconds; }
120 inline bool Phase1LifetimeSecondsHasBeenSet() const { return m_phase1LifetimeSecondsHasBeenSet; }
121 inline void SetPhase1LifetimeSeconds(int value) {
122 m_phase1LifetimeSecondsHasBeenSet = true;
123 m_phase1LifetimeSeconds = value;
124 }
127 return *this;
128 }
130
132
138 inline int GetPhase2LifetimeSeconds() const { return m_phase2LifetimeSeconds; }
139 inline bool Phase2LifetimeSecondsHasBeenSet() const { return m_phase2LifetimeSecondsHasBeenSet; }
140 inline void SetPhase2LifetimeSeconds(int value) {
141 m_phase2LifetimeSecondsHasBeenSet = true;
142 m_phase2LifetimeSeconds = value;
143 }
146 return *this;
147 }
149
151
159 inline int GetRekeyMarginTimeSeconds() const { return m_rekeyMarginTimeSeconds; }
160 inline bool RekeyMarginTimeSecondsHasBeenSet() const { return m_rekeyMarginTimeSecondsHasBeenSet; }
161 inline void SetRekeyMarginTimeSeconds(int value) {
162 m_rekeyMarginTimeSecondsHasBeenSet = true;
163 m_rekeyMarginTimeSeconds = value;
164 }
167 return *this;
168 }
170
172
178 inline int GetRekeyFuzzPercentage() const { return m_rekeyFuzzPercentage; }
179 inline bool RekeyFuzzPercentageHasBeenSet() const { return m_rekeyFuzzPercentageHasBeenSet; }
180 inline void SetRekeyFuzzPercentage(int value) {
181 m_rekeyFuzzPercentageHasBeenSet = true;
182 m_rekeyFuzzPercentage = value;
183 }
186 return *this;
187 }
189
191
195 inline int GetReplayWindowSize() const { return m_replayWindowSize; }
196 inline bool ReplayWindowSizeHasBeenSet() const { return m_replayWindowSizeHasBeenSet; }
197 inline void SetReplayWindowSize(int value) {
198 m_replayWindowSizeHasBeenSet = true;
199 m_replayWindowSize = value;
200 }
202 SetReplayWindowSize(value);
203 return *this;
204 }
206
208
212 inline int GetDPDTimeoutSeconds() const { return m_dPDTimeoutSeconds; }
213 inline bool DPDTimeoutSecondsHasBeenSet() const { return m_dPDTimeoutSecondsHasBeenSet; }
214 inline void SetDPDTimeoutSeconds(int value) {
215 m_dPDTimeoutSecondsHasBeenSet = true;
216 m_dPDTimeoutSeconds = value;
217 }
220 return *this;
221 }
223
225
231 inline const Aws::String& GetDPDTimeoutAction() const { return m_dPDTimeoutAction; }
232 inline bool DPDTimeoutActionHasBeenSet() const { return m_dPDTimeoutActionHasBeenSet; }
233 template <typename DPDTimeoutActionT = Aws::String>
234 void SetDPDTimeoutAction(DPDTimeoutActionT&& value) {
235 m_dPDTimeoutActionHasBeenSet = true;
236 m_dPDTimeoutAction = std::forward<DPDTimeoutActionT>(value);
237 }
238 template <typename DPDTimeoutActionT = Aws::String>
240 SetDPDTimeoutAction(std::forward<DPDTimeoutActionT>(value));
241 return *this;
242 }
244
246
253 return m_phase1EncryptionAlgorithms;
254 }
255 inline bool Phase1EncryptionAlgorithmsHasBeenSet() const { return m_phase1EncryptionAlgorithmsHasBeenSet; }
256 template <typename Phase1EncryptionAlgorithmsT = Aws::Vector<Phase1EncryptionAlgorithmsRequestListValue>>
257 void SetPhase1EncryptionAlgorithms(Phase1EncryptionAlgorithmsT&& value) {
258 m_phase1EncryptionAlgorithmsHasBeenSet = true;
259 m_phase1EncryptionAlgorithms = std::forward<Phase1EncryptionAlgorithmsT>(value);
260 }
261 template <typename Phase1EncryptionAlgorithmsT = Aws::Vector<Phase1EncryptionAlgorithmsRequestListValue>>
262 VpnTunnelOptionsSpecification& WithPhase1EncryptionAlgorithms(Phase1EncryptionAlgorithmsT&& value) {
263 SetPhase1EncryptionAlgorithms(std::forward<Phase1EncryptionAlgorithmsT>(value));
264 return *this;
265 }
266 template <typename Phase1EncryptionAlgorithmsT = Phase1EncryptionAlgorithmsRequestListValue>
267 VpnTunnelOptionsSpecification& AddPhase1EncryptionAlgorithms(Phase1EncryptionAlgorithmsT&& value) {
268 m_phase1EncryptionAlgorithmsHasBeenSet = true;
269 m_phase1EncryptionAlgorithms.emplace_back(std::forward<Phase1EncryptionAlgorithmsT>(value));
270 return *this;
271 }
273
275
282 return m_phase2EncryptionAlgorithms;
283 }
284 inline bool Phase2EncryptionAlgorithmsHasBeenSet() const { return m_phase2EncryptionAlgorithmsHasBeenSet; }
285 template <typename Phase2EncryptionAlgorithmsT = Aws::Vector<Phase2EncryptionAlgorithmsRequestListValue>>
286 void SetPhase2EncryptionAlgorithms(Phase2EncryptionAlgorithmsT&& value) {
287 m_phase2EncryptionAlgorithmsHasBeenSet = true;
288 m_phase2EncryptionAlgorithms = std::forward<Phase2EncryptionAlgorithmsT>(value);
289 }
290 template <typename Phase2EncryptionAlgorithmsT = Aws::Vector<Phase2EncryptionAlgorithmsRequestListValue>>
291 VpnTunnelOptionsSpecification& WithPhase2EncryptionAlgorithms(Phase2EncryptionAlgorithmsT&& value) {
292 SetPhase2EncryptionAlgorithms(std::forward<Phase2EncryptionAlgorithmsT>(value));
293 return *this;
294 }
295 template <typename Phase2EncryptionAlgorithmsT = Phase2EncryptionAlgorithmsRequestListValue>
296 VpnTunnelOptionsSpecification& AddPhase2EncryptionAlgorithms(Phase2EncryptionAlgorithmsT&& value) {
297 m_phase2EncryptionAlgorithmsHasBeenSet = true;
298 m_phase2EncryptionAlgorithms.emplace_back(std::forward<Phase2EncryptionAlgorithmsT>(value));
299 return *this;
300 }
302
304
310 return m_phase1IntegrityAlgorithms;
311 }
312 inline bool Phase1IntegrityAlgorithmsHasBeenSet() const { return m_phase1IntegrityAlgorithmsHasBeenSet; }
313 template <typename Phase1IntegrityAlgorithmsT = Aws::Vector<Phase1IntegrityAlgorithmsRequestListValue>>
314 void SetPhase1IntegrityAlgorithms(Phase1IntegrityAlgorithmsT&& value) {
315 m_phase1IntegrityAlgorithmsHasBeenSet = true;
316 m_phase1IntegrityAlgorithms = std::forward<Phase1IntegrityAlgorithmsT>(value);
317 }
318 template <typename Phase1IntegrityAlgorithmsT = Aws::Vector<Phase1IntegrityAlgorithmsRequestListValue>>
320 SetPhase1IntegrityAlgorithms(std::forward<Phase1IntegrityAlgorithmsT>(value));
321 return *this;
322 }
323 template <typename Phase1IntegrityAlgorithmsT = Phase1IntegrityAlgorithmsRequestListValue>
324 VpnTunnelOptionsSpecification& AddPhase1IntegrityAlgorithms(Phase1IntegrityAlgorithmsT&& value) {
325 m_phase1IntegrityAlgorithmsHasBeenSet = true;
326 m_phase1IntegrityAlgorithms.emplace_back(std::forward<Phase1IntegrityAlgorithmsT>(value));
327 return *this;
328 }
330
332
338 return m_phase2IntegrityAlgorithms;
339 }
340 inline bool Phase2IntegrityAlgorithmsHasBeenSet() const { return m_phase2IntegrityAlgorithmsHasBeenSet; }
341 template <typename Phase2IntegrityAlgorithmsT = Aws::Vector<Phase2IntegrityAlgorithmsRequestListValue>>
342 void SetPhase2IntegrityAlgorithms(Phase2IntegrityAlgorithmsT&& value) {
343 m_phase2IntegrityAlgorithmsHasBeenSet = true;
344 m_phase2IntegrityAlgorithms = std::forward<Phase2IntegrityAlgorithmsT>(value);
345 }
346 template <typename Phase2IntegrityAlgorithmsT = Aws::Vector<Phase2IntegrityAlgorithmsRequestListValue>>
348 SetPhase2IntegrityAlgorithms(std::forward<Phase2IntegrityAlgorithmsT>(value));
349 return *this;
350 }
351 template <typename Phase2IntegrityAlgorithmsT = Phase2IntegrityAlgorithmsRequestListValue>
352 VpnTunnelOptionsSpecification& AddPhase2IntegrityAlgorithms(Phase2IntegrityAlgorithmsT&& value) {
353 m_phase2IntegrityAlgorithmsHasBeenSet = true;
354 m_phase2IntegrityAlgorithms.emplace_back(std::forward<Phase2IntegrityAlgorithmsT>(value));
355 return *this;
356 }
358
360
367 inline const Aws::Vector<Phase1DHGroupNumbersRequestListValue>& GetPhase1DHGroupNumbers() const { return m_phase1DHGroupNumbers; }
368 inline bool Phase1DHGroupNumbersHasBeenSet() const { return m_phase1DHGroupNumbersHasBeenSet; }
369 template <typename Phase1DHGroupNumbersT = Aws::Vector<Phase1DHGroupNumbersRequestListValue>>
370 void SetPhase1DHGroupNumbers(Phase1DHGroupNumbersT&& value) {
371 m_phase1DHGroupNumbersHasBeenSet = true;
372 m_phase1DHGroupNumbers = std::forward<Phase1DHGroupNumbersT>(value);
373 }
374 template <typename Phase1DHGroupNumbersT = Aws::Vector<Phase1DHGroupNumbersRequestListValue>>
376 SetPhase1DHGroupNumbers(std::forward<Phase1DHGroupNumbersT>(value));
377 return *this;
378 }
379 template <typename Phase1DHGroupNumbersT = Phase1DHGroupNumbersRequestListValue>
381 m_phase1DHGroupNumbersHasBeenSet = true;
382 m_phase1DHGroupNumbers.emplace_back(std::forward<Phase1DHGroupNumbersT>(value));
383 return *this;
384 }
386
388
395 inline const Aws::Vector<Phase2DHGroupNumbersRequestListValue>& GetPhase2DHGroupNumbers() const { return m_phase2DHGroupNumbers; }
396 inline bool Phase2DHGroupNumbersHasBeenSet() const { return m_phase2DHGroupNumbersHasBeenSet; }
397 template <typename Phase2DHGroupNumbersT = Aws::Vector<Phase2DHGroupNumbersRequestListValue>>
398 void SetPhase2DHGroupNumbers(Phase2DHGroupNumbersT&& value) {
399 m_phase2DHGroupNumbersHasBeenSet = true;
400 m_phase2DHGroupNumbers = std::forward<Phase2DHGroupNumbersT>(value);
401 }
402 template <typename Phase2DHGroupNumbersT = Aws::Vector<Phase2DHGroupNumbersRequestListValue>>
404 SetPhase2DHGroupNumbers(std::forward<Phase2DHGroupNumbersT>(value));
405 return *this;
406 }
407 template <typename Phase2DHGroupNumbersT = Phase2DHGroupNumbersRequestListValue>
409 m_phase2DHGroupNumbersHasBeenSet = true;
410 m_phase2DHGroupNumbers.emplace_back(std::forward<Phase2DHGroupNumbersT>(value));
411 return *this;
412 }
414
416
420 inline const Aws::Vector<IKEVersionsRequestListValue>& GetIKEVersions() const { return m_iKEVersions; }
421 inline bool IKEVersionsHasBeenSet() const { return m_iKEVersionsHasBeenSet; }
422 template <typename IKEVersionsT = Aws::Vector<IKEVersionsRequestListValue>>
423 void SetIKEVersions(IKEVersionsT&& value) {
424 m_iKEVersionsHasBeenSet = true;
425 m_iKEVersions = std::forward<IKEVersionsT>(value);
426 }
427 template <typename IKEVersionsT = Aws::Vector<IKEVersionsRequestListValue>>
429 SetIKEVersions(std::forward<IKEVersionsT>(value));
430 return *this;
431 }
432 template <typename IKEVersionsT = IKEVersionsRequestListValue>
434 m_iKEVersionsHasBeenSet = true;
435 m_iKEVersions.emplace_back(std::forward<IKEVersionsT>(value));
436 return *this;
437 }
439
441
448 inline const Aws::String& GetStartupAction() const { return m_startupAction; }
449 inline bool StartupActionHasBeenSet() const { return m_startupActionHasBeenSet; }
450 template <typename StartupActionT = Aws::String>
451 void SetStartupAction(StartupActionT&& value) {
452 m_startupActionHasBeenSet = true;
453 m_startupAction = std::forward<StartupActionT>(value);
454 }
455 template <typename StartupActionT = Aws::String>
457 SetStartupAction(std::forward<StartupActionT>(value));
458 return *this;
459 }
461
463
466 inline const VpnTunnelLogOptionsSpecification& GetLogOptions() const { return m_logOptions; }
467 inline bool LogOptionsHasBeenSet() const { return m_logOptionsHasBeenSet; }
468 template <typename LogOptionsT = VpnTunnelLogOptionsSpecification>
469 void SetLogOptions(LogOptionsT&& value) {
470 m_logOptionsHasBeenSet = true;
471 m_logOptions = std::forward<LogOptionsT>(value);
472 }
473 template <typename LogOptionsT = VpnTunnelLogOptionsSpecification>
475 SetLogOptions(std::forward<LogOptionsT>(value));
476 return *this;
477 }
479
481
484 inline bool GetEnableTunnelLifecycleControl() const { return m_enableTunnelLifecycleControl; }
485 inline bool EnableTunnelLifecycleControlHasBeenSet() const { return m_enableTunnelLifecycleControlHasBeenSet; }
486 inline void SetEnableTunnelLifecycleControl(bool value) {
487 m_enableTunnelLifecycleControlHasBeenSet = true;
488 m_enableTunnelLifecycleControl = value;
489 }
492 return *this;
493 }
495 private:
496 Aws::String m_tunnelInsideCidr;
497
498 Aws::String m_tunnelInsideIpv6Cidr;
499
500 Aws::String m_preSharedKey;
501
502 int m_phase1LifetimeSeconds{0};
503
504 int m_phase2LifetimeSeconds{0};
505
506 int m_rekeyMarginTimeSeconds{0};
507
508 int m_rekeyFuzzPercentage{0};
509
510 int m_replayWindowSize{0};
511
512 int m_dPDTimeoutSeconds{0};
513
514 Aws::String m_dPDTimeoutAction;
515
517
519
521
523
525
527
529
530 Aws::String m_startupAction;
531
532 VpnTunnelLogOptionsSpecification m_logOptions;
533
534 bool m_enableTunnelLifecycleControl{false};
535 bool m_tunnelInsideCidrHasBeenSet = false;
536 bool m_tunnelInsideIpv6CidrHasBeenSet = false;
537 bool m_preSharedKeyHasBeenSet = false;
538 bool m_phase1LifetimeSecondsHasBeenSet = false;
539 bool m_phase2LifetimeSecondsHasBeenSet = false;
540 bool m_rekeyMarginTimeSecondsHasBeenSet = false;
541 bool m_rekeyFuzzPercentageHasBeenSet = false;
542 bool m_replayWindowSizeHasBeenSet = false;
543 bool m_dPDTimeoutSecondsHasBeenSet = false;
544 bool m_dPDTimeoutActionHasBeenSet = false;
545 bool m_phase1EncryptionAlgorithmsHasBeenSet = false;
546 bool m_phase2EncryptionAlgorithmsHasBeenSet = false;
547 bool m_phase1IntegrityAlgorithmsHasBeenSet = false;
548 bool m_phase2IntegrityAlgorithmsHasBeenSet = false;
549 bool m_phase1DHGroupNumbersHasBeenSet = false;
550 bool m_phase2DHGroupNumbersHasBeenSet = false;
551 bool m_iKEVersionsHasBeenSet = false;
552 bool m_startupActionHasBeenSet = false;
553 bool m_logOptionsHasBeenSet = false;
554 bool m_enableTunnelLifecycleControlHasBeenSet = false;
555};
556
557} // namespace Model
558} // namespace EC2
559} // namespace Aws
VpnTunnelOptionsSpecification & AddPhase2IntegrityAlgorithms(Phase2IntegrityAlgorithmsT &&value)
void SetPhase2EncryptionAlgorithms(Phase2EncryptionAlgorithmsT &&value)
VpnTunnelOptionsSpecification & WithPreSharedKey(PreSharedKeyT &&value)
VpnTunnelOptionsSpecification & AddIKEVersions(IKEVersionsT &&value)
VpnTunnelOptionsSpecification & WithLogOptions(LogOptionsT &&value)
const VpnTunnelLogOptionsSpecification & GetLogOptions() const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
VpnTunnelOptionsSpecification & WithIKEVersions(IKEVersionsT &&value)
VpnTunnelOptionsSpecification & WithPhase1DHGroupNumbers(Phase1DHGroupNumbersT &&value)
const Aws::Vector< Phase2DHGroupNumbersRequestListValue > & GetPhase2DHGroupNumbers() const
VpnTunnelOptionsSpecification & WithPhase1EncryptionAlgorithms(Phase1EncryptionAlgorithmsT &&value)
VpnTunnelOptionsSpecification & WithRekeyFuzzPercentage(int value)
VpnTunnelOptionsSpecification & WithPhase2DHGroupNumbers(Phase2DHGroupNumbersT &&value)
VpnTunnelOptionsSpecification & AddPhase1DHGroupNumbers(Phase1DHGroupNumbersT &&value)
void SetPhase1EncryptionAlgorithms(Phase1EncryptionAlgorithmsT &&value)
VpnTunnelOptionsSpecification & WithPhase2IntegrityAlgorithms(Phase2IntegrityAlgorithmsT &&value)
VpnTunnelOptionsSpecification & WithPhase1LifetimeSeconds(int value)
AWS_EC2_API VpnTunnelOptionsSpecification & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetPhase2IntegrityAlgorithms(Phase2IntegrityAlgorithmsT &&value)
const Aws::Vector< Phase1IntegrityAlgorithmsRequestListValue > & GetPhase1IntegrityAlgorithms() const
VpnTunnelOptionsSpecification & WithRekeyMarginTimeSeconds(int value)
VpnTunnelOptionsSpecification & AddPhase1IntegrityAlgorithms(Phase1IntegrityAlgorithmsT &&value)
const Aws::Vector< Phase2EncryptionAlgorithmsRequestListValue > & GetPhase2EncryptionAlgorithms() const
VpnTunnelOptionsSpecification & WithDPDTimeoutSeconds(int value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
VpnTunnelOptionsSpecification & WithDPDTimeoutAction(DPDTimeoutActionT &&value)
AWS_EC2_API VpnTunnelOptionsSpecification(const Aws::Utils::Xml::XmlNode &xmlNode)
VpnTunnelOptionsSpecification & WithPhase2LifetimeSeconds(int value)
const Aws::Vector< IKEVersionsRequestListValue > & GetIKEVersions() const
VpnTunnelOptionsSpecification & WithStartupAction(StartupActionT &&value)
VpnTunnelOptionsSpecification & WithPhase2EncryptionAlgorithms(Phase2EncryptionAlgorithmsT &&value)
VpnTunnelOptionsSpecification & WithPhase1IntegrityAlgorithms(Phase1IntegrityAlgorithmsT &&value)
const Aws::Vector< Phase1DHGroupNumbersRequestListValue > & GetPhase1DHGroupNumbers() const
void SetPhase1IntegrityAlgorithms(Phase1IntegrityAlgorithmsT &&value)
VpnTunnelOptionsSpecification & WithTunnelInsideIpv6Cidr(TunnelInsideIpv6CidrT &&value)
VpnTunnelOptionsSpecification & WithReplayWindowSize(int value)
const Aws::Vector< Phase2IntegrityAlgorithmsRequestListValue > & GetPhase2IntegrityAlgorithms() const
VpnTunnelOptionsSpecification & AddPhase2DHGroupNumbers(Phase2DHGroupNumbersT &&value)
VpnTunnelOptionsSpecification & AddPhase1EncryptionAlgorithms(Phase1EncryptionAlgorithmsT &&value)
const Aws::Vector< Phase1EncryptionAlgorithmsRequestListValue > & GetPhase1EncryptionAlgorithms() const
VpnTunnelOptionsSpecification & WithTunnelInsideCidr(TunnelInsideCidrT &&value)
VpnTunnelOptionsSpecification & AddPhase2EncryptionAlgorithms(Phase2EncryptionAlgorithmsT &&value)
VpnTunnelOptionsSpecification & WithEnableTunnelLifecycleControl(bool value)
void SetTunnelInsideIpv6Cidr(TunnelInsideIpv6CidrT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream