factory CreateTapePoolOutput.fromJson(Map<String, dynamic> json) { return CreateTapePoolOutput( poolARN: json['PoolARN'] as String?, ); }