45 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
46 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
66 inline void SetPrivateIpAddress(
const char* value) { m_privateIpAddressHasBeenSet =
true; m_privateIpAddress.assign(value); }
101 inline void SetPrivateDnsName(
const char* value) { m_privateDnsNameHasBeenSet =
true; m_privateDnsName.assign(value); }
128 inline void SetPrimary(
bool value) { m_primaryHasBeenSet =
true; m_primary = value; }
168 bool m_privateIpAddressHasBeenSet;
170 bool m_privateDnsNameHasBeenSet;
172 bool m_primaryHasBeenSet;
174 bool m_associationHasBeenSet;
NetworkInterfacePrivateIpAddress & WithPrivateIpAddress(Aws::String &&value)
NetworkInterfacePrivateIpAddress & WithPrivateDnsName(Aws::String &&value)
void SetPrivateIpAddress(const Aws::String &value)
NetworkInterfacePrivateIpAddress & WithPrivateIpAddress(const Aws::String &value)
const Aws::String & GetPrivateIpAddress() const
void SetPrimary(bool value)
void SetAssociation(const NetworkInterfaceAssociation &value)
void SetPrivateDnsName(Aws::String &&value)
const Aws::String & GetPrivateDnsName() const
NetworkInterfacePrivateIpAddress & WithAssociation(NetworkInterfaceAssociation &&value)
void SetPrivateIpAddress(Aws::String &&value)
const NetworkInterfaceAssociation & GetAssociation() const
std::basic_ostream< char, std::char_traits< char > > OStream
void SetAssociation(NetworkInterfaceAssociation &&value)
void SetPrivateIpAddress(const char *value)
NetworkInterfacePrivateIpAddress & WithPrimary(bool value)
NetworkInterfacePrivateIpAddress & WithPrivateIpAddress(const char *value)
NetworkInterfacePrivateIpAddress & WithPrivateDnsName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
NetworkInterfacePrivateIpAddress & WithPrivateDnsName(const Aws::String &value)
NetworkInterfacePrivateIpAddress & WithAssociation(const NetworkInterfaceAssociation &value)
void SetPrivateDnsName(const Aws::String &value)
void SetPrivateDnsName(const char *value)
JSON (JavaScript Object Notation).