7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/ec2/EC2_EXPORTS.h>
41 template <
typename GroupIdT = Aws::String>
43 m_groupIdHasBeenSet =
true;
44 m_groupId = std::forward<GroupIdT>(value);
46 template <
typename GroupIdT = Aws::String>
61 template <
typename GroupNameT = Aws::String>
63 m_groupNameHasBeenSet =
true;
64 m_groupName = std::forward<GroupNameT>(value);
66 template <
typename GroupNameT = Aws::String>
83 m_dryRunHasBeenSet =
true;
97 bool m_groupIdHasBeenSet =
false;
98 bool m_groupNameHasBeenSet =
false;
99 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