7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/ec2/EC2_EXPORTS.h>
45 template <
typename CustomerGatewayIdT = Aws::String>
47 m_customerGatewayIdHasBeenSet =
true;
48 m_customerGatewayId = std::forward<CustomerGatewayIdT>(value);
50 template <
typename CustomerGatewayIdT = Aws::String>
67 m_dryRunHasBeenSet =
true;
79 bool m_customerGatewayIdHasBeenSet =
false;
80 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