7#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ElasticLoadBalancingv2
39 AWS_ELASTICLOADBALANCINGV2_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
51 inline void SetRuleArn(
const char* value) { m_ruleArnHasBeenSet =
true; m_ruleArn.assign(value); }
63 inline void SetPriority(
int value) { m_priorityHasBeenSet =
true; m_priority = value; }
69 bool m_ruleArnHasBeenSet =
false;
72 bool m_priorityHasBeenSet =
false;
RulePriorityPair & WithRuleArn(Aws::String &&value)
RulePriorityPair & WithRuleArn(const char *value)
RulePriorityPair & WithRuleArn(const Aws::String &value)
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool RuleArnHasBeenSet() const
bool PriorityHasBeenSet() const
AWS_ELASTICLOADBALANCINGV2_API RulePriorityPair(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetRuleArn(const char *value)
void SetRuleArn(Aws::String &&value)
void SetRuleArn(const Aws::String &value)
void SetPriority(int value)
RulePriorityPair & WithPriority(int value)
AWS_ELASTICLOADBALANCINGV2_API RulePriorityPair & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICLOADBALANCINGV2_API RulePriorityPair()
const Aws::String & GetRuleArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream