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>
43 template <
typename SubnetIdT = Aws::String>
45 m_subnetIdHasBeenSet =
true;
46 m_subnetId = std::forward<SubnetIdT>(value);
48 template <
typename SubnetIdT = Aws::String>
66 template <
typename Ipv4T = Aws::String>
68 m_ipv4HasBeenSet =
true;
69 m_ipv4 = std::forward<Ipv4T>(value);
71 template <
typename Ipv4T = Aws::String>
73 SetIpv4(std::forward<Ipv4T>(value));
89 template <
typename Ipv6T = Aws::String>
91 m_ipv6HasBeenSet =
true;
92 m_ipv6 = std::forward<Ipv6T>(value);
94 template <
typename Ipv6T = Aws::String>
96 SetIpv6(std::forward<Ipv6T>(value));
106 bool m_subnetIdHasBeenSet =
false;
107 bool m_ipv4HasBeenSet =
false;
108 bool m_ipv6HasBeenSet =
false;
AWS_EC2_API SubnetConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
SubnetConfiguration & WithIpv4(Ipv4T &&value)
bool SubnetIdHasBeenSet() const
AWS_EC2_API SubnetConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetSubnetId() const
AWS_EC2_API SubnetConfiguration()=default
const Aws::String & GetIpv6() const
bool Ipv4HasBeenSet() const
SubnetConfiguration & WithSubnetId(SubnetIdT &&value)
void SetIpv4(Ipv4T &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
SubnetConfiguration & WithIpv6(Ipv6T &&value)
void SetIpv6(Ipv6T &&value)
void SetSubnetId(SubnetIdT &&value)
const Aws::String & GetIpv4() const
bool Ipv6HasBeenSet() 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