ListHostedZonesByNameResponse constructor

ListHostedZonesByNameResponse({
  1. required List<HostedZone> hostedZones,
  2. required bool isTruncated,
  3. required String maxItems,
  4. String? dNSName,
  5. String? hostedZoneId,
  6. String? nextDNSName,
  7. String? nextHostedZoneId,
})

Implementation

ListHostedZonesByNameResponse({
  required this.hostedZones,
  required this.isTruncated,
  required this.maxItems,
  this.dNSName,
  this.hostedZoneId,
  this.nextDNSName,
  this.nextHostedZoneId,
});