7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 inline void SetIpv6Address(
const char* value) { m_ipv6AddressHasBeenSet =
true; m_ipv6Address.assign(value); }
67 inline void SetIsPrimaryIpv6(
bool value) { m_isPrimaryIpv6HasBeenSet =
true; m_isPrimaryIpv6 = value; }
73 bool m_ipv6AddressHasBeenSet =
false;
76 bool m_isPrimaryIpv6HasBeenSet =
false;
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_EC2_API NetworkInterfaceIpv6Address & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetIsPrimaryIpv6(bool value)
AWS_EC2_API NetworkInterfaceIpv6Address()
NetworkInterfaceIpv6Address & WithIpv6Address(const char *value)
bool IsPrimaryIpv6HasBeenSet() const
void SetIpv6Address(const Aws::String &value)
void SetIpv6Address(Aws::String &&value)
NetworkInterfaceIpv6Address & WithIsPrimaryIpv6(bool value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetIpv6Address(const char *value)
AWS_EC2_API NetworkInterfaceIpv6Address(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetIpv6Address() const
bool Ipv6AddressHasBeenSet() const
bool GetIsPrimaryIpv6() const
NetworkInterfaceIpv6Address & WithIpv6Address(Aws::String &&value)
NetworkInterfaceIpv6Address & WithIpv6Address(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