Class SGGraphStore.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.aws.awsprototypingsdk.cdkgraph.SGGraphStore.Jsii$Proxy
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,SGGraphStore
- Enclosing interface:
- SGGraphStore
@Stability(Experimental) @Internal public static final class SGGraphStore.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SGGraphStore
An implementation forSGGraphStore
-
-
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.SGGraphStore
SGGraphStore.Builder, SGGraphStore.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(SGGraphStore.Builder builder)Constructor that initializes the object based on literal property values passed by theSGGraphStore.Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<SGEdge>getEdges()(experimental) List of edges.SGNodegetTree()(experimental) Node tree.StringgetVersion()(experimental) Store version.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(SGGraphStore.Builder builder)
Constructor that initializes the object based on literal property values passed by theSGGraphStore.Builder.
-
-
Method Detail
-
getEdges
public final List<SGEdge> getEdges()
Description copied from interface:SGGraphStore(experimental) List of edges.- Specified by:
getEdgesin interfaceSGGraphStore
-
getTree
public final SGNode getTree()
Description copied from interface:SGGraphStore(experimental) Node tree.- Specified by:
getTreein interfaceSGGraphStore
-
getVersion
public final String getVersion()
Description copied from interface:SGGraphStore(experimental) Store version.- Specified by:
getVersionin interfaceSGGraphStore
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-