Class SGNode.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.aws.awsprototypingsdk.cdkgraph.SGNode.Jsii$Proxy
-
-
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.SGNode
SGNode.Builder, SGNode.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(SGNode.Builder builder)Constructor that initializes the object based on literal property values passed by theSGNode.Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)Map<String,Object>getAttributes()(experimental) Serializable entity attributes.StringgetCfnType()(experimental) CloudFormation resource type for this node.Map<String,SGNode>getChildren()(experimental) Child node record.ConstructInfogetConstructInfo()(experimental) Synthesized construct information defining jii resolution data.List<String>getEdges()(experimental) List of edge UUIDs where this node is the source.List<FlagEnum>getFlags()(experimental) Serializable entity flags.StringgetId()(experimental) Node id within parent (unique only between parent child nodes).StringgetLogicalId()(experimental) Logical id of the node, which is only unique within containing stack.List<software.constructs.MetadataEntry>getMetadata()(experimental) Serializable entity metadata.NodeTypeEnumgetNodeType()(experimental) Node type.StringgetParent()(experimental) UUID of node parent.StringgetPath()(experimental) Node path.StringgetStack()(experimental) UUID of node stack.Map<String,String>getTags()(experimental) Serializable entity tags.StringgetUuid()(experimental) Universally unique identity.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(SGNode.Builder builder)
Constructor that initializes the object based on literal property values passed by theSGNode.Builder.
-
-
Method Detail
-
getId
public final String getId()
Description copied from interface:SGNode(experimental) Node id within parent (unique only between parent child nodes).
-
getNodeType
public final NodeTypeEnum getNodeType()
Description copied from interface:SGNode(experimental) Node type.- Specified by:
getNodeTypein interfaceSGNode
-
getPath
public final String getPath()
Description copied from interface:SGNode(experimental) Node path.
-
getCfnType
public final String getCfnType()
Description copied from interface:SGNode(experimental) CloudFormation resource type for this node.- Specified by:
getCfnTypein interfaceSGNode
-
getChildren
public final Map<String,SGNode> getChildren()
Description copied from interface:SGNode(experimental) Child node record.- Specified by:
getChildrenin interfaceSGNode
-
getConstructInfo
public final ConstructInfo getConstructInfo()
Description copied from interface:SGNode(experimental) Synthesized construct information defining jii resolution data.- Specified by:
getConstructInfoin interfaceSGNode
-
getEdges
public final List<String> getEdges()
Description copied from interface:SGNode(experimental) List of edge UUIDs where this node is the source.
-
getLogicalId
public final String getLogicalId()
Description copied from interface:SGNode(experimental) Logical id of the node, which is only unique within containing stack.- Specified by:
getLogicalIdin interfaceSGNode
-
getParent
public final String getParent()
Description copied from interface:SGNode(experimental) UUID of node parent.
-
getStack
public final String getStack()
Description copied from interface:SGNode(experimental) UUID of node stack.
-
getUuid
public final String getUuid()
Description copied from interface:SGEntity(experimental) Universally unique identity.
-
getAttributes
public final Map<String,Object> getAttributes()
Description copied from interface:SGEntity(experimental) Serializable entity attributes.- Specified by:
getAttributesin interfaceSGEntity- See Also:
- Attributes
-
getFlags
public final List<FlagEnum> getFlags()
Description copied from interface:SGEntity(experimental) Serializable entity flags.
-
getMetadata
public final List<software.constructs.MetadataEntry> getMetadata()
Description copied from interface:SGEntity(experimental) Serializable entity metadata.- Specified by:
getMetadatain interfaceSGEntity- See Also:
- Metadata
-
getTags
public final Map<String,String> getTags()
Description copied from interface:SGEntity(experimental) Serializable entity tags.
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-