| package com.ruoyi.storage.minio.domain.jsonbean; | 
|   | 
| import java.util.Date; | 
|   | 
| import com.alibaba.fastjson2.annotation.JSONField; | 
| import com.fasterxml.jackson.annotation.JsonProperty; | 
| import lombok.Data; | 
|   | 
| /** | 
|  * Auto-generated: 2023-08-05 11:37:3 | 
|  * | 
|  * @author www.jsons.cn | 
|  * @website http://www.jsons.cn/json2java/ | 
|  */ | 
| @Data | 
| public class Records { | 
|   | 
|     //    private String eventVersion; | 
| //    private String eventSource; | 
| //    private String awsRegion; | 
|   | 
|     private Date eventTime; | 
|     private String eventName; | 
|     //    private com.ruoyi.storage.minio.domain.jsonbean.userIdentity userIdentity; | 
|     private Requestparameters requestParameters; | 
|     private ResponseElements responseElements; | 
|     private S3 s3; | 
|     @JsonProperty("source") | 
|     private mSource source; | 
|   | 
| } |