Class ConstructInfo.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.aws.awsprototypingsdk.cdkgraph.ConstructInfo.Jsii$Proxy
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,ConstructInfo
- Enclosing interface:
- ConstructInfo
@Stability(Experimental) @Internal public static final class ConstructInfo.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ConstructInfo
An implementation forConstructInfo
-
-
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.cdkgraph.ConstructInfo
ConstructInfo.Builder, ConstructInfo.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(ConstructInfo.Builder builder)Constructor that initializes the object based on literal property values passed by theConstructInfo.Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetFqn()StringgetVersion()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(ConstructInfo.Builder builder)
Constructor that initializes the object based on literal property values passed by theConstructInfo.Builder.
-
-
Method Detail
-
getFqn
public final String getFqn()
- Specified by:
getFqnin interfaceConstructInfo
-
getVersion
public final String getVersion()
- Specified by:
getVersionin interfaceConstructInfo
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-