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;
49 template<
typename RuleArnT = Aws::String>
50 void SetRuleArn(RuleArnT&& value) { m_ruleArnHasBeenSet =
true; m_ruleArn = std::forward<RuleArnT>(value); }
51 template<
typename RuleArnT = Aws::String>
61 inline void SetPriority(
int value) { m_priorityHasBeenSet =
true; m_priority = value; }
67 bool m_ruleArnHasBeenSet =
false;
70 bool m_priorityHasBeenSet =
false;
AWS_ELASTICLOADBALANCINGV2_API RulePriorityPair()=default
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)
void SetRuleArn(RuleArnT &&value)
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetPriority(int value)
RulePriorityPair & WithPriority(int value)
AWS_ELASTICLOADBALANCINGV2_API RulePriorityPair & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetRuleArn() const
RulePriorityPair & WithRuleArn(RuleArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream