public static final class ArtifactManifest.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ArtifactManifest
ArtifactManifest
ArtifactManifest.Builder, ArtifactManifest.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.util.List<java.lang.String> |
getDependencies()
IDs of artifacts that must be deployed before this artifact.
|
java.lang.String |
getDisplayName()
A string that represents this artifact.
|
java.lang.String |
getEnvironment()
The environment into which this artifact is deployed.
|
java.util.Map<java.lang.String,java.util.List<MetadataEntry>> |
getMetadata()
Associated metadata.
|
java.lang.Object |
getProperties()
The set of properties for this artifact (depends on type).
|
ArtifactType |
getType()
The type of artifact.
|
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 ArtifactType getType()
ArtifactManifest
getType
in interface ArtifactManifest
public final java.util.List<java.lang.String> getDependencies()
ArtifactManifest
Default: - no dependencies.
getDependencies
in interface ArtifactManifest
public final java.lang.String getDisplayName()
ArtifactManifest
Should only be used in user interfaces.
Default: - no display name
getDisplayName
in interface ArtifactManifest
public final java.lang.String getEnvironment()
ArtifactManifest
Default: - no envrionment.
getEnvironment
in interface ArtifactManifest
public final java.util.Map<java.lang.String,java.util.List<MetadataEntry>> getMetadata()
ArtifactManifest
Default: - no metadata.
getMetadata
in interface ArtifactManifest
public final java.lang.Object getProperties()
ArtifactManifest
Default: - no properties.
getProperties
in interface ArtifactManifest
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()