Class S3BucketAcl.Grantee

java.lang.Object
org.apache.hadoop.ozone.s3.endpoint.S3BucketAcl.Grantee
Enclosing class:
S3BucketAcl

public static class S3BucketAcl.Grantee extends Object
A grantee can be an AWS account or one of the predefined Amazon S3 groups. https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html
  • Constructor Details

    • Grantee

      public Grantee()
  • Method Details

    • getXsiNs

      public String getXsiNs()
    • getXsiType

      public String getXsiType()
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getDisplayName

      public String getDisplayName()
    • setDisplayName

      public void setDisplayName(String name)
    • setXsiType

      public void setXsiType(String type)
    • setXsiNs

      public void setXsiNs(String ns)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object