The GetACLRequest contains the parameters used for the GetACL operation.
The BucketName is always required, the Key is optional and is to be set
if you want the ACL for an object instead of a bucket.
Required Parameters: BucketName
Optional Parameters: Key, VersionId
Namespace: Amazon.S3.ModelRequired Parameters: BucketName
Optional Parameters: Key, VersionId
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| GetACLRequest()()()() | Initializes a new instance of the GetACLRequest class | |
| AddHeader(String, String) |
Adds the header to the collection of headers for the request.
(Inherited from S3Request.) | |
| AddHeaders(NameValueCollection) |
Adds all of the key/value pairs from collection into our request header.
(Inherited from S3Request.) | |
| BucketName |
Gets and sets the BucketName property.
| |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| InputStream |
Gets and sets the InputStream property.
(Inherited from S3Request.) | |
| Key |
Gets and sets the Key property.
| |
| ToString()()()() | (Inherited from S3Request.) | |
| VersionId |
Gets and sets the VersionId property.
This is the Version Id of the S3 Object for
which the ACL will be retrieved. This property
is ignored if the ACL is requested for a Bucket.
| |
| WithBucketName(String) |
Sets the BucketName property for this request.
This is either the S3 Bucket whose ACL you want to get,
or the S3 Bucket that has the S3 Object whose ACL
you want to get.
| |
| WithInputStream(Stream) |
Sets the InputStream property.
(Inherited from S3Request.) | |
| WithKey(String) |
Sets the Key property for this request.
This is the Key for the S3 Object whose ACL you
want to get.
| |
| WithVersionId(String) |
Sets the VersionId property for this request.
This is the Version Id of the S3 Object for
which the ACL will be retrieved. This property
is ignored if the ACL is requested for a Bucket.
|