Class DeploymentOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.github.workflows.DeploymentOptions.Jsii$Proxy
-
- All Implemented Interfaces:
DeploymentOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DeploymentOptions
@Stability(Experimental) @Internal public static final class DeploymentOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DeploymentOptions
An implementation forDeploymentOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.github.workflows.DeploymentOptions
DeploymentOptions.Builder, DeploymentOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DeploymentOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theDeploymentOptions.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()
-
-
-
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(DeploymentOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theDeploymentOptions.Builder.
-
-