factory ImportCertificateResponse.fromJson(Map<String, dynamic> json) { return ImportCertificateResponse( certificateArn: json['CertificateArn'] as String?, ); }