PutGatewayResponseRequest

Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.

Types

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

Properties

Link copied to clipboard

Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.

Link copied to clipboard

Response templates of the GatewayResponse as a string-to-string map of key-value pairs.

Link copied to clipboard

The response type of the associated GatewayResponse

Link copied to clipboard

The string identifier of the associated RestApi.

Link copied to clipboard

The HTTP status code of the GatewayResponse.

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