Class NamedInputs.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.aws.awsprototypingsdk.nxmonorepo.nx.NamedInputs.Jsii$Proxy
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,NamedInputs
- Enclosing interface:
- NamedInputs
@Stability(Stable) @Internal public static final class NamedInputs.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NamedInputs
An implementation forNamedInputs
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.aws.awsprototypingsdk.nxmonorepo.nx.NamedInputs
NamedInputs.Builder, NamedInputs.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.protectedJsii$Proxy(NamedInputs.Builder builder)Constructor that initializes the object based on literal property values passed by theNamedInputs.Builder.
-
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(NamedInputs.Builder builder)
Constructor that initializes the object based on literal property values passed by theNamedInputs.Builder.
-
-