Class HostAlias.Jsii$Proxy

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

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

      • getIp

        public final String getIp()
        Description copied from interface: HostAlias
        IP address of the host file entry.
        Specified by:
        getIp in interface HostAlias
      • $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