7#include <aws/elasticbeanstalk/ElasticBeanstalk_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/elasticbeanstalk/model/Listener.h>
23namespace ElasticBeanstalk
40 AWS_ELASTICBEANSTALK_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
50 template<
typename LoadBalancerNameT = Aws::String>
51 void SetLoadBalancerName(LoadBalancerNameT&& value) { m_loadBalancerNameHasBeenSet =
true; m_loadBalancerName = std::forward<LoadBalancerNameT>(value); }
52 template<
typename LoadBalancerNameT = Aws::String>
62 template<
typename DomainT = Aws::String>
63 void SetDomain(DomainT&& value) { m_domainHasBeenSet =
true; m_domain = std::forward<DomainT>(value); }
64 template<
typename DomainT = Aws::String>
74 template<
typename ListenersT = Aws::Vector<Listener>>
75 void SetListeners(ListenersT&& value) { m_listenersHasBeenSet =
true; m_listeners = std::forward<ListenersT>(value); }
76 template<
typename ListenersT = Aws::Vector<Listener>>
78 template<
typename ListenersT = Listener>
84 bool m_loadBalancerNameHasBeenSet =
false;
87 bool m_domainHasBeenSet =
false;
90 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