Class FileAsset.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.amazon.awscdk.cloudassembly.schema.FileAsset.Jsii$Proxy
-
-
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
Constructors Modifier Constructor Description protectedJsii$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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)Map<String,FileDestination>getDestinations()Destinations for this file asset.StringgetDisplayName()A display name for this asset.FileSourcegetSource()Source description for file 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(FileAsset.Builder builder)
Constructor that initializes the object based on literal property values passed by theFileAsset.Builder.
-
-
Method Detail
-
getDestinations
public final Map<String,FileDestination> getDestinations()
Description copied from interface:FileAssetDestinations for this file asset.- Specified by:
getDestinationsin interfaceFileAsset
-
getSource
public final FileSource getSource()
Description copied from interface:FileAssetSource description for file assets.
-
getDisplayName
public final String 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
-
-