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/core/utils/memory/stl/AWSVector.h>
11#include <aws/ec2/model/RuleOption.h>
53 inline void SetRuleGroupArn(
const char* value) { m_ruleGroupArnHasBeenSet =
true; m_ruleGroupArn.assign(value); }
75 bool m_ruleGroupArnHasBeenSet =
false;
78 bool m_ruleOptionsHasBeenSet =
false;
AWS_EC2_API RuleGroupRuleOptionsPair & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API RuleGroupRuleOptionsPair()
AWS_EC2_API RuleGroupRuleOptionsPair(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::Vector< RuleOption > & GetRuleOptions() const
bool RuleOptionsHasBeenSet() const
RuleGroupRuleOptionsPair & AddRuleOptions(RuleOption &&value)
void SetRuleGroupArn(const char *value)
bool RuleGroupArnHasBeenSet() const
void SetRuleGroupArn(Aws::String &&value)
RuleGroupRuleOptionsPair & WithRuleOptions(const Aws::Vector< RuleOption > &value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
RuleGroupRuleOptionsPair & WithRuleOptions(Aws::Vector< RuleOption > &&value)
RuleGroupRuleOptionsPair & AddRuleOptions(const RuleOption &value)
const Aws::String & GetRuleGroupArn() const
void SetRuleGroupArn(const Aws::String &value)
void SetRuleOptions(Aws::Vector< RuleOption > &&value)
RuleGroupRuleOptionsPair & WithRuleGroupArn(const char *value)
void SetRuleOptions(const Aws::Vector< RuleOption > &value)
RuleGroupRuleOptionsPair & WithRuleGroupArn(Aws::String &&value)
RuleGroupRuleOptionsPair & WithRuleGroupArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream