7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetVpcId(
const char* value) { m_vpcIdHasBeenSet =
true; m_vpcId.assign(value); }
64 inline void SetVpnGatewayId(
const char* value) { m_vpnGatewayIdHasBeenSet =
true; m_vpnGatewayId.assign(value); }
79 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
85 bool m_vpcIdHasBeenSet =
false;
88 bool m_vpnGatewayIdHasBeenSet =
false;
91 bool m_dryRunHasBeenSet =
false;
bool VpnGatewayIdHasBeenSet() const
bool VpcIdHasBeenSet() const
void SetDryRun(bool value)
void SetVpnGatewayId(const char *value)
DetachVpnGatewayRequest & WithVpcId(const char *value)
AWS_EC2_API Aws::String SerializePayload() const override
void SetVpcId(Aws::String &&value)
const Aws::String & GetVpnGatewayId() const
AWS_EC2_API DetachVpnGatewayRequest()
DetachVpnGatewayRequest & WithVpcId(Aws::String &&value)
DetachVpnGatewayRequest & WithVpnGatewayId(Aws::String &&value)
void SetVpnGatewayId(Aws::String &&value)
bool DryRunHasBeenSet() const
void SetVpnGatewayId(const Aws::String &value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DetachVpnGatewayRequest & WithVpcId(const Aws::String &value)
DetachVpnGatewayRequest & WithVpnGatewayId(const char *value)
DetachVpnGatewayRequest & WithDryRun(bool value)
DetachVpnGatewayRequest & WithVpnGatewayId(const Aws::String &value)
void SetVpcId(const char *value)
void SetVpcId(const Aws::String &value)
const Aws::String & GetVpcId() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String