7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/ec2/EC2_EXPORTS.h>
41 template <
typename VpnConnectionIdT = Aws::String>
43 m_vpnConnectionIdHasBeenSet =
true;
44 m_vpnConnectionId = std::forward<VpnConnectionIdT>(value);
46 template <
typename VpnConnectionIdT = Aws::String>
59 template <
typename TransitGatewayIdT = Aws::String>
61 m_transitGatewayIdHasBeenSet =
true;
62 m_transitGatewayId = std::forward<TransitGatewayIdT>(value);
64 template <
typename TransitGatewayIdT = Aws::String>
77 template <
typename CustomerGatewayIdT = Aws::String>
79 m_customerGatewayIdHasBeenSet =
true;
80 m_customerGatewayId = std::forward<CustomerGatewayIdT>(value);
82 template <
typename CustomerGatewayIdT = Aws::String>
96 template <
typename VpnGatewayIdT = Aws::String>
98 m_vpnGatewayIdHasBeenSet =
true;
99 m_vpnGatewayId = std::forward<VpnGatewayIdT>(value);
101 template <
typename VpnGatewayIdT = Aws::String>
118 m_dryRunHasBeenSet =
true;
135 bool m_dryRun{
false};
136 bool m_vpnConnectionIdHasBeenSet =
false;
137 bool m_transitGatewayIdHasBeenSet =
false;
138 bool m_customerGatewayIdHasBeenSet =
false;
139 bool m_vpnGatewayIdHasBeenSet =
false;
140 bool m_dryRunHasBeenSet =
false;
const Aws::String & GetVpnGatewayId() const
void SetTransitGatewayId(TransitGatewayIdT &&value)
bool VpnGatewayIdHasBeenSet() const
void SetVpnConnectionId(VpnConnectionIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetVpnConnectionId() const
ModifyVpnConnectionRequest & WithDryRun(bool value)
ModifyVpnConnectionRequest & WithCustomerGatewayId(CustomerGatewayIdT &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::String & GetCustomerGatewayId() const
const Aws::String & GetTransitGatewayId() const
AWS_EC2_API ModifyVpnConnectionRequest()=default
bool VpnConnectionIdHasBeenSet() const
bool DryRunHasBeenSet() const
bool CustomerGatewayIdHasBeenSet() const
bool TransitGatewayIdHasBeenSet() const
ModifyVpnConnectionRequest & WithTransitGatewayId(TransitGatewayIdT &&value)
ModifyVpnConnectionRequest & WithVpnConnectionId(VpnConnectionIdT &&value)
void SetDryRun(bool value)
ModifyVpnConnectionRequest & WithVpnGatewayId(VpnGatewayIdT &&value)
void SetCustomerGatewayId(CustomerGatewayIdT &&value)
AWS_EC2_API Aws::String SerializePayload() const override
void SetVpnGatewayId(VpnGatewayIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String