Represents the response structure for an AWS Lambda API Gateway response. This class encapsulates the necessary components needed to construct an HTTP response as required by AWS Lambda API Gateway integrations.
Constructs an instance with the given status code, base64 encoding flag, and response body.
The HTTP status code of the response.
Indicates whether the response body is base64 encoded.
The response body content.
Readonly
Represents the response structure for an AWS Lambda API Gateway response. This class encapsulates the necessary components needed to construct an HTTP response as required by AWS Lambda API Gateway integrations.