7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ec2/EC2_EXPORTS.h>
45 template <
typename Ipv4PrefixT = Aws::String>
47 m_ipv4PrefixHasBeenSet =
true;
48 m_ipv4Prefix = std::forward<Ipv4PrefixT>(value);
50 template <
typename Ipv4PrefixT = Aws::String>
58 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