Class Assets.Jsii$Proxy

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

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

      • getLinks

        public final List<Link> getLinks()
        Description copied from interface: Assets
        (experimental) Include asset links in the release.
        Specified by:
        getLinks in interface Assets
      • $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