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>
52 template<
typename Ipv4PrefixT = Aws::String>
53 void SetIpv4Prefix(Ipv4PrefixT&& value) { m_ipv4PrefixHasBeenSet =
true; m_ipv4Prefix = std::forward<Ipv4PrefixT>(value); }
54 template<
typename Ipv4PrefixT = Aws::String>
60 bool m_ipv4PrefixHasBeenSet =
false;
AWS_EC2_API Ipv4PrefixSpecificationRequest(const Aws::Utils::Xml::XmlNode &xmlNode)
Ipv4PrefixSpecificationRequest & WithIpv4Prefix(Ipv4PrefixT &&value)
AWS_EC2_API Ipv4PrefixSpecificationRequest & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API Ipv4PrefixSpecificationRequest()=default
void SetIpv4Prefix(Ipv4PrefixT &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool Ipv4PrefixHasBeenSet() const
const Aws::String & GetIpv4Prefix() const
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