aijinhui
2023-10-08 2fad5b9483d3e6fec4b8bd1e6f8c578e270b4688
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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;
 
}