7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ec2/model/SecurityGroupRuleRequest.h>
51 inline void SetSecurityGroupRuleId(
const char* value) { m_securityGroupRuleIdHasBeenSet =
true; m_securityGroupRuleId.assign(value); }
71 bool m_securityGroupRuleIdHasBeenSet =
false;
74 bool m_securityGroupRuleHasBeenSet =
false;
void SetSecurityGroupRule(const SecurityGroupRuleRequest &value)
AWS_EC2_API SecurityGroupRuleUpdate(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetSecurityGroupRuleId(const Aws::String &value)
SecurityGroupRuleUpdate & WithSecurityGroupRuleId(const char *value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool SecurityGroupRuleHasBeenSet() const
const SecurityGroupRuleRequest & GetSecurityGroupRule() const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
SecurityGroupRuleUpdate & WithSecurityGroupRuleId(Aws::String &&value)
SecurityGroupRuleUpdate & WithSecurityGroupRule(SecurityGroupRuleRequest &&value)
const Aws::String & GetSecurityGroupRuleId() const
void SetSecurityGroupRule(SecurityGroupRuleRequest &&value)
SecurityGroupRuleUpdate & WithSecurityGroupRuleId(const Aws::String &value)
AWS_EC2_API SecurityGroupRuleUpdate()
AWS_EC2_API SecurityGroupRuleUpdate & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetSecurityGroupRuleId(Aws::String &&value)
SecurityGroupRuleUpdate & WithSecurityGroupRule(const SecurityGroupRuleRequest &value)
void SetSecurityGroupRuleId(const char *value)
bool SecurityGroupRuleIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream