7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/redshift-serverless/RedshiftServerless_EXPORTS.h>
19namespace RedshiftServerless {
41 template <
typename AvailabilityZoneT = Aws::String>
43 m_availabilityZoneHasBeenSet =
true;
44 m_availabilityZone = std::forward<AvailabilityZoneT>(value);
46 template <
typename AvailabilityZoneT = Aws::String>
59 template <
typename Ipv6AddressT = Aws::String>
61 m_ipv6AddressHasBeenSet =
true;
62 m_ipv6Address = std::forward<Ipv6AddressT>(value);
64 template <
typename Ipv6AddressT = Aws::String>
77 template <
typename NetworkInterfaceIdT = Aws::String>
79 m_networkInterfaceIdHasBeenSet =
true;
80 m_networkInterfaceId = std::forward<NetworkInterfaceIdT>(value);
82 template <
typename NetworkInterfaceIdT = Aws::String>
95 template <
typename PrivateIpAddressT = Aws::String>
97 m_privateIpAddressHasBeenSet =
true;
98 m_privateIpAddress = std::forward<PrivateIpAddressT>(value);
100 template <
typename PrivateIpAddressT = Aws::String>
113 template <
typename SubnetIdT = Aws::String>
115 m_subnetIdHasBeenSet =
true;
116 m_subnetId = std::forward<SubnetIdT>(value);
118 template <
typename SubnetIdT = Aws::String>
134 bool m_availabilityZoneHasBeenSet =
false;
135 bool m_ipv6AddressHasBeenSet =
false;
136 bool m_networkInterfaceIdHasBeenSet =
false;
137 bool m_privateIpAddressHasBeenSet =
false;
138 bool m_subnetIdHasBeenSet =
false;
bool PrivateIpAddressHasBeenSet() const
NetworkInterface & WithPrivateIpAddress(PrivateIpAddressT &&value)
AWS_REDSHIFTSERVERLESS_API NetworkInterface & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AvailabilityZoneHasBeenSet() const
const Aws::String & GetSubnetId() const
NetworkInterface & WithAvailabilityZone(AvailabilityZoneT &&value)
bool Ipv6AddressHasBeenSet() const
void SetIpv6Address(Ipv6AddressT &&value)
NetworkInterface & WithIpv6Address(Ipv6AddressT &&value)
NetworkInterface & WithNetworkInterfaceId(NetworkInterfaceIdT &&value)
bool NetworkInterfaceIdHasBeenSet() const
bool SubnetIdHasBeenSet() const
AWS_REDSHIFTSERVERLESS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetAvailabilityZone() const
void SetPrivateIpAddress(PrivateIpAddressT &&value)
AWS_REDSHIFTSERVERLESS_API NetworkInterface(Aws::Utils::Json::JsonView jsonValue)
void SetSubnetId(SubnetIdT &&value)
const Aws::String & GetPrivateIpAddress() const
const Aws::String & GetNetworkInterfaceId() const
const Aws::String & GetIpv6Address() const
NetworkInterface & WithSubnetId(SubnetIdT &&value)
void SetNetworkInterfaceId(NetworkInterfaceIdT &&value)
AWS_REDSHIFTSERVERLESS_API NetworkInterface()=default
void SetAvailabilityZone(AvailabilityZoneT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue