@Stability(value=Stable) @Internal public static final class CfnIntegration.ResponseParameterListProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnIntegration.ResponseParameterListProperty
CfnIntegration.ResponseParameterListPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnIntegration.ResponseParameterListProperty.Builder, CfnIntegration.ResponseParameterListProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnIntegration.ResponseParameterListProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnIntegration.ResponseParameterListProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getResponseParameters()
Supported only for HTTP APIs.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnIntegration.ResponseParameterListProperty.Builder builder)
CfnIntegration.ResponseParameterListProperty.Builder.public final Object getResponseParameters()
CfnIntegration.ResponseParameterListProperty
You use response parameters to transform the HTTP response from a backend integration before returning the response to clients. Specify a key-value map from a selection key to response parameters. The selection key must be a valid HTTP status code within the range of 200-599. Response parameters are a key-value map. The key must match the pattern <action>:<header>.<location> or overwrite.statuscode . The action can be append , overwrite or remove . The value can be a static value, or map to response data, stage variables, or context variables that are evaluated at runtime. To learn more, see Transforming API requests and responses .
getResponseParameters in interface CfnIntegration.ResponseParameterListProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.