AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
ModifyVpnTunnelOptionsSpecification.h
1
6#pragma once
7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/ec2/model/VpnTunnelLogOptionsSpecification.h>
12#include <aws/ec2/model/Phase1EncryptionAlgorithmsRequestListValue.h>
13#include <aws/ec2/model/Phase2EncryptionAlgorithmsRequestListValue.h>
14#include <aws/ec2/model/Phase1IntegrityAlgorithmsRequestListValue.h>
15#include <aws/ec2/model/Phase2IntegrityAlgorithmsRequestListValue.h>
16#include <aws/ec2/model/Phase1DHGroupNumbersRequestListValue.h>
17#include <aws/ec2/model/Phase2DHGroupNumbersRequestListValue.h>
18#include <aws/ec2/model/IKEVersionsRequestListValue.h>
19#include <utility>
20
21namespace Aws
22{
23namespace Utils
24{
25namespace Xml
26{
27 class XmlNode;
28} // namespace Xml
29} // namespace Utils
30namespace EC2
31{
32namespace Model
33{
34
42 {
43 public:
44 AWS_EC2_API ModifyVpnTunnelOptionsSpecification() = default;
47
48 AWS_EC2_API void OutputToStream(Aws::OStream& ostream, const char* location, unsigned index, const char* locationValue) const;
49 AWS_EC2_API void OutputToStream(Aws::OStream& oStream, const char* location) const;
50
51
53
64 inline const Aws::String& GetTunnelInsideCidr() const { return m_tunnelInsideCidr; }
65 inline bool TunnelInsideCidrHasBeenSet() const { return m_tunnelInsideCidrHasBeenSet; }
66 template<typename TunnelInsideCidrT = Aws::String>
67 void SetTunnelInsideCidr(TunnelInsideCidrT&& value) { m_tunnelInsideCidrHasBeenSet = true; m_tunnelInsideCidr = std::forward<TunnelInsideCidrT>(value); }
68 template<typename TunnelInsideCidrT = Aws::String>
69 ModifyVpnTunnelOptionsSpecification& WithTunnelInsideCidr(TunnelInsideCidrT&& value) { SetTunnelInsideCidr(std::forward<TunnelInsideCidrT>(value)); return *this;}
71
73
79 inline const Aws::String& GetTunnelInsideIpv6Cidr() const { return m_tunnelInsideIpv6Cidr; }
80 inline bool TunnelInsideIpv6CidrHasBeenSet() const { return m_tunnelInsideIpv6CidrHasBeenSet; }
81 template<typename TunnelInsideIpv6CidrT = Aws::String>
82 void SetTunnelInsideIpv6Cidr(TunnelInsideIpv6CidrT&& value) { m_tunnelInsideIpv6CidrHasBeenSet = true; m_tunnelInsideIpv6Cidr = std::forward<TunnelInsideIpv6CidrT>(value); }
83 template<typename TunnelInsideIpv6CidrT = Aws::String>
84 ModifyVpnTunnelOptionsSpecification& WithTunnelInsideIpv6Cidr(TunnelInsideIpv6CidrT&& value) { SetTunnelInsideIpv6Cidr(std::forward<TunnelInsideIpv6CidrT>(value)); return *this;}
86
88
94 inline const Aws::String& GetPreSharedKey() const { return m_preSharedKey; }
95 inline bool PreSharedKeyHasBeenSet() const { return m_preSharedKeyHasBeenSet; }
96 template<typename PreSharedKeyT = Aws::String>
97 void SetPreSharedKey(PreSharedKeyT&& value) { m_preSharedKeyHasBeenSet = true; m_preSharedKey = std::forward<PreSharedKeyT>(value); }
98 template<typename PreSharedKeyT = Aws::String>
99 ModifyVpnTunnelOptionsSpecification& WithPreSharedKey(PreSharedKeyT&& value) { SetPreSharedKey(std::forward<PreSharedKeyT>(value)); return *this;}
101
103
108 inline int GetPhase1LifetimeSeconds() const { return m_phase1LifetimeSeconds; }
109 inline bool Phase1LifetimeSecondsHasBeenSet() const { return m_phase1LifetimeSecondsHasBeenSet; }
110 inline void SetPhase1LifetimeSeconds(int value) { m_phase1LifetimeSecondsHasBeenSet = true; m_phase1LifetimeSeconds = value; }
113
115
121 inline int GetPhase2LifetimeSeconds() const { return m_phase2LifetimeSeconds; }
122 inline bool Phase2LifetimeSecondsHasBeenSet() const { return m_phase2LifetimeSecondsHasBeenSet; }
123 inline void SetPhase2LifetimeSeconds(int value) { m_phase2LifetimeSecondsHasBeenSet = true; m_phase2LifetimeSeconds = value; }
126
128
136 inline int GetRekeyMarginTimeSeconds() const { return m_rekeyMarginTimeSeconds; }
137 inline bool RekeyMarginTimeSecondsHasBeenSet() const { return m_rekeyMarginTimeSecondsHasBeenSet; }
138 inline void SetRekeyMarginTimeSeconds(int value) { m_rekeyMarginTimeSecondsHasBeenSet = true; m_rekeyMarginTimeSeconds = value; }
141
143
149 inline int GetRekeyFuzzPercentage() const { return m_rekeyFuzzPercentage; }
150 inline bool RekeyFuzzPercentageHasBeenSet() const { return m_rekeyFuzzPercentageHasBeenSet; }
151 inline void SetRekeyFuzzPercentage(int value) { m_rekeyFuzzPercentageHasBeenSet = true; m_rekeyFuzzPercentage = value; }
154
156
160 inline int GetReplayWindowSize() const { return m_replayWindowSize; }
161 inline bool ReplayWindowSizeHasBeenSet() const { return m_replayWindowSizeHasBeenSet; }
162 inline void SetReplayWindowSize(int value) { m_replayWindowSizeHasBeenSet = true; m_replayWindowSize = value; }
165
167
173 inline int GetDPDTimeoutSeconds() const { return m_dPDTimeoutSeconds; }
174 inline bool DPDTimeoutSecondsHasBeenSet() const { return m_dPDTimeoutSecondsHasBeenSet; }
175 inline void SetDPDTimeoutSeconds(int value) { m_dPDTimeoutSecondsHasBeenSet = true; m_dPDTimeoutSeconds = value; }
178
180
186 inline const Aws::String& GetDPDTimeoutAction() const { return m_dPDTimeoutAction; }
187 inline bool DPDTimeoutActionHasBeenSet() const { return m_dPDTimeoutActionHasBeenSet; }
188 template<typename DPDTimeoutActionT = Aws::String>
189 void SetDPDTimeoutAction(DPDTimeoutActionT&& value) { m_dPDTimeoutActionHasBeenSet = true; m_dPDTimeoutAction = std::forward<DPDTimeoutActionT>(value); }
190 template<typename DPDTimeoutActionT = Aws::String>
191 ModifyVpnTunnelOptionsSpecification& WithDPDTimeoutAction(DPDTimeoutActionT&& value) { SetDPDTimeoutAction(std::forward<DPDTimeoutActionT>(value)); return *this;}
193
195
201 inline const Aws::Vector<Phase1EncryptionAlgorithmsRequestListValue>& GetPhase1EncryptionAlgorithms() const { return m_phase1EncryptionAlgorithms; }
202 inline bool Phase1EncryptionAlgorithmsHasBeenSet() const { return m_phase1EncryptionAlgorithmsHasBeenSet; }
203 template<typename Phase1EncryptionAlgorithmsT = Aws::Vector<Phase1EncryptionAlgorithmsRequestListValue>>
204 void SetPhase1EncryptionAlgorithms(Phase1EncryptionAlgorithmsT&& value) { m_phase1EncryptionAlgorithmsHasBeenSet = true; m_phase1EncryptionAlgorithms = std::forward<Phase1EncryptionAlgorithmsT>(value); }
205 template<typename Phase1EncryptionAlgorithmsT = Aws::Vector<Phase1EncryptionAlgorithmsRequestListValue>>
206 ModifyVpnTunnelOptionsSpecification& WithPhase1EncryptionAlgorithms(Phase1EncryptionAlgorithmsT&& value) { SetPhase1EncryptionAlgorithms(std::forward<Phase1EncryptionAlgorithmsT>(value)); return *this;}
207 template<typename Phase1EncryptionAlgorithmsT = Phase1EncryptionAlgorithmsRequestListValue>
208 ModifyVpnTunnelOptionsSpecification& AddPhase1EncryptionAlgorithms(Phase1EncryptionAlgorithmsT&& value) { m_phase1EncryptionAlgorithmsHasBeenSet = true; m_phase1EncryptionAlgorithms.emplace_back(std::forward<Phase1EncryptionAlgorithmsT>(value)); return *this; }
210
212
218 inline const Aws::Vector<Phase2EncryptionAlgorithmsRequestListValue>& GetPhase2EncryptionAlgorithms() const { return m_phase2EncryptionAlgorithms; }
219 inline bool Phase2EncryptionAlgorithmsHasBeenSet() const { return m_phase2EncryptionAlgorithmsHasBeenSet; }
220 template<typename Phase2EncryptionAlgorithmsT = Aws::Vector<Phase2EncryptionAlgorithmsRequestListValue>>
221 void SetPhase2EncryptionAlgorithms(Phase2EncryptionAlgorithmsT&& value) { m_phase2EncryptionAlgorithmsHasBeenSet = true; m_phase2EncryptionAlgorithms = std::forward<Phase2EncryptionAlgorithmsT>(value); }
222 template<typename Phase2EncryptionAlgorithmsT = Aws::Vector<Phase2EncryptionAlgorithmsRequestListValue>>
223 ModifyVpnTunnelOptionsSpecification& WithPhase2EncryptionAlgorithms(Phase2EncryptionAlgorithmsT&& value) { SetPhase2EncryptionAlgorithms(std::forward<Phase2EncryptionAlgorithmsT>(value)); return *this;}
224 template<typename Phase2EncryptionAlgorithmsT = Phase2EncryptionAlgorithmsRequestListValue>
225 ModifyVpnTunnelOptionsSpecification& AddPhase2EncryptionAlgorithms(Phase2EncryptionAlgorithmsT&& value) { m_phase2EncryptionAlgorithmsHasBeenSet = true; m_phase2EncryptionAlgorithms.emplace_back(std::forward<Phase2EncryptionAlgorithmsT>(value)); return *this; }
227
229
234 inline const Aws::Vector<Phase1IntegrityAlgorithmsRequestListValue>& GetPhase1IntegrityAlgorithms() const { return m_phase1IntegrityAlgorithms; }
235 inline bool Phase1IntegrityAlgorithmsHasBeenSet() const { return m_phase1IntegrityAlgorithmsHasBeenSet; }
236 template<typename Phase1IntegrityAlgorithmsT = Aws::Vector<Phase1IntegrityAlgorithmsRequestListValue>>
237 void SetPhase1IntegrityAlgorithms(Phase1IntegrityAlgorithmsT&& value) { m_phase1IntegrityAlgorithmsHasBeenSet = true; m_phase1IntegrityAlgorithms = std::forward<Phase1IntegrityAlgorithmsT>(value); }
238 template<typename Phase1IntegrityAlgorithmsT = Aws::Vector<Phase1IntegrityAlgorithmsRequestListValue>>
239 ModifyVpnTunnelOptionsSpecification& WithPhase1IntegrityAlgorithms(Phase1IntegrityAlgorithmsT&& value) { SetPhase1IntegrityAlgorithms(std::forward<Phase1IntegrityAlgorithmsT>(value)); return *this;}
240 template<typename Phase1IntegrityAlgorithmsT = Phase1IntegrityAlgorithmsRequestListValue>
241 ModifyVpnTunnelOptionsSpecification& AddPhase1IntegrityAlgorithms(Phase1IntegrityAlgorithmsT&& value) { m_phase1IntegrityAlgorithmsHasBeenSet = true; m_phase1IntegrityAlgorithms.emplace_back(std::forward<Phase1IntegrityAlgorithmsT>(value)); return *this; }
243
245
250 inline const Aws::Vector<Phase2IntegrityAlgorithmsRequestListValue>& GetPhase2IntegrityAlgorithms() const { return m_phase2IntegrityAlgorithms; }
251 inline bool Phase2IntegrityAlgorithmsHasBeenSet() const { return m_phase2IntegrityAlgorithmsHasBeenSet; }
252 template<typename Phase2IntegrityAlgorithmsT = Aws::Vector<Phase2IntegrityAlgorithmsRequestListValue>>
253 void SetPhase2IntegrityAlgorithms(Phase2IntegrityAlgorithmsT&& value) { m_phase2IntegrityAlgorithmsHasBeenSet = true; m_phase2IntegrityAlgorithms = std::forward<Phase2IntegrityAlgorithmsT>(value); }
254 template<typename Phase2IntegrityAlgorithmsT = Aws::Vector<Phase2IntegrityAlgorithmsRequestListValue>>
255 ModifyVpnTunnelOptionsSpecification& WithPhase2IntegrityAlgorithms(Phase2IntegrityAlgorithmsT&& value) { SetPhase2IntegrityAlgorithms(std::forward<Phase2IntegrityAlgorithmsT>(value)); return *this;}
256 template<typename Phase2IntegrityAlgorithmsT = Phase2IntegrityAlgorithmsRequestListValue>
257 ModifyVpnTunnelOptionsSpecification& AddPhase2IntegrityAlgorithms(Phase2IntegrityAlgorithmsT&& value) { m_phase2IntegrityAlgorithmsHasBeenSet = true; m_phase2IntegrityAlgorithms.emplace_back(std::forward<Phase2IntegrityAlgorithmsT>(value)); return *this; }
259
261
268 inline const Aws::Vector<Phase1DHGroupNumbersRequestListValue>& GetPhase1DHGroupNumbers() const { return m_phase1DHGroupNumbers; }
269 inline bool Phase1DHGroupNumbersHasBeenSet() const { return m_phase1DHGroupNumbersHasBeenSet; }
270 template<typename Phase1DHGroupNumbersT = Aws::Vector<Phase1DHGroupNumbersRequestListValue>>
271 void SetPhase1DHGroupNumbers(Phase1DHGroupNumbersT&& value) { m_phase1DHGroupNumbersHasBeenSet = true; m_phase1DHGroupNumbers = std::forward<Phase1DHGroupNumbersT>(value); }
272 template<typename Phase1DHGroupNumbersT = Aws::Vector<Phase1DHGroupNumbersRequestListValue>>
273 ModifyVpnTunnelOptionsSpecification& WithPhase1DHGroupNumbers(Phase1DHGroupNumbersT&& value) { SetPhase1DHGroupNumbers(std::forward<Phase1DHGroupNumbersT>(value)); return *this;}
274 template<typename Phase1DHGroupNumbersT = Phase1DHGroupNumbersRequestListValue>
275 ModifyVpnTunnelOptionsSpecification& AddPhase1DHGroupNumbers(Phase1DHGroupNumbersT&& value) { m_phase1DHGroupNumbersHasBeenSet = true; m_phase1DHGroupNumbers.emplace_back(std::forward<Phase1DHGroupNumbersT>(value)); return *this; }
277
279
286 inline const Aws::Vector<Phase2DHGroupNumbersRequestListValue>& GetPhase2DHGroupNumbers() const { return m_phase2DHGroupNumbers; }
287 inline bool Phase2DHGroupNumbersHasBeenSet() const { return m_phase2DHGroupNumbersHasBeenSet; }
288 template<typename Phase2DHGroupNumbersT = Aws::Vector<Phase2DHGroupNumbersRequestListValue>>
289 void SetPhase2DHGroupNumbers(Phase2DHGroupNumbersT&& value) { m_phase2DHGroupNumbersHasBeenSet = true; m_phase2DHGroupNumbers = std::forward<Phase2DHGroupNumbersT>(value); }
290 template<typename Phase2DHGroupNumbersT = Aws::Vector<Phase2DHGroupNumbersRequestListValue>>
291 ModifyVpnTunnelOptionsSpecification& WithPhase2DHGroupNumbers(Phase2DHGroupNumbersT&& value) { SetPhase2DHGroupNumbers(std::forward<Phase2DHGroupNumbersT>(value)); return *this;}
292 template<typename Phase2DHGroupNumbersT = Phase2DHGroupNumbersRequestListValue>
293 ModifyVpnTunnelOptionsSpecification& AddPhase2DHGroupNumbers(Phase2DHGroupNumbersT&& value) { m_phase2DHGroupNumbersHasBeenSet = true; m_phase2DHGroupNumbers.emplace_back(std::forward<Phase2DHGroupNumbersT>(value)); return *this; }
295
297
301 inline const Aws::Vector<IKEVersionsRequestListValue>& GetIKEVersions() const { return m_iKEVersions; }
302 inline bool IKEVersionsHasBeenSet() const { return m_iKEVersionsHasBeenSet; }
303 template<typename IKEVersionsT = Aws::Vector<IKEVersionsRequestListValue>>
304 void SetIKEVersions(IKEVersionsT&& value) { m_iKEVersionsHasBeenSet = true; m_iKEVersions = std::forward<IKEVersionsT>(value); }
305 template<typename IKEVersionsT = Aws::Vector<IKEVersionsRequestListValue>>
306 ModifyVpnTunnelOptionsSpecification& WithIKEVersions(IKEVersionsT&& value) { SetIKEVersions(std::forward<IKEVersionsT>(value)); return *this;}
307 template<typename IKEVersionsT = IKEVersionsRequestListValue>
308 ModifyVpnTunnelOptionsSpecification& AddIKEVersions(IKEVersionsT&& value) { m_iKEVersionsHasBeenSet = true; m_iKEVersions.emplace_back(std::forward<IKEVersionsT>(value)); return *this; }
310
312
319 inline const Aws::String& GetStartupAction() const { return m_startupAction; }
320 inline bool StartupActionHasBeenSet() const { return m_startupActionHasBeenSet; }
321 template<typename StartupActionT = Aws::String>
322 void SetStartupAction(StartupActionT&& value) { m_startupActionHasBeenSet = true; m_startupAction = std::forward<StartupActionT>(value); }
323 template<typename StartupActionT = Aws::String>
324 ModifyVpnTunnelOptionsSpecification& WithStartupAction(StartupActionT&& value) { SetStartupAction(std::forward<StartupActionT>(value)); return *this;}
326
328
331 inline const VpnTunnelLogOptionsSpecification& GetLogOptions() const { return m_logOptions; }
332 inline bool LogOptionsHasBeenSet() const { return m_logOptionsHasBeenSet; }
333 template<typename LogOptionsT = VpnTunnelLogOptionsSpecification>
334 void SetLogOptions(LogOptionsT&& value) { m_logOptionsHasBeenSet = true; m_logOptions = std::forward<LogOptionsT>(value); }
335 template<typename LogOptionsT = VpnTunnelLogOptionsSpecification>
336 ModifyVpnTunnelOptionsSpecification& WithLogOptions(LogOptionsT&& value) { SetLogOptions(std::forward<LogOptionsT>(value)); return *this;}
338
340
343 inline bool GetEnableTunnelLifecycleControl() const { return m_enableTunnelLifecycleControl; }
344 inline bool EnableTunnelLifecycleControlHasBeenSet() const { return m_enableTunnelLifecycleControlHasBeenSet; }
345 inline void SetEnableTunnelLifecycleControl(bool value) { m_enableTunnelLifecycleControlHasBeenSet = true; m_enableTunnelLifecycleControl = value; }
348 private:
349
350 Aws::String m_tunnelInsideCidr;
351 bool m_tunnelInsideCidrHasBeenSet = false;
352
353 Aws::String m_tunnelInsideIpv6Cidr;
354 bool m_tunnelInsideIpv6CidrHasBeenSet = false;
355
356 Aws::String m_preSharedKey;
357 bool m_preSharedKeyHasBeenSet = false;
358
359 int m_phase1LifetimeSeconds{0};
360 bool m_phase1LifetimeSecondsHasBeenSet = false;
361
362 int m_phase2LifetimeSeconds{0};
363 bool m_phase2LifetimeSecondsHasBeenSet = false;
364
365 int m_rekeyMarginTimeSeconds{0};
366 bool m_rekeyMarginTimeSecondsHasBeenSet = false;
367
368 int m_rekeyFuzzPercentage{0};
369 bool m_rekeyFuzzPercentageHasBeenSet = false;
370
371 int m_replayWindowSize{0};
372 bool m_replayWindowSizeHasBeenSet = false;
373
374 int m_dPDTimeoutSeconds{0};
375 bool m_dPDTimeoutSecondsHasBeenSet = false;
376
377 Aws::String m_dPDTimeoutAction;
378 bool m_dPDTimeoutActionHasBeenSet = false;
379
381 bool m_phase1EncryptionAlgorithmsHasBeenSet = false;
382
384 bool m_phase2EncryptionAlgorithmsHasBeenSet = false;
385
387 bool m_phase1IntegrityAlgorithmsHasBeenSet = false;
388
390 bool m_phase2IntegrityAlgorithmsHasBeenSet = false;
391
393 bool m_phase1DHGroupNumbersHasBeenSet = false;
394
396 bool m_phase2DHGroupNumbersHasBeenSet = false;
397
399 bool m_iKEVersionsHasBeenSet = false;
400
401 Aws::String m_startupAction;
402 bool m_startupActionHasBeenSet = false;
403
404 VpnTunnelLogOptionsSpecification m_logOptions;
405 bool m_logOptionsHasBeenSet = false;
406
407 bool m_enableTunnelLifecycleControl{false};
408 bool m_enableTunnelLifecycleControlHasBeenSet = false;
409 };
410
411} // namespace Model
412} // namespace EC2
413} // namespace Aws
const Aws::Vector< Phase2EncryptionAlgorithmsRequestListValue > & GetPhase2EncryptionAlgorithms() const
ModifyVpnTunnelOptionsSpecification & WithPhase2LifetimeSeconds(int value)
const VpnTunnelLogOptionsSpecification & GetLogOptions() const
ModifyVpnTunnelOptionsSpecification & WithPhase2EncryptionAlgorithms(Phase2EncryptionAlgorithmsT &&value)
ModifyVpnTunnelOptionsSpecification & AddPhase2IntegrityAlgorithms(Phase2IntegrityAlgorithmsT &&value)
const Aws::Vector< IKEVersionsRequestListValue > & GetIKEVersions() const
const Aws::Vector< Phase2IntegrityAlgorithmsRequestListValue > & GetPhase2IntegrityAlgorithms() const
ModifyVpnTunnelOptionsSpecification & AddIKEVersions(IKEVersionsT &&value)
ModifyVpnTunnelOptionsSpecification & WithPreSharedKey(PreSharedKeyT &&value)
ModifyVpnTunnelOptionsSpecification & WithTunnelInsideIpv6Cidr(TunnelInsideIpv6CidrT &&value)
ModifyVpnTunnelOptionsSpecification & WithReplayWindowSize(int value)
ModifyVpnTunnelOptionsSpecification & WithPhase1IntegrityAlgorithms(Phase1IntegrityAlgorithmsT &&value)
ModifyVpnTunnelOptionsSpecification & WithRekeyMarginTimeSeconds(int value)
ModifyVpnTunnelOptionsSpecification & WithPhase1LifetimeSeconds(int value)
ModifyVpnTunnelOptionsSpecification & WithPhase1DHGroupNumbers(Phase1DHGroupNumbersT &&value)
ModifyVpnTunnelOptionsSpecification & WithDPDTimeoutSeconds(int value)
AWS_EC2_API ModifyVpnTunnelOptionsSpecification & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
ModifyVpnTunnelOptionsSpecification & WithPhase1EncryptionAlgorithms(Phase1EncryptionAlgorithmsT &&value)
ModifyVpnTunnelOptionsSpecification & WithPhase2IntegrityAlgorithms(Phase2IntegrityAlgorithmsT &&value)
const Aws::Vector< Phase1EncryptionAlgorithmsRequestListValue > & GetPhase1EncryptionAlgorithms() const
const Aws::Vector< Phase2DHGroupNumbersRequestListValue > & GetPhase2DHGroupNumbers() const
ModifyVpnTunnelOptionsSpecification & AddPhase1IntegrityAlgorithms(Phase1IntegrityAlgorithmsT &&value)
const Aws::Vector< Phase1IntegrityAlgorithmsRequestListValue > & GetPhase1IntegrityAlgorithms() const
ModifyVpnTunnelOptionsSpecification & WithTunnelInsideCidr(TunnelInsideCidrT &&value)
ModifyVpnTunnelOptionsSpecification & WithStartupAction(StartupActionT &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::Vector< Phase1DHGroupNumbersRequestListValue > & GetPhase1DHGroupNumbers() const
ModifyVpnTunnelOptionsSpecification & WithLogOptions(LogOptionsT &&value)
ModifyVpnTunnelOptionsSpecification & WithRekeyFuzzPercentage(int value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
ModifyVpnTunnelOptionsSpecification & WithPhase2DHGroupNumbers(Phase2DHGroupNumbersT &&value)
ModifyVpnTunnelOptionsSpecification & WithEnableTunnelLifecycleControl(bool value)
ModifyVpnTunnelOptionsSpecification & WithDPDTimeoutAction(DPDTimeoutActionT &&value)
ModifyVpnTunnelOptionsSpecification & WithIKEVersions(IKEVersionsT &&value)
ModifyVpnTunnelOptionsSpecification & AddPhase1EncryptionAlgorithms(Phase1EncryptionAlgorithmsT &&value)
ModifyVpnTunnelOptionsSpecification & AddPhase2DHGroupNumbers(Phase2DHGroupNumbersT &&value)
AWS_EC2_API ModifyVpnTunnelOptionsSpecification(const Aws::Utils::Xml::XmlNode &xmlNode)
ModifyVpnTunnelOptionsSpecification & AddPhase2EncryptionAlgorithms(Phase2EncryptionAlgorithmsT &&value)
ModifyVpnTunnelOptionsSpecification & AddPhase1DHGroupNumbers(Phase1DHGroupNumbersT &&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