Class ServiceBackendPort.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

      • getName

        public final String getName()
        Description copied from interface: ServiceBackendPort
        Name is the name of the port on the Service.

        This is a mutually exclusive setting with "Number".

        Specified by:
        getName in interface ServiceBackendPort
      • getNumber

        public final Number getNumber()
        Description copied from interface: ServiceBackendPort
        Number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
        Specified by:
        getNumber in interface ServiceBackendPort
      • $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