@Stability(value=Experimental) @Internal public static final class DevEnvironmentOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DevEnvironmentOptions
DevEnvironmentOptionssoftware.amazon.jsii.JsiiObject.InitializationModeDevEnvironmentOptions.Builder, DevEnvironmentOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(DevEnvironmentOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
DevEnvironmentOptions.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) |
DevEnvironmentDockerImage |
getDockerImage()
(experimental) A Docker image or Dockerfile for the container.
|
List<String> |
getPorts()
(experimental) An array of ports that should be exposed from the container.
|
List<Task> |
getTasks()
(experimental) An array of tasks that should be run when the container starts.
|
List<String> |
getVscodeExtensions()
(experimental) An array of extension IDs that specify the extensions that should be installed inside the container when it is created.
|
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(DevEnvironmentOptions.Builder builder)
DevEnvironmentOptions.Builder.public final DevEnvironmentDockerImage getDockerImage()
DevEnvironmentOptionsgetDockerImage in interface DevEnvironmentOptionspublic final List<String> getPorts()
DevEnvironmentOptionsgetPorts in interface DevEnvironmentOptionspublic final List<Task> getTasks()
DevEnvironmentOptionsgetTasks in interface DevEnvironmentOptionspublic final List<String> getVscodeExtensions()
DevEnvironmentOptionsgetVscodeExtensions in interface DevEnvironmentOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.