7#include <aws/elasticloadbalancing/ElasticLoadBalancing_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
22namespace ElasticLoadBalancing
40 AWS_ELASTICLOADBALANCING_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
50 inline void SetInstancePort(
int value) { m_instancePortHasBeenSet =
true; m_instancePort = value; }
71 bool m_instancePortHasBeenSet =
false;
74 bool m_policyNamesHasBeenSet =
false;
BackendServerDescription & AddPolicyNames(const char *value)
const Aws::Vector< Aws::String > & GetPolicyNames() const
BackendServerDescription & AddPolicyNames(const Aws::String &value)
AWS_ELASTICLOADBALANCING_API BackendServerDescription(const Aws::Utils::Xml::XmlNode &xmlNode)
BackendServerDescription & AddPolicyNames(Aws::String &&value)
void SetPolicyNames(const Aws::Vector< Aws::String > &value)
bool InstancePortHasBeenSet() const
BackendServerDescription & WithPolicyNames(const Aws::Vector< Aws::String > &value)
AWS_ELASTICLOADBALANCING_API void OutputToStream(Aws::OStream &oStream, const char *location) const
BackendServerDescription & WithInstancePort(int value)
int GetInstancePort() const
BackendServerDescription & WithPolicyNames(Aws::Vector< Aws::String > &&value)
AWS_ELASTICLOADBALANCING_API BackendServerDescription()
bool PolicyNamesHasBeenSet() const
AWS_ELASTICLOADBALANCING_API BackendServerDescription & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetInstancePort(int value)
void SetPolicyNames(Aws::Vector< Aws::String > &&value)
AWS_ELASTICLOADBALANCING_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
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