Class 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
    • Constructor Detail

      • 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.
    • Method Detail

      • getEnableLookups

        public final Boolean 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 explicitly testing lookups.

        Default: false

        Specified by:
        getEnableLookups in interface IntegManifest
      • getSynthContext

        public final Map<String,​String> 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 interface IntegManifest
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object