TS3BucketResponseFactory
Class in AWS.S3
S3 bucket response factory class.
Ancestors
Properties
Client
property Client: IS3Client
Type: IS3Client
The S3 client making the request.
ResponseClass
property ResponseClass: TS3BucketResponseClass
The bucket response class to be constructed on success.
Bucket
property Bucket: IS3Bucket
Type: IS3Bucket
An S3 bucket associated with the response.
Constructors
Create
constructor Create(const AResponseClass: TS3BucketResponseClass; AClient: IS3Client; ABucket: IS3Bucket);
Constructor for TS3BucketResponseFactory.
Parameters
| Name | Description |
|---|---|
AResponseClass | Specify the class of bucket response to create. |
AClient | Specify the S3 client making the request. |
ABucket | An S3 bucket associated with the response. |