Class SmithyPlugin.Jsii$Proxy

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

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

      • getService

        public final String getService()
        Description copied from interface: SmithyPlugin
        (experimental) The service to which the plugin should apply.
        Specified by:
        getService in interface SmithyPlugin
      • $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