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 {
34 const char* locationValue)
const;
43 template <
typename SubnetIdT = Aws::String>
45 m_subnetIdHasBeenSet =
true;
46 m_subnetId = std::forward<SubnetIdT>(value);
48 template <
typename SubnetIdT = Aws::String>
62 template <
typename AllocationIdT = Aws::String>
64 m_allocationIdHasBeenSet =
true;
65 m_allocationId = std::forward<AllocationIdT>(value);
67 template <
typename AllocationIdT = Aws::String>
81 template <
typename PrivateIPv4AddressT = Aws::String>
83 m_privateIPv4AddressHasBeenSet =
true;
84 m_privateIPv4Address = std::forward<PrivateIPv4AddressT>(value);
86 template <
typename PrivateIPv4AddressT = Aws::String>
99 template <
typename IPv6AddressT = Aws::String>
101 m_iPv6AddressHasBeenSet =
true;
102 m_iPv6Address = std::forward<IPv6AddressT>(value);
104 template <
typename IPv6AddressT = Aws::String>
120 template <
typename SourceNatIpv6PrefixT = Aws::String>
122 m_sourceNatIpv6PrefixHasBeenSet =
true;
123 m_sourceNatIpv6Prefix = std::forward<SourceNatIpv6PrefixT>(value);
125 template <
typename SourceNatIpv6PrefixT = Aws::String>
141 bool m_subnetIdHasBeenSet =
false;
142 bool m_allocationIdHasBeenSet =
false;
143 bool m_privateIPv4AddressHasBeenSet =
false;
144 bool m_iPv6AddressHasBeenSet =
false;
145 bool m_sourceNatIpv6PrefixHasBeenSet =
false;
const Aws::String & GetAllocationId() const
bool AllocationIdHasBeenSet() const
bool IPv6AddressHasBeenSet() const
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetSubnetId() const
void SetPrivateIPv4Address(PrivateIPv4AddressT &&value)
const Aws::String & GetSourceNatIpv6Prefix() const
bool SourceNatIpv6PrefixHasBeenSet() const
SubnetMapping & WithSourceNatIpv6Prefix(SourceNatIpv6PrefixT &&value)
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetSourceNatIpv6Prefix(SourceNatIpv6PrefixT &&value)
SubnetMapping & WithSubnetId(SubnetIdT &&value)
const Aws::String & GetPrivateIPv4Address() const
bool PrivateIPv4AddressHasBeenSet() const
bool SubnetIdHasBeenSet() const
SubnetMapping & WithIPv6Address(IPv6AddressT &&value)
SubnetMapping & WithPrivateIPv4Address(PrivateIPv4AddressT &&value)
void SetIPv6Address(IPv6AddressT &&value)
AWS_ELASTICLOADBALANCINGV2_API SubnetMapping()=default
void SetAllocationId(AllocationIdT &&value)
AWS_ELASTICLOADBALANCINGV2_API SubnetMapping(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetSubnetId(SubnetIdT &&value)
const Aws::String & GetIPv6Address() const
SubnetMapping & WithAllocationId(AllocationIdT &&value)
AWS_ELASTICLOADBALANCINGV2_API SubnetMapping & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream