Class IPeer.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gamelift.alpha.IPeer.Jsii$Proxy
All Implemented Interfaces:
IPeer, IPeer.Jsii$Default, software.amazon.jsii.JsiiSerializable
Enclosing interface:
IPeer

@Internal public static final class IPeer.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IPeer.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.gamelift.alpha.IPeer

    IPeer.Jsii$Default, IPeer.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final String
    (experimental) A unique identifier for this connection peer.
    final Object
    (experimental) Produce the ingress rule JSON for the given connection.

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
  • Method Details

    • getUniqueId

      @Stability(Experimental) @NotNull public final String getUniqueId()
      (experimental) A unique identifier for this connection peer.
      Specified by:
      getUniqueId in interface IPeer
      Specified by:
      getUniqueId in interface IPeer.Jsii$Default
    • toJson

      @Stability(Experimental) @NotNull public final Object toJson()
      (experimental) Produce the ingress rule JSON for the given connection.
      Specified by:
      toJson in interface IPeer
      Specified by:
      toJson in interface IPeer.Jsii$Default