Skip to main content

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);

IS3Client

Constructor for TS3ResponseFactory.

Parameters

NameDescription
AResponseClassSpecify the class of response to create.
AClientSpecify the S3 client making the request.