@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:15.788Z") @Stability(value=Stable) public interface CfnRouteResponseProps extends software.amazon.jsii.JsiiSerializable
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() |
String |
getApiId()
`AWS::ApiGatewayV2::RouteResponse.ApiId`.
|
default String |
getModelSelectionExpression()
`AWS::ApiGatewayV2::RouteResponse.ModelSelectionExpression`.
|
default Object |
getResponseModels()
`AWS::ApiGatewayV2::RouteResponse.ResponseModels`.
|
default Object |
getResponseParameters()
`AWS::ApiGatewayV2::RouteResponse.ResponseParameters`.
|
String |
getRouteId()
`AWS::ApiGatewayV2::RouteResponse.RouteId`.
|
String |
getRouteResponseKey()
`AWS::ApiGatewayV2::RouteResponse.RouteResponseKey`.
|
@Stability(value=Stable) @NotNull String getApiId()
@Stability(value=Stable) @Nullable default String getModelSelectionExpression()
@Stability(value=Stable) @Nullable default Object getResponseModels()
@Stability(value=Stable) @Nullable default Object getResponseParameters()
@Stability(value=Stable) @NotNull String getRouteId()
@Stability(value=Stable) @NotNull String getRouteResponseKey()
@Stability(value=Stable) static CfnRouteResponseProps.Builder builder()
CfnRouteResponseProps.Builder of CfnRouteResponsePropsCopyright © 2021. All rights reserved.