Package org.cdk8s.plus24
Class EnvValueFromProcessOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.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.plus24.EnvValueFromProcessOptions
EnvValueFromProcessOptions.Builder, EnvValueFromProcessOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(EnvValueFromProcessOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theEnvValueFromProcessOptions.Builder
.protected
Jsii$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()
boolean
equals(Object o)
Boolean
getRequired()
Specify whether the key must exist in the environment.int
hashCode()
-
-
-
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:EnvValueFromProcessOptions
Specify 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:
getRequired
in interfaceEnvValueFromProcessOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-