public static class S3EventNotification.S3Entity
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private S3EventNotification.S3BucketEntity |
bucket |
private java.lang.String |
configurationId |
private S3EventNotification.S3ObjectEntity |
object |
private java.lang.String |
s3SchemaVersion |
Constructor and Description |
---|
S3Entity(java.lang.String configurationId,
S3EventNotification.S3BucketEntity bucket,
S3EventNotification.S3ObjectEntity object,
java.lang.String s3SchemaVersion) |
Modifier and Type | Method and Description |
---|---|
S3EventNotification.S3BucketEntity |
getBucket() |
java.lang.String |
getConfigurationId() |
S3EventNotification.S3ObjectEntity |
getObject() |
java.lang.String |
getS3SchemaVersion() |
private final java.lang.String configurationId
private final S3EventNotification.S3BucketEntity bucket
private final S3EventNotification.S3ObjectEntity object
private final java.lang.String s3SchemaVersion
public S3Entity(java.lang.String configurationId, S3EventNotification.S3BucketEntity bucket, S3EventNotification.S3ObjectEntity object, java.lang.String s3SchemaVersion)
public java.lang.String getConfigurationId()
public S3EventNotification.S3BucketEntity getBucket()
public S3EventNotification.S3ObjectEntity getObject()
public java.lang.String getS3SchemaVersion()