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