Class Sysctl.Jsii$Proxy

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

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

      • getName

        public final String getName()
        Description copied from interface: Sysctl
        Name of a property to set.
        Specified by:
        getName in interface Sysctl
      • getValue

        public final String getValue()
        Description copied from interface: Sysctl
        Value of a property to set.
        Specified by:
        getValue in interface Sysctl
      • $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