7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/ec2/EC2_EXPORTS.h>
45 m_dryRunHasBeenSet =
true;
60 template <
typename NatGatewayIdT = Aws::String>
62 m_natGatewayIdHasBeenSet =
true;
63 m_natGatewayId = std::forward<NatGatewayIdT>(value);
65 template <
typename NatGatewayIdT = Aws::String>
75 bool m_dryRunHasBeenSet =
false;
76 bool m_natGatewayIdHasBeenSet =
false;
void SetNatGatewayId(NatGatewayIdT &&value)
virtual const char * GetServiceRequestName() const override
DeleteNatGatewayRequest & WithDryRun(bool value)
AWS_EC2_API DeleteNatGatewayRequest()=default
DeleteNatGatewayRequest & WithNatGatewayId(NatGatewayIdT &&value)
void SetDryRun(bool value)
AWS_EC2_API Aws::String SerializePayload() const override
bool NatGatewayIdHasBeenSet() const
bool DryRunHasBeenSet() const
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