Class SGNode.Jsii$Proxy

  • All Implemented Interfaces:
    software.amazon.jsii.JsiiSerializable, SGEntity, SGNode
    Enclosing interface:
    SGNode

    @Stability(Experimental)
    @Internal
    public static final class SGNode.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements SGNode
    An implementation for SGNode
    • 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 the SGNode.Builder.
    • Method Detail

      • getId

        public final String getId()
        Description copied from interface: SGNode
        (experimental) Node id within parent (unique only between parent child nodes).
        Specified by:
        getId in interface SGNode
      • getPath

        public final String getPath()
        Description copied from interface: SGNode
        (experimental) Node path.
        Specified by:
        getPath in interface SGNode
      • getCfnType

        public final String getCfnType()
        Description copied from interface: SGNode
        (experimental) CloudFormation resource type for this node.
        Specified by:
        getCfnType in interface SGNode
      • getConstructInfo

        public final ConstructInfo getConstructInfo()
        Description copied from interface: SGNode
        (experimental) Synthesized construct information defining jii resolution data.
        Specified by:
        getConstructInfo in interface SGNode
      • getEdges

        public final List<String> getEdges()
        Description copied from interface: SGNode
        (experimental) List of edge UUIDs where this node is the source.
        Specified by:
        getEdges in interface SGNode
      • 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:
        getLogicalId in interface SGNode
      • getParent

        public final String getParent()
        Description copied from interface: SGNode
        (experimental) UUID of node parent.
        Specified by:
        getParent in interface SGNode
      • getStack

        public final String getStack()
        Description copied from interface: SGNode
        (experimental) UUID of node stack.
        Specified by:
        getStack in interface SGNode
      • getUuid

        public final String getUuid()
        Description copied from interface: SGEntity
        (experimental) Universally unique identity.
        Specified by:
        getUuid in interface SGEntity
      • getMetadata

        public final List<software.constructs.MetadataEntry> getMetadata()
        Description copied from interface: SGEntity
        (experimental) Serializable entity metadata.

        Specified by:
        getMetadata in interface SGEntity
        See Also:
        Metadata
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object