factory DnsProperties.fromJson(Map<String, dynamic> json) { return DnsProperties( hostedZoneId: json['HostedZoneId'] as String?, ); }