Class FileAsset.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cloudassembly.schema.FileAsset.Jsii$Proxy
- All Implemented Interfaces:
FileAsset
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
FileAsset
@Stability(Stable)
@Internal
public static final class FileAsset.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements FileAsset
An implementation for
FileAsset
-
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.FileAsset
FileAsset.Builder, FileAsset.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(FileAsset.Builder builder) Constructor that initializes the object based on literal property values passed by theFileAsset.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,
FileDestination> Destinations for this file asset.final FileSource
Source description for file 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 theFileAsset.Builder
.
-
-
Method Details
-
getDestinations
Description copied from interface:FileAsset
Destinations for this file asset.- Specified by:
getDestinations
in interfaceFileAsset
-
getSource
Description copied from interface:FileAsset
Source description for file assets. -
$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()
-