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 StringgetAwsRegion()StringgetEventName()StringgetEventSource()org.joda.time.DateTimegetEventTime()StringgetEventVersion()S3EventNotification.RequestParametersEntitygetRequestParameters()S3EventNotification.ResponseElementsEntitygetResponseElements()S3EventNotification.S3EntitygetS3()S3EventNotification.UserIdentityEntitygetUserIdentity()
-
-
-
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()
-
-