Class IntegManifest.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cloudassembly.schema.IntegManifest.Jsii$Proxy
- All Implemented Interfaces:
IntegManifest
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IntegManifest
@Stability(Stable)
@Internal
public static final class IntegManifest.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IntegManifest
An implementation for
IntegManifest
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.cloudassembly.schema.IntegManifest
IntegManifest.Builder, IntegManifest.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(IntegManifest.Builder builder) Constructor that initializes the object based on literal property values passed by theIntegManifest.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theIntegManifest.Builder
.
-
-
Method Details
-
getTestCases
Description copied from interface:IntegManifest
test cases.- Specified by:
getTestCases
in interfaceIntegManifest
-
getVersion
Description copied from interface:IntegManifest
Version of the manifest.- Specified by:
getVersion
in interfaceIntegManifest
-
getEnableLookups
Description copied from interface:IntegManifest
Enable lookups for this test.If lookups are enabled then
stackUpdateWorkflow
must be set to false. Lookups should only be enabled when you are explicitely testing lookups.Default: false
- Specified by:
getEnableLookups
in interfaceIntegManifest
-
getSynthContext
Description copied from interface:IntegManifest
Additional context to use when performing a synth.Any context provided here will override any default context
Default: - no additional context
- Specified by:
getSynthContext
in interfaceIntegManifest
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-