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>
50 inline void SetIpv6Address(
const char* value) { m_ipv6AddressHasBeenSet =
true; m_ipv6Address.assign(value); }
66 inline void SetIsPrimaryIpv6(
bool value) { m_isPrimaryIpv6HasBeenSet =
true; m_isPrimaryIpv6 = value; }
72 bool m_ipv6AddressHasBeenSet =
false;
75 bool m_isPrimaryIpv6HasBeenSet =
false;
void SetIpv6Address(Aws::String &&value)
bool GetIsPrimaryIpv6() const
void SetIsPrimaryIpv6(bool value)
const Aws::String & GetIpv6Address() const
InstanceIpv6Address & WithIpv6Address(Aws::String &&value)
AWS_EC2_API InstanceIpv6Address & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
InstanceIpv6Address & WithIpv6Address(const Aws::String &value)
InstanceIpv6Address & WithIsPrimaryIpv6(bool value)
void SetIpv6Address(const char *value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool IsPrimaryIpv6HasBeenSet() const
InstanceIpv6Address & WithIpv6Address(const char *value)
bool Ipv6AddressHasBeenSet() const
AWS_EC2_API InstanceIpv6Address()
AWS_EC2_API InstanceIpv6Address(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetIpv6Address(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