Class FileAsset.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cloud_assembly_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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cloud_assembly_schema.FileAsset
FileAsset.Builder, FileAsset.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(FileAsset.Builder builder) Constructor that initializes the object based on literal property values passed by theFileAsset.Builder.protectedJsii$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.JsonNodefinal booleanfinal Map<String, FileDestination> Destinations for this file asset.final StringA display name for this asset.final FileSourceSource description for file assets.final inthashCode()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:FileAssetDestinations for this file asset.- Specified by:
getDestinationsin interfaceFileAsset
-
getSource
Description copied from interface:FileAssetSource description for file assets. -
getDisplayName
Description copied from interface:FileAssetA display name for this asset.Default: - The identifier will be used as the display name
- Specified by:
getDisplayNamein interfaceFileAsset
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-