65 inline void SetNetworkInterfaceId(
const char* value) { m_networkInterfaceIdHasBeenSet =
true; m_networkInterfaceId.assign(value); }
106 inline void SetSubnetId(
const char* value) { m_subnetIdHasBeenSet =
true; m_subnetId.assign(value); }
147 inline void SetPrivateIpAddress(
const char* value) { m_privateIpAddressHasBeenSet =
true; m_privateIpAddress.assign(value); }
188 inline void SetAvailabilityZone(
const char* value) { m_availabilityZoneHasBeenSet =
true; m_availabilityZone.assign(value); }
208 bool m_networkInterfaceIdHasBeenSet =
false;
211 bool m_subnetIdHasBeenSet =
false;
214 bool m_privateIpAddressHasBeenSet =
false;
217 bool m_availabilityZoneHasBeenSet =
false;
void SetPrivateIpAddress(Aws::String &&value)
void SetAvailabilityZone(const Aws::String &value)
void SetNetworkInterfaceId(const Aws::String &value)
NetworkInterface & WithPrivateIpAddress(Aws::String &&value)
NetworkInterface & WithAvailabilityZone(const char *value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetNetworkInterfaceId(const char *value)
NetworkInterface & WithNetworkInterfaceId(const Aws::String &value)
void SetSubnetId(Aws::String &&value)
NetworkInterface & WithNetworkInterfaceId(const char *value)
NetworkInterface & WithNetworkInterfaceId(Aws::String &&value)
const Aws::String & GetNetworkInterfaceId() const
NetworkInterface & WithAvailabilityZone(const Aws::String &value)
AWS_REDSHIFT_API NetworkInterface(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetAvailabilityZone(const char *value)
const Aws::String & GetSubnetId() const
NetworkInterface & WithPrivateIpAddress(const Aws::String &value)
bool SubnetIdHasBeenSet() const
bool PrivateIpAddressHasBeenSet() const
void SetPrivateIpAddress(const Aws::String &value)
NetworkInterface & WithPrivateIpAddress(const char *value)
NetworkInterface & WithSubnetId(const char *value)
AWS_REDSHIFT_API NetworkInterface & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool AvailabilityZoneHasBeenSet() const
void SetSubnetId(const Aws::String &value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_REDSHIFT_API NetworkInterface()
const Aws::String & GetPrivateIpAddress() const
void SetPrivateIpAddress(const char *value)
NetworkInterface & WithSubnetId(Aws::String &&value)
void SetSubnetId(const char *value)
bool NetworkInterfaceIdHasBeenSet() const
NetworkInterface & WithAvailabilityZone(Aws::String &&value)
void SetAvailabilityZone(Aws::String &&value)
const Aws::String & GetAvailabilityZone() const
void SetNetworkInterfaceId(Aws::String &&value)
NetworkInterface & WithSubnetId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream