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

public class S3Bucket extends Object
Bucket information.
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Returns:
      the bucket name.
    • getOwnerIdentity

      public UserIdentity getOwnerIdentity()
      Returns:
      the user identity containing the Amazon customer ID of the bucket owner.
    • getArn

      public String getArn()
      Returns:
      The bucket ARN.
    • 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