@Stability(value=Stable) @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(AssemblyManifest.Builder builder)
Constructor that initializes the object based on literal property values passed by the
AssemblyManifest.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) |
Map<String,ArtifactManifest> |
getArtifacts()
The set of artifacts in this assembly.
|
List<MissingContext> |
getMissing()
Missing context information.
|
RuntimeInfo |
getRuntime()
Runtime information.
|
String |
getVersion()
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(AssemblyManifest.Builder builder)
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 © 2022. All rights reserved.