7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 inline void SetCustomerGatewayId(
const char* value) { m_customerGatewayIdHasBeenSet =
true; m_customerGatewayId.assign(value); }
66 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
72 bool m_customerGatewayIdHasBeenSet =
false;
75 bool m_dryRunHasBeenSet =
false;
void SetCustomerGatewayId(const Aws::String &value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetDryRun(bool value)
DeleteCustomerGatewayRequest & WithCustomerGatewayId(Aws::String &&value)
void SetCustomerGatewayId(const char *value)
void SetCustomerGatewayId(Aws::String &&value)
bool CustomerGatewayIdHasBeenSet() const
DeleteCustomerGatewayRequest & WithDryRun(bool value)
virtual const char * GetServiceRequestName() const override
bool DryRunHasBeenSet() const
AWS_EC2_API Aws::String SerializePayload() const override
AWS_EC2_API DeleteCustomerGatewayRequest()
DeleteCustomerGatewayRequest & WithCustomerGatewayId(const char *value)
DeleteCustomerGatewayRequest & WithCustomerGatewayId(const Aws::String &value)
const Aws::String & GetCustomerGatewayId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String