@Stability(value=Stable) @Internal public static final class CfnMethod.MethodResponseProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnMethod.MethodResponseProperty
CfnMethod.MethodResponsePropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnMethod.MethodResponseProperty.Builder, CfnMethod.MethodResponseProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnMethod.MethodResponseProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnMethod.IntegrationProperty.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 |
getResponseModels()
The resources used for the response's content type.
|
Object |
getResponseParameters()
Response parameters that API Gateway sends to the client that called a method.
|
String |
getStatusCode()
The method response's status code, which you map to an [IntegrationResponse](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration-integrationresponse.html) .
|
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(CfnMethod.MethodResponseProperty.Builder builder)
CfnMethod.IntegrationProperty.Builder.public final String getStatusCode()
CfnMethod.MethodResponsePropertygetStatusCode in interface CfnMethod.MethodResponsePropertypublic final Object getResponseModels()
CfnMethod.MethodResponsePropertySpecify response models as key-value pairs (string-to-string maps), with a content type as the key and a Model resource name as the value.
getResponseModels in interface CfnMethod.MethodResponsePropertypublic final Object getResponseParameters()
CfnMethod.MethodResponseProperty
Specify response parameters as key-value pairs (string-to-Boolean maps), with a destination as the key and a Boolean as the value. Specify the destination using the following pattern: method.response.header. *name* , where name is a valid, unique header name. The Boolean specifies whether a parameter is required.
getResponseParameters in interface CfnMethod.MethodResponseProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.