@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:41.190Z") @Stability(value=Deprecated) @Deprecated public interface CfnRouteResponseV2Props 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.apigateway.*;
Object responseModels;
Object responseParameters;
CfnRouteResponseV2Props cfnRouteResponseV2Props = CfnRouteResponseV2Props.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 |
CfnRouteResponseV2Props.Builder
Deprecated.
|
static class |
CfnRouteResponseV2Props.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnRouteResponseV2Props.Builder |
builder()
Deprecated.
|
String |
getApiId()
Deprecated.
|
default String |
getModelSelectionExpression()
Deprecated.
|
default Object |
getResponseModels()
Deprecated.
|
default Object |
getResponseParameters()
Deprecated.
|
String |
getRouteId()
Deprecated.
|
String |
getRouteResponseKey()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @NotNull String getApiId()
@Stability(value=Deprecated) @Deprecated @NotNull String getRouteId()
@Stability(value=Deprecated) @Deprecated @NotNull String getRouteResponseKey()
@Stability(value=Deprecated) @Deprecated @Nullable default String getModelSelectionExpression()
@Stability(value=Deprecated) @Deprecated @Nullable default Object getResponseModels()
@Stability(value=Deprecated) @Deprecated @Nullable default Object getResponseParameters()
@Stability(value=Deprecated) @Deprecated static CfnRouteResponseV2Props.Builder builder()
CfnRouteResponseV2Props.Builder of CfnRouteResponseV2PropsCopyright © 2022. All rights reserved.