Package org.cdk8s.plus24
Class EnvValueFromResourceOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.EnvValueFromResourceOptions.Jsii$Proxy
-
- All Implemented Interfaces:
EnvValueFromResourceOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EnvValueFromResourceOptions
@Stability(Stable) @Internal public static final class EnvValueFromResourceOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EnvValueFromResourceOptions
An implementation forEnvValueFromResourceOptions
-
-
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.EnvValueFromResourceOptions
EnvValueFromResourceOptions.Builder, EnvValueFromResourceOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(EnvValueFromResourceOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theEnvValueFromResourceOptions.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)
Container
getContainer()
The container to select the value from.String
getDivisor()
The output format of the exposed resource.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(EnvValueFromResourceOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theEnvValueFromResourceOptions.Builder
.
-
-
Method Detail
-
getContainer
public final Container getContainer()
Description copied from interface:EnvValueFromResourceOptions
The container to select the value from.- Specified by:
getContainer
in interfaceEnvValueFromResourceOptions
-
getDivisor
public final String getDivisor()
Description copied from interface:EnvValueFromResourceOptions
The output format of the exposed resource.- Specified by:
getDivisor
in interfaceEnvValueFromResourceOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-