7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/ec2/EC2_EXPORTS.h>
44 template <
typename VpcIdT = Aws::String>
46 m_vpcIdHasBeenSet =
true;
47 m_vpcId = std::forward<VpcIdT>(value);
49 template <
typename VpcIdT = Aws::String>
51 SetVpcId(std::forward<VpcIdT>(value));
62 template <
typename VpnGatewayIdT = Aws::String>
64 m_vpnGatewayIdHasBeenSet =
true;
65 m_vpnGatewayId = std::forward<VpnGatewayIdT>(value);
67 template <
typename VpnGatewayIdT = Aws::String>
84 m_dryRunHasBeenSet =
true;
98 bool m_vpcIdHasBeenSet =
false;
99 bool m_vpnGatewayIdHasBeenSet =
false;
100 bool m_dryRunHasBeenSet =
false;
AWS_EC2_API Aws::String SerializePayload() const override
AWS_EC2_API AttachVpnGatewayRequest()=default
const Aws::String & GetVpcId() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetVpnGatewayId(VpnGatewayIdT &&value)
bool VpnGatewayIdHasBeenSet() const
void SetVpcId(VpcIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetVpnGatewayId() const
AttachVpnGatewayRequest & WithVpnGatewayId(VpnGatewayIdT &&value)
bool VpcIdHasBeenSet() const
AttachVpnGatewayRequest & WithDryRun(bool value)
void SetDryRun(bool value)
AttachVpnGatewayRequest & WithVpcId(VpcIdT &&value)
bool DryRunHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String