7#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/elasticloadbalancingv2/model/TargetGroupStickinessConfig.h>
11#include <aws/elasticloadbalancingv2/model/TargetGroupTuple.h>
23namespace ElasticLoadBalancingv2
40 AWS_ELASTICLOADBALANCINGV2_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
51 template<
typename TargetGroupsT = Aws::Vector<TargetGroupTuple>>
52 void SetTargetGroups(TargetGroupsT&& value) { m_targetGroupsHasBeenSet =
true; m_targetGroups = std::forward<TargetGroupsT>(value); }
53 template<
typename TargetGroupsT = Aws::Vector<TargetGroupTuple>>
55 template<
typename TargetGroupsT = TargetGroupTuple>
65 template<
typename TargetGroupStickinessConfigT = TargetGroupStickinessConfig>
66 void SetTargetGroupStickinessConfig(TargetGroupStickinessConfigT&& value) { m_targetGroupStickinessConfigHasBeenSet =
true; m_targetGroupStickinessConfig = std::forward<TargetGroupStickinessConfigT>(value); }
67 template<
typename TargetGroupStickinessConfigT = TargetGroupStickinessConfig>
73 bool m_targetGroupsHasBeenSet =
false;
76 bool m_targetGroupStickinessConfigHasBeenSet =
false;
ForwardActionConfig & WithTargetGroups(TargetGroupsT &&value)
bool TargetGroupsHasBeenSet() const
AWS_ELASTICLOADBALANCINGV2_API ForwardActionConfig & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICLOADBALANCINGV2_API ForwardActionConfig()=default
bool TargetGroupStickinessConfigHasBeenSet() const
ForwardActionConfig & AddTargetGroups(TargetGroupsT &&value)
const Aws::Vector< TargetGroupTuple > & GetTargetGroups() const
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetTargetGroups(TargetGroupsT &&value)
const TargetGroupStickinessConfig & GetTargetGroupStickinessConfig() const
ForwardActionConfig & WithTargetGroupStickinessConfig(TargetGroupStickinessConfigT &&value)
void SetTargetGroupStickinessConfig(TargetGroupStickinessConfigT &&value)
AWS_ELASTICLOADBALANCINGV2_API ForwardActionConfig(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream