7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename GroupIdT = Aws::String>
46 void SetGroupId(GroupIdT&& value) { m_groupIdHasBeenSet =
true; m_groupId = std::forward<GroupIdT>(value); }
47 template<
typename GroupIdT = Aws::String>
57 template<
typename VpcIdT = Aws::String>
58 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
59 template<
typename VpcIdT = Aws::String>
72 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
78 bool m_groupIdHasBeenSet =
false;
81 bool m_vpcIdHasBeenSet =
false;
84 bool m_dryRunHasBeenSet =
false;
void SetVpcId(VpcIdT &&value)
DisassociateSecurityGroupVpcRequest & WithVpcId(VpcIdT &&value)
void SetDryRun(bool value)
bool VpcIdHasBeenSet() const
void SetGroupId(GroupIdT &&value)
const Aws::String & GetVpcId() const
AWS_EC2_API DisassociateSecurityGroupVpcRequest()=default
const Aws::String & GetGroupId() const
AWS_EC2_API Aws::String SerializePayload() const override
DisassociateSecurityGroupVpcRequest & WithDryRun(bool value)
DisassociateSecurityGroupVpcRequest & WithGroupId(GroupIdT &&value)
bool DryRunHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool GroupIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String