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 template<
typename Ipv4PrefixT = Aws::String>
52 void SetIpv4Prefix(Ipv4PrefixT&& value) { m_ipv4PrefixHasBeenSet =
true; m_ipv4Prefix = std::forward<Ipv4PrefixT>(value); }
53 template<
typename Ipv4PrefixT = Aws::String>
59 bool m_ipv4PrefixHasBeenSet =
false;
bool Ipv4PrefixHasBeenSet() const
AWS_EC2_API Ipv4PrefixSpecification(const Aws::Utils::Xml::XmlNode &xmlNode)
Ipv4PrefixSpecification & WithIpv4Prefix(Ipv4PrefixT &&value)
void SetIpv4Prefix(Ipv4PrefixT &&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
AWS_EC2_API Ipv4PrefixSpecification & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetIpv4Prefix() const
AWS_EC2_API Ipv4PrefixSpecification()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream