7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/ec2/model/SecurityGroupRuleUpdate.h>
49 inline void SetGroupId(
const char* value) { m_groupIdHasBeenSet =
true; m_groupId.assign(value); }
78 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
84 bool m_groupIdHasBeenSet =
false;
87 bool m_securityGroupRulesHasBeenSet =
false;
90 bool m_dryRunHasBeenSet =
false;
ModifySecurityGroupRulesRequest & AddSecurityGroupRules(SecurityGroupRuleUpdate &&value)
ModifySecurityGroupRulesRequest & WithDryRun(bool value)
bool DryRunHasBeenSet() const
ModifySecurityGroupRulesRequest & WithGroupId(Aws::String &&value)
bool SecurityGroupRulesHasBeenSet() const
ModifySecurityGroupRulesRequest & WithSecurityGroupRules(Aws::Vector< SecurityGroupRuleUpdate > &&value)
ModifySecurityGroupRulesRequest & WithGroupId(const Aws::String &value)
ModifySecurityGroupRulesRequest & AddSecurityGroupRules(const SecurityGroupRuleUpdate &value)
ModifySecurityGroupRulesRequest & WithSecurityGroupRules(const Aws::Vector< SecurityGroupRuleUpdate > &value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::Vector< SecurityGroupRuleUpdate > & GetSecurityGroupRules() const
const Aws::String & GetGroupId() const
AWS_EC2_API ModifySecurityGroupRulesRequest()
void SetGroupId(const char *value)
void SetSecurityGroupRules(const Aws::Vector< SecurityGroupRuleUpdate > &value)
void SetGroupId(Aws::String &&value)
void SetDryRun(bool value)
virtual const char * GetServiceRequestName() const override
bool GroupIdHasBeenSet() const
void SetGroupId(const Aws::String &value)
AWS_EC2_API Aws::String SerializePayload() const override
ModifySecurityGroupRulesRequest & WithGroupId(const char *value)
void SetSecurityGroupRules(Aws::Vector< SecurityGroupRuleUpdate > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector