Class DockerImageAsset.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cloud_assembly_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 for
DockerImageAsset
-
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.cloud_assembly_schema.DockerImageAsset
DockerImageAsset.Builder, DockerImageAsset.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(DockerImageAsset.Builder builder) Constructor that initializes the object based on literal property values passed by theDockerImageAsset.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Map
<String, DockerImageDestination> Destinations for this container asset.final String
A display name for this asset.final DockerImageSource
Source description for container assets.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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
Constructor that initializes the object based on literal property values passed by theDockerImageAsset.Builder
.
-
-
Method Details
-
getDestinations
Description copied from interface:DockerImageAsset
Destinations for this container asset.- Specified by:
getDestinations
in interfaceDockerImageAsset
-
getSource
Description copied from interface:DockerImageAsset
Source description for container assets.- Specified by:
getSource
in interfaceDockerImageAsset
-
getDisplayName
Description copied from interface:DockerImageAsset
A display name for this asset.Default: - The identifier will be used as the display name
- Specified by:
getDisplayName
in interfaceDockerImageAsset
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-