Class AssemblyManifest.Jsii$Proxy

    • 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

      • getMinimumCliVersion

        public final String getMinimumCliVersion()
        Description copied from interface: AssemblyManifest
        Required CLI version, if available.

        If the manifest producer knows, it can put the minimum version of the CLI here that supports reading this assembly.

        If set, it can be used to show a more informative error message to users.

        Default: - Minimum CLI version unknown

        Specified by:
        getMinimumCliVersion in interface AssemblyManifest
      • getMissing

        public final List<MissingContext> getMissing()
        Description copied from interface: AssemblyManifest
        Missing context information.

        If this field has values, it means that the cloud assembly is not complete and should not be deployed.

        Default: - no missing context.

        Specified by:
        getMissing in interface AssemblyManifest
      • $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