Interface IModel.Jsii$Default

All Superinterfaces:
IModel, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IModel.Jsii$Proxy
Enclosing interface:
IModel

@Internal public static interface IModel.Jsii$Default extends IModel
Internal default implementation for IModel.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apigateway.IModel

    IModel.Jsii$Default, IModel.Jsii$Proxy
  • Method Summary

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

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getModelId

      @Stability(Stable) @NotNull default String getModelId()
      Returns the model name, such as 'myModel'.
      Specified by:
      getModelId in interface IModel