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;
51 inline void SetIpAddress(
const char* value) { m_ipAddressHasBeenSet =
true; m_ipAddress.assign(value); }
66 inline void SetAllocationId(
const char* value) { m_allocationIdHasBeenSet =
true; m_allocationId.assign(value); }
81 inline void SetPrivateIPv4Address(
const char* value) { m_privateIPv4AddressHasBeenSet =
true; m_privateIPv4Address.assign(value); }
95 inline void SetIPv6Address(
const char* value) { m_iPv6AddressHasBeenSet =
true; m_iPv6Address.assign(value); }
103 bool m_ipAddressHasBeenSet =
false;
106 bool m_allocationIdHasBeenSet =
false;
109 bool m_privateIPv4AddressHasBeenSet =
false;
112 bool m_iPv6AddressHasBeenSet =
false;
void SetAllocationId(const char *value)
LoadBalancerAddress & WithPrivateIPv4Address(const char *value)
void SetIpAddress(Aws::String &&value)
LoadBalancerAddress & WithPrivateIPv4Address(const Aws::String &value)
void SetIPv6Address(Aws::String &&value)
LoadBalancerAddress & WithIPv6Address(const Aws::String &value)
LoadBalancerAddress & WithPrivateIPv4Address(Aws::String &&value)
const Aws::String & GetPrivateIPv4Address() const
const Aws::String & GetIpAddress() const
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
LoadBalancerAddress & WithAllocationId(const char *value)
void SetPrivateIPv4Address(Aws::String &&value)
AWS_ELASTICLOADBALANCINGV2_API LoadBalancerAddress & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetPrivateIPv4Address(const char *value)
LoadBalancerAddress & WithIpAddress(const Aws::String &value)
void SetAllocationId(const Aws::String &value)
bool IPv6AddressHasBeenSet() const
AWS_ELASTICLOADBALANCINGV2_API LoadBalancerAddress()
LoadBalancerAddress & WithIpAddress(const char *value)
LoadBalancerAddress & WithIPv6Address(const char *value)
void SetIPv6Address(const char *value)
bool AllocationIdHasBeenSet() const
void SetIpAddress(const char *value)
void SetIPv6Address(const Aws::String &value)
LoadBalancerAddress & WithIPv6Address(Aws::String &&value)
LoadBalancerAddress & WithIpAddress(Aws::String &&value)
LoadBalancerAddress & WithAllocationId(const Aws::String &value)
void SetPrivateIPv4Address(const Aws::String &value)
const Aws::String & GetIPv6Address() const
void SetIpAddress(const Aws::String &value)
const Aws::String & GetAllocationId() const
AWS_ELASTICLOADBALANCINGV2_API LoadBalancerAddress(const Aws::Utils::Xml::XmlNode &xmlNode)
bool PrivateIPv4AddressHasBeenSet() const
bool IpAddressHasBeenSet() const
LoadBalancerAddress & WithAllocationId(Aws::String &&value)
void SetAllocationId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream