TestInvokeMethodResponse

Represents the response of the test invoke request in the HTTP method.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val body: String?

The body of the HTTP response.

Link copied to clipboard

The headers of the HTTP response.

Link copied to clipboard

The execution latency, in ms, of the test invoke request.

Link copied to clipboard
val log: String?

The API Gateway execution log for the test invoke request.

Link copied to clipboard

The headers of the HTTP response as a map from string to list of values.

Link copied to clipboard
val status: Int

The HTTP status code.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String