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