7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
19namespace ElasticLoadBalancingv2 {
35 const char* locationValue)
const;
44 template <
typename IpAddressT = Aws::String>
46 m_ipAddressHasBeenSet =
true;
47 m_ipAddress = std::forward<IpAddressT>(value);
49 template <
typename IpAddressT = Aws::String>
63 template <
typename AllocationIdT = Aws::String>
65 m_allocationIdHasBeenSet =
true;
66 m_allocationId = std::forward<AllocationIdT>(value);
68 template <
typename AllocationIdT = Aws::String>
82 template <
typename PrivateIPv4AddressT = Aws::String>
84 m_privateIPv4AddressHasBeenSet =
true;
85 m_privateIPv4Address = std::forward<PrivateIPv4AddressT>(value);
87 template <
typename PrivateIPv4AddressT = Aws::String>
100 template <
typename IPv6AddressT = Aws::String>
102 m_iPv6AddressHasBeenSet =
true;
103 m_iPv6Address = std::forward<IPv6AddressT>(value);
105 template <
typename IPv6AddressT = Aws::String>
119 bool m_ipAddressHasBeenSet =
false;
120 bool m_allocationIdHasBeenSet =
false;
121 bool m_privateIPv4AddressHasBeenSet =
false;
122 bool m_iPv6AddressHasBeenSet =
false;
AWS_ELASTICLOADBALANCINGV2_API LoadBalancerAddress()=default
LoadBalancerAddress & WithIPv6Address(IPv6AddressT &&value)
LoadBalancerAddress & WithAllocationId(AllocationIdT &&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
void SetAllocationId(AllocationIdT &&value)
LoadBalancerAddress & WithIpAddress(IpAddressT &&value)
AWS_ELASTICLOADBALANCINGV2_API LoadBalancerAddress & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetPrivateIPv4Address(PrivateIPv4AddressT &&value)
bool IPv6AddressHasBeenSet() const
void SetIpAddress(IpAddressT &&value)
bool AllocationIdHasBeenSet() const
LoadBalancerAddress & WithPrivateIPv4Address(PrivateIPv4AddressT &&value)
const Aws::String & GetIPv6Address() const
const Aws::String & GetAllocationId() const
AWS_ELASTICLOADBALANCINGV2_API LoadBalancerAddress(const Aws::Utils::Xml::XmlNode &xmlNode)
bool PrivateIPv4AddressHasBeenSet() const
void SetIPv6Address(IPv6AddressT &&value)
bool IpAddressHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream