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