7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/ec2/model/DnsRecordIpType.h>
66 bool m_dnsRecordIpTypeHasBeenSet =
false;
68 bool m_privateDnsOnlyForInboundResolverEndpoint;
69 bool m_privateDnsOnlyForInboundResolverEndpointHasBeenSet =
false;
AWS_EC2_API DnsOptions(const Aws::Utils::Xml::XmlNode &xmlNode)
bool DnsRecordIpTypeHasBeenSet() const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const DnsRecordIpType & GetDnsRecordIpType() const
DnsOptions & WithDnsRecordIpType(DnsRecordIpType &&value)
void SetPrivateDnsOnlyForInboundResolverEndpoint(bool value)
bool PrivateDnsOnlyForInboundResolverEndpointHasBeenSet() const
void SetDnsRecordIpType(const DnsRecordIpType &value)
bool GetPrivateDnsOnlyForInboundResolverEndpoint() const
DnsOptions & WithDnsRecordIpType(const DnsRecordIpType &value)
void SetDnsRecordIpType(DnsRecordIpType &&value)
DnsOptions & WithPrivateDnsOnlyForInboundResolverEndpoint(bool value)
AWS_EC2_API DnsOptions & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_ostream< char, std::char_traits< char > > OStream