java.lang.Object
software.amazon.awssdk.eventnotifications.s3.model.S3

public class S3 extends Object
The s3 key provides information about the bucket and object involved in the event. The object key name value is URL encoded. For example, "red flower.jpg" becomes "red+flower.jpg" (Amazon S3 returns "application/x-www-form-urlencoded" as the content type in the response).
  • Constructor Details

  • Method Details

    • getConfigurationId

      public String getConfigurationId()
      Returns:
      the ID found in the bucket notification configuration
    • getBucket

      public S3Bucket getBucket()
      Returns:
      the bucket information.
    • getObject

      public S3Object getObject()
      Returns:
    • getS3SchemaVersion

      public String getS3SchemaVersion()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object