Class GetBucketAclRequest

java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.s3.model.GetBucketAclRequest
All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable

public class GetBucketAclRequest extends AmazonWebServiceRequest implements Serializable
Request object containing all the options for requesting a bucket's Access Control List (ACL).
See Also:
  • Constructor Details

    • GetBucketAclRequest

      public GetBucketAclRequest(String bucketName)
      Constructs a new GetBucketAclRequest object, ready to retrieve the ACL for the specified bucket when executed.
      Parameters:
      bucketName - The name of the bucket whose ACL will be retrieved by this request when executed.
  • Method Details

    • getBucketName

      public String getBucketName()
      Returns the name of the bucket whose ACL will be retrieved by this request, when executed.
      Returns:
      The name of the bucket whose ACL will be retrieved by this request, when executed.