7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ec2/EC2_EXPORTS.h>
44 template <
typename SecurityGroupRuleIdT = Aws::String>
46 m_securityGroupRuleIdHasBeenSet =
true;
47 m_securityGroupRuleId = std::forward<SecurityGroupRuleIdT>(value);
49 template <
typename SecurityGroupRuleIdT = Aws::String>
62 template <
typename DescriptionT = Aws::String>
64 m_descriptionHasBeenSet =
true;
65 m_description = std::forward<DescriptionT>(value);
67 template <
typename DescriptionT = Aws::String>
77 bool m_securityGroupRuleIdHasBeenSet =
false;
78 bool m_descriptionHasBeenSet =
false;
const Aws::String & GetDescription() const
void SetSecurityGroupRuleId(SecurityGroupRuleIdT &&value)
AWS_EC2_API SecurityGroupRuleDescription & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool DescriptionHasBeenSet() const
AWS_EC2_API SecurityGroupRuleDescription()=default
void SetDescription(DescriptionT &&value)
bool SecurityGroupRuleIdHasBeenSet() const
SecurityGroupRuleDescription & WithSecurityGroupRuleId(SecurityGroupRuleIdT &&value)
AWS_EC2_API SecurityGroupRuleDescription(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
SecurityGroupRuleDescription & WithDescription(DescriptionT &&value)
const Aws::String & GetSecurityGroupRuleId() const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream