public static final class FileAssetMetadataEntry.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FileAssetMetadataEntry
FileAssetMetadataEntry
FileAssetMetadataEntry.Builder, FileAssetMetadataEntry.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getArtifactHashParameter()
The name of the parameter where the hash of the bundled asset should be passed in.
|
java.lang.String |
getId()
Logical identifier for the asset.
|
java.lang.String |
getPackaging()
Requested packaging style.
|
java.lang.String |
getPath()
Path on disk to the asset.
|
java.lang.String |
getS3BucketParameter()
Name of parameter where S3 bucket should be passed in.
|
java.lang.String |
getS3KeyParameter()
Name of parameter where S3 key should be passed in.
|
java.lang.String |
getSourceHash()
The hash of the asset source.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getArtifactHashParameter()
FileAssetMetadataEntry
getArtifactHashParameter
in interface FileAssetMetadataEntry
public final java.lang.String getId()
FileAssetMetadataEntry
getId
in interface FileAssetMetadataEntry
public final java.lang.String getPackaging()
FileAssetMetadataEntry
getPackaging
in interface FileAssetMetadataEntry
public final java.lang.String getPath()
FileAssetMetadataEntry
getPath
in interface FileAssetMetadataEntry
public final java.lang.String getS3BucketParameter()
FileAssetMetadataEntry
getS3BucketParameter
in interface FileAssetMetadataEntry
public final java.lang.String getS3KeyParameter()
FileAssetMetadataEntry
getS3KeyParameter
in interface FileAssetMetadataEntry
public final java.lang.String getSourceHash()
FileAssetMetadataEntry
getSourceHash
in interface FileAssetMetadataEntry
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()