Class Engine.Jsii$Proxy

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

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

      • getName

        public final String getName()
        Description copied from interface: Engine
        (experimental) Name of the secrets engine.
        Specified by:
        getName in interface Engine
      • getPath

        public final String getPath()
        Description copied from interface: Engine
        (experimental) Path to the secrets engine.
        Specified by:
        getPath in interface Engine
      • $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