Interface IModel

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IModel.Jsii$Default
All Known Implementing Classes:
EmptyModel, ErrorModel, IModel.Jsii$Proxy, Model

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:44.952Z") @Stability(Stable) public interface IModel extends software.amazon.jsii.JsiiSerializable
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IModel.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the model name, such as 'myModel'.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getModelId

      @Stability(Stable) @NotNull String getModelId()
      Returns the model name, such as 'myModel'.