Class Link.Jsii$Proxy

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

    @Stability(Experimental)
    @Internal
    public static final class Link.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements Link
    An implementation for Link
    • Nested Class Summary

      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Jsii$Proxy​(Link.Builder builder)
      Constructor that initializes the object based on literal property values passed by the Link.Builder.
      protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
    • 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​(Link.Builder builder)
        Constructor that initializes the object based on literal property values passed by the Link.Builder.
    • Method Detail

      • getName

        public final String getName()
        Description copied from interface: Link
        (experimental) The name of the link.
        Specified by:
        getName in interface Link
      • getUrl

        public final String getUrl()
        Description copied from interface: Link
        (experimental) The URL to download a file.
        Specified by:
        getUrl in interface Link
      • getFilepath

        public final String getFilepath()
        Description copied from interface: Link
        (experimental) The redirect link to the url.
        Specified by:
        getFilepath in interface Link
      • getLinkType

        public final LinkType getLinkType()
        Description copied from interface: Link
        (experimental) The content kind of what users can download via url.
        Specified by:
        getLinkType in interface Link
      • $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