Class ServiceReference.Jsii$Proxy

    • 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

      • getPath

        public final String getPath()
        Description copied from interface: ServiceReference
        `path` is an optional URL path which will be sent in any request to this service.
        Specified by:
        getPath in interface ServiceReference
      • getPort

        public final Number getPort()
        Description copied from interface: ServiceReference
        If specified, the port on the service that hosting webhook.

        Default to 443 for backward compatibility. port should be a valid port number (1-65535, inclusive).

        Default: 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive).

        Specified by:
        getPort in interface ServiceReference
      • $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