factory CreateHsmResponse.fromJson(Map<String, dynamic> json) { return CreateHsmResponse( hsmArn: json['HsmArn'] as String?, ); }