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 InternetGatewayIdT = Aws::String>
62 m_internetGatewayIdHasBeenSet =
true;
63 m_internetGatewayId = std::forward<InternetGatewayIdT>(value);
65 template <
typename InternetGatewayIdT = Aws::String>
75 bool m_dryRunHasBeenSet =
false;
76 bool m_internetGatewayIdHasBeenSet =
false;
const Aws::String & GetInternetGatewayId() const
bool InternetGatewayIdHasBeenSet() const
bool DryRunHasBeenSet() const
void SetInternetGatewayId(InternetGatewayIdT &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DeleteInternetGatewayRequest & WithInternetGatewayId(InternetGatewayIdT &&value)
void SetDryRun(bool value)
AWS_EC2_API Aws::String SerializePayload() const override
AWS_EC2_API DeleteInternetGatewayRequest()=default
DeleteInternetGatewayRequest & WithDryRun(bool value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String