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 SetInternetGatewayId(
const char* value) { m_internetGatewayIdHasBeenSet =
true; m_internetGatewayId.assign(value); }
74 inline void SetVpcId(
const char* value) { m_vpcIdHasBeenSet =
true; m_vpcId.assign(value); }
82 bool m_dryRunHasBeenSet =
false;
85 bool m_internetGatewayIdHasBeenSet =
false;
88 bool m_vpcIdHasBeenSet =
false;
AWS_EC2_API AttachInternetGatewayRequest()
void SetVpcId(Aws::String &&value)
const Aws::String & GetVpcId() const
void SetVpcId(const Aws::String &value)
AWS_EC2_API Aws::String SerializePayload() const override
bool InternetGatewayIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetDryRun(bool value)
AttachInternetGatewayRequest & WithVpcId(const Aws::String &value)
AttachInternetGatewayRequest & WithInternetGatewayId(Aws::String &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetInternetGatewayId(const char *value)
bool VpcIdHasBeenSet() const
AttachInternetGatewayRequest & WithDryRun(bool value)
void SetInternetGatewayId(const Aws::String &value)
void SetInternetGatewayId(Aws::String &&value)
void SetVpcId(const char *value)
const Aws::String & GetInternetGatewayId() const
AttachInternetGatewayRequest & WithVpcId(const char *value)
AttachInternetGatewayRequest & WithInternetGatewayId(const char *value)
AttachInternetGatewayRequest & WithInternetGatewayId(const Aws::String &value)
bool DryRunHasBeenSet() const
AttachInternetGatewayRequest & WithVpcId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String