Class Catalog.Jsii$Proxy

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

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

      • getAnnounce

        public final Boolean getAnnounce()
        Description copied from interface: Catalog
        (experimental) Should we announce new versions?

        Default: true

        Specified by:
        getAnnounce in interface Catalog
      • getTwitter

        public final String getTwitter()
        Description copied from interface: Catalog
        (experimental) Twitter account to.
        Specified by:
        getTwitter in interface Catalog
      • $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