@Stability(value=Stable) @Internal public static final class AssetManifest.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AssetManifest
AssetManifestsoftware.amazon.jsii.JsiiObject.InitializationModeAssetManifest.Builder, AssetManifest.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(AssetManifest.Builder builder)
Constructor that initializes the object based on literal property values passed by the
AssetManifest.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,DockerImageAsset> |
getDockerImages()
The Docker image assets in this manifest.
|
Map<String,FileAsset> |
getFiles()
The file assets in this manifest.
|
String |
getVersion()
Version of the manifest.
|
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(AssetManifest.Builder builder)
AssetManifest.Builder.public final String getVersion()
AssetManifestgetVersion in interface AssetManifestpublic final Map<String,DockerImageAsset> getDockerImages()
AssetManifestDefault: - No Docker images
getDockerImages in interface AssetManifestpublic final Map<String,FileAsset> getFiles()
AssetManifestDefault: - No files
getFiles in interface AssetManifest@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.