PutGatewayResponseResponse

A gateway response of a given response type and status code, with optional response parameters and mapping templates.

Types

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

Properties

Link copied to clipboard

A Boolean flag to indicate whether this GatewayResponse is the default gateway response (true) or not (false). A default gateway response is one generated by API Gateway without any customization by an API developer.

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 HTTP status code for this 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