Map<String, dynamic> toJson() { final bucketARN = this.bucketARN; final fileKey = this.fileKey; return { 'BucketARN': bucketARN, 'FileKey': fileKey, }; }