factory AddUploadBufferOutput.fromJson(Map<String, dynamic> json) { return AddUploadBufferOutput( gatewayARN: json['GatewayARN'] as String?, ); }