@Stability(value=Experimental) @Internal public static final class HttpIntegrationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HttpIntegrationProps
HttpIntegrationPropssoftware.amazon.jsii.JsiiObject.InitializationModeHttpIntegrationProps.Builder, HttpIntegrationProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String httpMethod,
IntegrationOptions options,
Boolean proxy)
Constructor that initializes the object based on literal property values passed by the
HttpIntegrationProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getHttpMethod()
(experimental) HTTP method to use when invoking the backend URL.
|
IntegrationOptions |
getOptions()
(experimental) Integration options, such as request/resopnse mapping, content handling, etc.
|
Boolean |
getProxy()
(experimental) Determines whether to use proxy integration or custom integration.
|
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(String httpMethod, IntegrationOptions options, Boolean proxy)
HttpIntegrationProps.Builder.public final String getHttpMethod()
HttpIntegrationPropsDefault: GET
getHttpMethod in interface HttpIntegrationPropspublic final IntegrationOptions getOptions()
HttpIntegrationPropsDefault: defaults based on `IntegrationOptions` defaults
getOptions in interface HttpIntegrationPropspublic final Boolean getProxy()
HttpIntegrationPropsDefault: true
getProxy in interface HttpIntegrationProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.