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>
48 template<
typename Ipv6PrefixT = Aws::String>
49 void SetIpv6Prefix(Ipv6PrefixT&& value) { m_ipv6PrefixHasBeenSet =
true; m_ipv6Prefix = std::forward<Ipv6PrefixT>(value); }
50 template<
typename Ipv6PrefixT = Aws::String>
56 bool m_ipv6PrefixHasBeenSet =
false;
void SetIpv6Prefix(Ipv6PrefixT &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool Ipv6PrefixHasBeenSet() const
AWS_EC2_API Ipv6PrefixSpecification(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API Ipv6PrefixSpecification & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
Ipv6PrefixSpecification & WithIpv6Prefix(Ipv6PrefixT &&value)
const Aws::String & GetIpv6Prefix() const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_EC2_API Ipv6PrefixSpecification()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream