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>
59 template<
typename GroupNameT = Aws::String>
60 void SetGroupName(GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
61 template<
typename GroupNameT = Aws::String>
74 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
80 bool m_groupIdHasBeenSet =
false;
83 bool m_groupNameHasBeenSet =
false;
86 bool m_dryRunHasBeenSet =
false;
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::String & GetGroupId() const
void SetDryRun(bool value)
bool GroupIdHasBeenSet() const
AWS_EC2_API DeleteSecurityGroupRequest()=default
const Aws::String & GetGroupName() const
virtual const char * GetServiceRequestName() const override
DeleteSecurityGroupRequest & WithDryRun(bool value)
AWS_EC2_API Aws::String SerializePayload() const override
DeleteSecurityGroupRequest & WithGroupName(GroupNameT &&value)
bool DryRunHasBeenSet() const
DeleteSecurityGroupRequest & WithGroupId(GroupIdT &&value)
bool GroupNameHasBeenSet() const
void SetGroupName(GroupNameT &&value)
void SetGroupId(GroupIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String