7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
11#include <aws/elasticbeanstalk/model/Listener.h>
21namespace ElasticBeanstalk {
36 const char* locationValue)
const;
45 template <
typename LoadBalancerNameT = Aws::String>
47 m_loadBalancerNameHasBeenSet =
true;
48 m_loadBalancerName = std::forward<LoadBalancerNameT>(value);
50 template <
typename LoadBalancerNameT = Aws::String>
63 template <
typename DomainT = Aws::String>
65 m_domainHasBeenSet =
true;
66 m_domain = std::forward<DomainT>(value);
68 template <
typename DomainT = Aws::String>
81 template <
typename ListenersT = Aws::Vector<Listener>>
83 m_listenersHasBeenSet =
true;
84 m_listeners = std::forward<ListenersT>(value);
86 template <
typename ListenersT = Aws::Vector<Listener>>
91 template <
typename ListenersT = Listener>
93 m_listenersHasBeenSet =
true;
94 m_listeners.emplace_back(std::forward<ListenersT>(value));
104 bool m_loadBalancerNameHasBeenSet =
false;
105 bool m_domainHasBeenSet =
false;
106 bool m_listenersHasBeenSet =
false;
AWS_ELASTICBEANSTALK_API LoadBalancerDescription()=default
const Aws::String & GetLoadBalancerName() const
AWS_ELASTICBEANSTALK_API LoadBalancerDescription & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
LoadBalancerDescription & WithDomain(DomainT &&value)
const Aws::Vector< Listener > & GetListeners() const
void SetListeners(ListenersT &&value)
AWS_ELASTICBEANSTALK_API LoadBalancerDescription(const Aws::Utils::Xml::XmlNode &xmlNode)
LoadBalancerDescription & WithListeners(ListenersT &&value)
bool ListenersHasBeenSet() const
bool DomainHasBeenSet() const
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetLoadBalancerName(LoadBalancerNameT &&value)
LoadBalancerDescription & WithLoadBalancerName(LoadBalancerNameT &&value)
bool LoadBalancerNameHasBeenSet() const
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetDomain() const
void SetDomain(DomainT &&value)
LoadBalancerDescription & AddListeners(ListenersT &&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