Class AssetModelReference.Jsii$Proxy

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

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

    • getAssetModelArn

      public final String getAssetModelArn()
      Description copied from interface: AssetModelReference
      The ARN of the AssetModel resource.
      Specified by:
      getAssetModelArn in interface AssetModelReference
    • getAssetModelId

      public final String getAssetModelId()
      Description copied from interface: AssetModelReference
      The AssetModelId of the AssetModel resource.
      Specified by:
      getAssetModelId in interface AssetModelReference
    • $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