7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename CustomerGatewayIdT = Aws::String>
50 void SetCustomerGatewayId(CustomerGatewayIdT&& value) { m_customerGatewayIdHasBeenSet =
true; m_customerGatewayId = std::forward<CustomerGatewayIdT>(value); }
51 template<
typename CustomerGatewayIdT = Aws::String>
64 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
70 bool m_customerGatewayIdHasBeenSet =
false;
73 bool m_dryRunHasBeenSet =
false;
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetDryRun(bool value)
DeleteCustomerGatewayRequest & WithCustomerGatewayId(CustomerGatewayIdT &&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
void SetCustomerGatewayId(CustomerGatewayIdT &&value)
AWS_EC2_API DeleteCustomerGatewayRequest()=default
const Aws::String & GetCustomerGatewayId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String