@Stability(value=Stable) @Internal public static final class IntegManifest.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IntegManifest
IntegManifestsoftware.amazon.jsii.JsiiObject.InitializationModeIntegManifest.Builder, IntegManifest.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(IntegManifest.Builder builder)
Constructor that initializes the object based on literal property values passed by the
IntegManifest.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) |
Boolean |
getEnableLookups()
Enable lookups for this test.
|
Map<String,String> |
getSynthContext()
Additional context to use when performing a synth.
|
Map<String,TestCase> |
getTestCases()
test cases.
|
String |
getVersion()
Version of the manifest.
|
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(IntegManifest.Builder builder)
IntegManifest.Builder.public final Map<String,TestCase> getTestCases()
IntegManifestgetTestCases in interface IntegManifestpublic final String getVersion()
IntegManifestgetVersion in interface IntegManifestpublic final Boolean getEnableLookups()
IntegManifest
If lookups are enabled
then stackUpdateWorkflow must be set to false.
Lookups should only be enabled when you are explicitely testing
lookups.
Default: false
getEnableLookups in interface IntegManifestpublic final Map<String,String> getSynthContext()
IntegManifestAny context provided here will override any default context
Default: - no additional context
getSynthContext in interface IntegManifest@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.