@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-09T19:16:40.728Z")
public interface CfnRouteResponseProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.apigatewayv2.*; Object responseModels; Object responseParameters; CfnRouteResponseProps cfnRouteResponseProps = CfnRouteResponseProps.builder() .apiId("apiId") .routeId("routeId") .routeResponseKey("routeResponseKey") // the properties below are optional .modelSelectionExpression("modelSelectionExpression") .responseModels(responseModels) .responseParameters(responseParameters) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnRouteResponseProps.Builder
A builder for
CfnRouteResponseProps |
static class |
CfnRouteResponseProps.Jsii$Proxy
An implementation for
CfnRouteResponseProps |
Modifier and Type | Method and Description |
---|---|
static CfnRouteResponseProps.Builder |
builder() |
java.lang.String |
getApiId()
The API identifier.
|
default java.lang.String |
getModelSelectionExpression()
The model selection expression for the route response.
|
default java.lang.Object |
getResponseModels()
The response models for the route response.
|
default java.lang.Object |
getResponseParameters()
The route response parameters.
|
java.lang.String |
getRouteId()
The route ID.
|
java.lang.String |
getRouteResponseKey()
The route response key.
|
java.lang.String getApiId()
java.lang.String getRouteId()
java.lang.String getRouteResponseKey()
default java.lang.String getModelSelectionExpression()
Supported only for WebSocket APIs.
default java.lang.Object getResponseModels()
default java.lang.Object getResponseParameters()
static CfnRouteResponseProps.Builder builder()
CfnRouteResponseProps.Builder
of CfnRouteResponseProps