GatewayResponse 
    class GatewayResponse
A gateway response of a given response type and status code, with optional response parameters and mapping templates.
Types
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.