@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.915Z") @Stability(value=Stable) public interface CfnRouteResponseProps extends software.amazon.jsii.JsiiSerializable
| 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) @NotNull String getRouteId()
@Stability(value=Stable) @NotNull String getRouteResponseKey()
@Stability(value=Stable) @Nullable default String getModelSelectionExpression()
@Stability(value=Stable) @Nullable default Object getResponseModels()
@Stability(value=Stable) @Nullable default Object getResponseParameters()
@Stability(value=Stable) static CfnRouteResponseProps.Builder builder()
CfnRouteResponseProps.Builder of CfnRouteResponsePropsCopyright © 2021. All rights reserved.