@Stability(value=Stable)
public static interface CfnIntegration.ResponseParameterListProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
ResponseParameterListProperty responseParameterListProperty = ResponseParameterListProperty.builder()
.responseParameters(List.of(ResponseParameterProperty.builder()
.destination("destination")
.source("source")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnIntegration.ResponseParameterListProperty.Builder
A builder for
CfnIntegration.ResponseParameterListProperty |
static class |
CfnIntegration.ResponseParameterListProperty.Jsii$Proxy
An implementation for
CfnIntegration.ResponseParameterListProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnIntegration.ResponseParameterListProperty.Builder |
builder() |
default Object |
getResponseParameters()
`CfnIntegration.ResponseParameterListProperty.ResponseParameters`.
|
@Stability(value=Stable) @Nullable default Object getResponseParameters()
@Stability(value=Stable) static CfnIntegration.ResponseParameterListProperty.Builder builder()
Copyright © 2021. All rights reserved.