factory CreateFleetResponse.fromJson(Map<String, dynamic> json) { return CreateFleetResponse( fleetArn: json['FleetArn'] as String?, ); }