S3SetObjectLegalHoldOperation constructor

S3SetObjectLegalHoldOperation({
  1. required S3ObjectLockLegalHold legalHold,
})

Implementation

S3SetObjectLegalHoldOperation({
  required this.legalHold,
});