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>
50 template<
typename SecurityGroupRuleIdT = Aws::String>
51 void SetSecurityGroupRuleId(SecurityGroupRuleIdT&& value) { m_securityGroupRuleIdHasBeenSet =
true; m_securityGroupRuleId = std::forward<SecurityGroupRuleIdT>(value); }
52 template<
typename SecurityGroupRuleIdT = Aws::String>
62 template<
typename DescriptionT = Aws::String>
63 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
64 template<
typename DescriptionT = Aws::String>
70 bool m_securityGroupRuleIdHasBeenSet =
false;
73 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