@Stability(value=Stable) @Internal public static final class IntegrationConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IntegrationConfig
IntegrationConfigsoftware.amazon.jsii.JsiiObject.InitializationModeIntegrationConfig.Builder, IntegrationConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(IntegrationConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by the
IntegrationConfig.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) |
String |
getDeploymentToken()
This value is included in computing the Deployment's fingerprint.
|
String |
getIntegrationHttpMethod()
The integration's HTTP method type.
|
IntegrationOptions |
getOptions()
Integration options.
|
IntegrationType |
getType()
Specifies an API method integration type.
|
String |
getUri()
The Uniform Resource Identifier (URI) for the 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(IntegrationConfig.Builder builder)
IntegrationConfig.Builder.public final IntegrationType getType()
IntegrationConfiggetType in interface IntegrationConfigpublic final String getDeploymentToken()
IntegrationConfigWhen the fingerprint changes, a new deployment is triggered. This property should contain values associated with the Integration that upon changing should trigger a fresh the Deployment needs to be refreshed.
Default: undefined deployments are not triggered for any change to this integration.
getDeploymentToken in interface IntegrationConfigpublic final String getIntegrationHttpMethod()
IntegrationConfigDefault: - no integration method specified.
getIntegrationHttpMethod in interface IntegrationConfigpublic final IntegrationOptions getOptions()
IntegrationConfigDefault: - no integration options
getOptions in interface IntegrationConfigpublic final String getUri()
IntegrationConfigDefault: - no URI. Usually applies to MOCK integration
getUri in interface IntegrationConfig@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.