AwsS3ObjectDetails constructor
      
      AwsS3ObjectDetails({})
     
    
    
Implementation
AwsS3ObjectDetails({
  this.contentType,
  this.eTag,
  this.lastModified,
  this.sSEKMSKeyId,
  this.serverSideEncryption,
  this.versionId,
});
AwsS3ObjectDetails({
  this.contentType,
  this.eTag,
  this.lastModified,
  this.sSEKMSKeyId,
  this.serverSideEncryption,
  this.versionId,
});