Class DockerImageAsset.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.amazon.awscdk.cloudassembly.schema.DockerImageAsset.Jsii$Proxy
-
- All Implemented Interfaces:
DockerImageAsset,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DockerImageAsset
@Stability(Stable) @Internal public static final class DockerImageAsset.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DockerImageAsset
An implementation forDockerImageAsset
-
-
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.DockerImageAsset
DockerImageAsset.Builder, DockerImageAsset.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DockerImageAsset.Builder builder)Constructor that initializes the object based on literal property values passed by theDockerImageAsset.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,DockerImageDestination>getDestinations()Destinations for this container asset.StringgetDisplayName()A display name for this asset.DockerImageSourcegetSource()Source description for container assets.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(DockerImageAsset.Builder builder)
Constructor that initializes the object based on literal property values passed by theDockerImageAsset.Builder.
-
-
Method Detail
-
getDestinations
public final Map<String,DockerImageDestination> getDestinations()
Description copied from interface:DockerImageAssetDestinations for this container asset.- Specified by:
getDestinationsin interfaceDockerImageAsset
-
getSource
public final DockerImageSource getSource()
Description copied from interface:DockerImageAssetSource description for container assets.- Specified by:
getSourcein interfaceDockerImageAsset
-
getDisplayName
public final String getDisplayName()
Description copied from interface:DockerImageAssetA display name for this asset.Default: - The identifier will be used as the display name
- Specified by:
getDisplayNamein interfaceDockerImageAsset
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-