Package org.cdk8s.plus23
Class EnvValueFromProcessOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus23.EnvValueFromProcessOptions.Jsii$Proxy
-
- All Implemented Interfaces:
EnvValueFromProcessOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EnvValueFromProcessOptions
@Stability(Stable) @Internal public static final class EnvValueFromProcessOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EnvValueFromProcessOptions
An implementation forEnvValueFromProcessOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus23.EnvValueFromProcessOptions
EnvValueFromProcessOptions.Builder, EnvValueFromProcessOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(EnvValueFromProcessOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theEnvValueFromProcessOptions.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()booleanequals(Object o)BooleangetRequired()Specify whether the key must exist in the environment.inthashCode()
-
-
-
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(EnvValueFromProcessOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theEnvValueFromProcessOptions.Builder.
-
-
Method Detail
-
getRequired
public final Boolean getRequired()
Description copied from interface:EnvValueFromProcessOptionsSpecify whether the key must exist in the environment.If this is set to true, and the key does not exist, an error will thrown.
Default: false
- Specified by:
getRequiredin interfaceEnvValueFromProcessOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-