7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/redshift/Redshift_EXPORTS.h>
42 template <
typename NetworkInterfaceIdT = Aws::String>
44 m_networkInterfaceIdHasBeenSet =
true;
45 m_networkInterfaceId = std::forward<NetworkInterfaceIdT>(value);
47 template <
typename NetworkInterfaceIdT = Aws::String>
60 template <
typename SubnetIdT = Aws::String>
62 m_subnetIdHasBeenSet =
true;
63 m_subnetId = std::forward<SubnetIdT>(value);
65 template <
typename SubnetIdT = Aws::String>
78 template <
typename PrivateIpAddressT = Aws::String>
80 m_privateIpAddressHasBeenSet =
true;
81 m_privateIpAddress = std::forward<PrivateIpAddressT>(value);
83 template <
typename PrivateIpAddressT = Aws::String>
96 template <
typename AvailabilityZoneT = Aws::String>
98 m_availabilityZoneHasBeenSet =
true;
99 m_availabilityZone = std::forward<AvailabilityZoneT>(value);
101 template <
typename AvailabilityZoneT = Aws::String>
114 template <
typename Ipv6AddressT = Aws::String>
116 m_ipv6AddressHasBeenSet =
true;
117 m_ipv6Address = std::forward<Ipv6AddressT>(value);
119 template <
typename Ipv6AddressT = Aws::String>
135 bool m_networkInterfaceIdHasBeenSet =
false;
136 bool m_subnetIdHasBeenSet =
false;
137 bool m_privateIpAddressHasBeenSet =
false;
138 bool m_availabilityZoneHasBeenSet =
false;
139 bool m_ipv6AddressHasBeenSet =
false;
AWS_REDSHIFT_API NetworkInterface()=default
NetworkInterface & WithPrivateIpAddress(PrivateIpAddressT &&value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
NetworkInterface & WithSubnetId(SubnetIdT &&value)
const Aws::String & GetNetworkInterfaceId() const
void SetSubnetId(SubnetIdT &&value)
AWS_REDSHIFT_API NetworkInterface(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetNetworkInterfaceId(NetworkInterfaceIdT &&value)
void SetIpv6Address(Ipv6AddressT &&value)
bool Ipv6AddressHasBeenSet() const
const Aws::String & GetSubnetId() const
bool SubnetIdHasBeenSet() const
bool PrivateIpAddressHasBeenSet() const
AWS_REDSHIFT_API NetworkInterface & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
NetworkInterface & WithAvailabilityZone(AvailabilityZoneT &&value)
bool AvailabilityZoneHasBeenSet() const
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::String & GetPrivateIpAddress() const
void SetAvailabilityZone(AvailabilityZoneT &&value)
NetworkInterface & WithNetworkInterfaceId(NetworkInterfaceIdT &&value)
bool NetworkInterfaceIdHasBeenSet() const
const Aws::String & GetIpv6Address() const
NetworkInterface & WithIpv6Address(Ipv6AddressT &&value)
const Aws::String & GetAvailabilityZone() const
void SetPrivateIpAddress(PrivateIpAddressT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream