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; }
58 template<
typename InternetGatewayIdT = Aws::String>
59 void SetInternetGatewayId(InternetGatewayIdT&& value) { m_internetGatewayIdHasBeenSet =
true; m_internetGatewayId = std::forward<InternetGatewayIdT>(value); }
60 template<
typename InternetGatewayIdT = Aws::String>
66 bool m_dryRunHasBeenSet =
false;
69 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