@Stability(value=Experimental) @Internal public static final class ArtifactManifest.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ArtifactManifest
ArtifactManifestsoftware.amazon.jsii.JsiiObject.InitializationModeArtifactManifest.Builder, ArtifactManifest.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(ArtifactType type,
List<String> dependencies,
String displayName,
String environment,
Map<String,? extends List<? extends MetadataEntry>> metadata,
Object properties)
Constructor that initializes the object based on literal property values passed by the
ArtifactManifest.Builder. |
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(Object o) |
List<String> |
getDependencies()
(experimental) IDs of artifacts that must be deployed before this artifact.
|
String |
getDisplayName()
(experimental) A string that represents this artifact.
|
String |
getEnvironment()
(experimental) The environment into which this artifact is deployed.
|
Map<String,List<MetadataEntry>> |
getMetadata()
(experimental) Associated metadata.
|
Object |
getProperties()
(experimental) The set of properties for this artifact (depends on type).
|
ArtifactType |
getType()
(experimental) The type of artifact.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(ArtifactType type, List<String> dependencies, String displayName, String environment, Map<String,? extends List<? extends MetadataEntry>> metadata, Object properties)
ArtifactManifest.Builder.public final ArtifactType getType()
ArtifactManifestgetType in interface ArtifactManifestpublic final List<String> getDependencies()
ArtifactManifestDefault: - no dependencies.
getDependencies in interface ArtifactManifestpublic final String getDisplayName()
ArtifactManifestShould only be used in user interfaces.
Default: - no display name
getDisplayName in interface ArtifactManifestpublic final String getEnvironment()
ArtifactManifestDefault: - no envrionment.
getEnvironment in interface ArtifactManifestpublic final Map<String,List<MetadataEntry>> getMetadata()
ArtifactManifestDefault: - no metadata.
getMetadata in interface ArtifactManifestpublic final Object getProperties()
ArtifactManifestDefault: - no properties.
getProperties in interface ArtifactManifest@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.