Class AssetManifest.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.amazon.awscdk.cloudassembly.schema.AssetManifest.Jsii$Proxy
-
- All Implemented Interfaces:
AssetManifest,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AssetManifest
@Stability(Stable) @Internal public static final class AssetManifest.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AssetManifest
An implementation forAssetManifest
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.amazon.awscdk.cloudassembly.schema.AssetManifest
AssetManifest.Builder, AssetManifest.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AssetManifest.Builder builder)Constructor that initializes the object based on literal property values passed by theAssetManifest.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)Map<String,DockerImageAsset>getDockerImages()The Docker image assets in this manifest.Map<String,FileAsset>getFiles()The file assets in this manifest.StringgetVersion()Version of the manifest.inthashCode()
-
-
-
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.
-
Jsii$Proxy
protected Jsii$Proxy(AssetManifest.Builder builder)
Constructor that initializes the object based on literal property values passed by theAssetManifest.Builder.
-
-
Method Detail
-
getVersion
public final String getVersion()
Description copied from interface:AssetManifestVersion of the manifest.- Specified by:
getVersionin interfaceAssetManifest
-
getDockerImages
public final Map<String,DockerImageAsset> getDockerImages()
Description copied from interface:AssetManifestThe Docker image assets in this manifest.Default: - No Docker images
- Specified by:
getDockerImagesin interfaceAssetManifest
-
getFiles
public final Map<String,FileAsset> getFiles()
Description copied from interface:AssetManifestThe file assets in this manifest.Default: - No files
- Specified by:
getFilesin interfaceAssetManifest
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-