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