7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetGroupId(
const char* value) { m_groupIdHasBeenSet =
true; m_groupId.assign(value); }
61 inline void SetVpcId(
const char* value) { m_vpcIdHasBeenSet =
true; m_vpcId.assign(value); }
76 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
82 bool m_groupIdHasBeenSet =
false;
85 bool m_vpcIdHasBeenSet =
false;
88 bool m_dryRunHasBeenSet =
false;
void SetDryRun(bool value)
DisassociateSecurityGroupVpcRequest & WithVpcId(const Aws::String &value)
void SetGroupId(const Aws::String &value)
bool VpcIdHasBeenSet() const
DisassociateSecurityGroupVpcRequest & WithGroupId(const char *value)
void SetGroupId(Aws::String &&value)
void SetVpcId(const char *value)
const Aws::String & GetVpcId() const
AWS_EC2_API DisassociateSecurityGroupVpcRequest()
void SetVpcId(const Aws::String &value)
DisassociateSecurityGroupVpcRequest & WithVpcId(const char *value)
const Aws::String & GetGroupId() const
AWS_EC2_API Aws::String SerializePayload() const override
DisassociateSecurityGroupVpcRequest & WithVpcId(Aws::String &&value)
DisassociateSecurityGroupVpcRequest & WithDryRun(bool value)
bool DryRunHasBeenSet() const
void SetGroupId(const char *value)
void SetVpcId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool GroupIdHasBeenSet() const
DisassociateSecurityGroupVpcRequest & WithGroupId(Aws::String &&value)
DisassociateSecurityGroupVpcRequest & WithGroupId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String