7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
60 inline void SetNatGatewayId(
const char* value) { m_natGatewayIdHasBeenSet =
true; m_natGatewayId.assign(value); }
68 bool m_dryRunHasBeenSet =
false;
71 bool m_natGatewayIdHasBeenSet =
false;
void SetNatGatewayId(const Aws::String &value)
AWS_EC2_API DeleteNatGatewayRequest()
virtual const char * GetServiceRequestName() const override
DeleteNatGatewayRequest & WithDryRun(bool value)
void SetDryRun(bool value)
DeleteNatGatewayRequest & WithNatGatewayId(Aws::String &&value)
AWS_EC2_API Aws::String SerializePayload() const override
bool NatGatewayIdHasBeenSet() const
void SetNatGatewayId(const char *value)
bool DryRunHasBeenSet() const
void SetNatGatewayId(Aws::String &&value)
DeleteNatGatewayRequest & WithNatGatewayId(const Aws::String &value)
DeleteNatGatewayRequest & WithNatGatewayId(const char *value)
const Aws::String & GetNatGatewayId() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String