50 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
78 inline void SetInternetGatewayId(
const char* value) { m_internetGatewayIdHasBeenSet =
true; m_internetGatewayId.assign(value); }
113 inline void SetVpcId(
const char* value) { m_vpcIdHasBeenSet =
true; m_vpcId.assign(value); }
132 bool m_dryRunHasBeenSet;
134 bool m_internetGatewayIdHasBeenSet;
136 bool m_vpcIdHasBeenSet;
void SetInternetGatewayId(Aws::String &&value)
void SetVpcId(Aws::String &&value)
DetachInternetGatewayRequest & WithVpcId(const char *value)
void SetVpcId(const char *value)
void SetInternetGatewayId(const char *value)
DetachInternetGatewayRequest & WithVpcId(const Aws::String &value)
DetachInternetGatewayRequest & WithInternetGatewayId(Aws::String &&value)
DetachInternetGatewayRequest & WithVpcId(Aws::String &&value)
void SetInternetGatewayId(const Aws::String &value)
DetachInternetGatewayRequest & WithInternetGatewayId(const Aws::String &value)
void SetDryRun(bool value)
DetachInternetGatewayRequest & WithInternetGatewayId(const char *value)
DetachInternetGatewayRequest & WithDryRun(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
const Aws::String & GetInternetGatewayId() const
void SetVpcId(const Aws::String &value)
const Aws::String & GetVpcId() const
JSON (JavaScript Object Notation).