Class SiteReference.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.networkmanager.SiteReference.Jsii$Proxy
All Implemented Interfaces:
SiteReference, software.amazon.jsii.JsiiSerializable
Enclosing interface:
SiteReference

@Stability(Stable) @Internal public static final class SiteReference.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SiteReference
An implementation for SiteReference
  • 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.networkmanager.SiteReference

    SiteReference.Builder, SiteReference.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the SiteReference.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    The GlobalNetworkId of the Site resource.
    final String
    The ARN of the Site resource.
    final String
    The SiteId of the Site resource.
    final int
     

    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, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • 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(SiteReference.Builder builder)
      Constructor that initializes the object based on literal property values passed by the SiteReference.Builder.
  • Method Details

    • getGlobalNetworkId

      public final String getGlobalNetworkId()
      Description copied from interface: SiteReference
      The GlobalNetworkId of the Site resource.
      Specified by:
      getGlobalNetworkId in interface SiteReference
    • getSiteArn

      public final String getSiteArn()
      Description copied from interface: SiteReference
      The ARN of the Site resource.
      Specified by:
      getSiteArn in interface SiteReference
    • getSiteId

      public final String getSiteId()
      Description copied from interface: SiteReference
      The SiteId of the Site resource.
      Specified by:
      getSiteId in interface SiteReference
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object