@Stability(value=Stable)
public static interface CfnIntegration.ResponseParameterProperty
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.*;
ResponseParameterProperty responseParameterProperty = ResponseParameterProperty.builder()
.destination("destination")
.source("source")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnIntegration.ResponseParameterProperty.Builder
A builder for
CfnIntegration.ResponseParameterProperty |
static class |
CfnIntegration.ResponseParameterProperty.Jsii$Proxy
An implementation for
CfnIntegration.ResponseParameterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnIntegration.ResponseParameterProperty.Builder |
builder() |
String |
getDestination()
`CfnIntegration.ResponseParameterProperty.Destination`.
|
String |
getSource()
`CfnIntegration.ResponseParameterProperty.Source`.
|
@Stability(value=Stable) @NotNull String getDestination()
@Stability(value=Stable) @NotNull String getSource()
@Stability(value=Stable) static CfnIntegration.ResponseParameterProperty.Builder builder()
Copyright © 2021. All rights reserved.