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 SetVpnGatewayId(
const char* value) { m_vpnGatewayIdHasBeenSet =
true; m_vpnGatewayId.assign(value); }
65 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
71 bool m_vpnGatewayIdHasBeenSet =
false;
74 bool m_dryRunHasBeenSet =
false;
bool VpnGatewayIdHasBeenSet() const
AWS_EC2_API Aws::String SerializePayload() const override
void SetVpnGatewayId(Aws::String &&value)
const Aws::String & GetVpnGatewayId() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetVpnGatewayId(const Aws::String &value)
DeleteVpnGatewayRequest & WithVpnGatewayId(const char *value)
void SetVpnGatewayId(const char *value)
virtual const char * GetServiceRequestName() const override
void SetDryRun(bool value)
DeleteVpnGatewayRequest & WithVpnGatewayId(Aws::String &&value)
DeleteVpnGatewayRequest & WithVpnGatewayId(const Aws::String &value)
AWS_EC2_API DeleteVpnGatewayRequest()
bool DryRunHasBeenSet() const
DeleteVpnGatewayRequest & WithDryRun(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String