Package com.amazonaws.services.s3.event
Class S3EventNotification.S3EventNotificationRecord
- java.lang.Object
-
- com.amazonaws.services.s3.event.S3EventNotification.S3EventNotificationRecord
-
- Enclosing class:
- S3EventNotification
public static class S3EventNotification.S3EventNotificationRecord extends Object
-
-
Constructor Summary
Constructors Constructor Description S3EventNotificationRecord(String awsRegion, String eventName, String eventSource, String eventTime, String eventVersion, S3EventNotification.RequestParametersEntity requestParameters, S3EventNotification.ResponseElementsEntity responseElements, S3EventNotification.S3Entity s3, S3EventNotification.UserIdentityEntity userIdentity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAwsRegion()
String
getEventName()
String
getEventSource()
org.joda.time.DateTime
getEventTime()
String
getEventVersion()
S3EventNotification.RequestParametersEntity
getRequestParameters()
S3EventNotification.ResponseElementsEntity
getResponseElements()
S3EventNotification.S3Entity
getS3()
S3EventNotification.UserIdentityEntity
getUserIdentity()
-
-
-
Constructor Detail
-
S3EventNotificationRecord
public S3EventNotificationRecord(String awsRegion, String eventName, String eventSource, String eventTime, String eventVersion, S3EventNotification.RequestParametersEntity requestParameters, S3EventNotification.ResponseElementsEntity responseElements, S3EventNotification.S3Entity s3, S3EventNotification.UserIdentityEntity userIdentity)
-
-
Method Detail
-
getAwsRegion
public String getAwsRegion()
-
getEventName
public String getEventName()
-
getEventSource
public String getEventSource()
-
getEventTime
public org.joda.time.DateTime getEventTime()
-
getEventVersion
public String getEventVersion()
-
getRequestParameters
public S3EventNotification.RequestParametersEntity getRequestParameters()
-
getResponseElements
public S3EventNotification.ResponseElementsEntity getResponseElements()
-
getS3
public S3EventNotification.S3Entity getS3()
-
getUserIdentity
public S3EventNotification.UserIdentityEntity getUserIdentity()
-
-