@Stability(value=Experimental) @Internal public static final class AssemblyManifest.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AssemblyManifest
AssemblyManifestsoftware.amazon.jsii.JsiiObject.InitializationModeAssemblyManifest.Builder, AssemblyManifest.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String version,
Map<String,? extends ArtifactManifest> artifacts,
List<? extends MissingContext> missing,
RuntimeInfo runtime)
Constructor that initializes the object based on literal property values passed by the
AssemblyManifest.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Map<String,ArtifactManifest> |
getArtifacts()
(experimental) The set of artifacts in this assembly.
|
List<MissingContext> |
getMissing()
(experimental) Missing context information.
|
RuntimeInfo |
getRuntime()
(experimental) Runtime information.
|
String |
getVersion()
(experimental) Protocol version.
|
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(String version, Map<String,? extends ArtifactManifest> artifacts, List<? extends MissingContext> missing, RuntimeInfo runtime)
AssemblyManifest.Builder.public final String getVersion()
AssemblyManifestgetVersion in interface AssemblyManifestpublic final Map<String,ArtifactManifest> getArtifacts()
AssemblyManifestDefault: - no artifacts.
getArtifacts in interface AssemblyManifestpublic final List<MissingContext> getMissing()
AssemblyManifestIf this field has values, it means that the cloud assembly is not complete and should not be deployed.
Default: - no missing context.
getMissing in interface AssemblyManifestpublic final RuntimeInfo getRuntime()
AssemblyManifestDefault: - no info.
getRuntime in interface AssemblyManifest@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.