com.amazonaws.services.s3.model
Class GetBucketAclRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.s3.model.GetBucketAclRequest

public class GetBucketAclRequest
extends AmazonWebServiceRequest

Request object containing all the options for requesting a bucket's Access Control List (ACL).


Constructor Summary
GetBucketAclRequest(String bucketName)
          Constructs a new GetBucketAclRequest object, ready to retrieve the ACL for the specified bucket when executed.
 
Method Summary
 String getBucketName()
          Returns the name of the bucket whose ACL will be retrieved by this request, when executed.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 Detail

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.


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.