Class SGEntity.Jsii$Proxy

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

    @Stability(Experimental)
    @Internal
    public static final class SGEntity.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements SGEntity
    An implementation for SGEntity
    • 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​(SGEntity.Builder builder)
        Constructor that initializes the object based on literal property values passed by the SGEntity.Builder.
    • Method Detail

      • 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