Interface ISchemaConfig.Jsii$Default

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

@Internal public static interface ISchemaConfig.Jsii$Default extends ISchemaConfig
Internal default implementation for ISchemaConfig.
  • Method Details

    • getApiId

      @Stability(Stable) @NotNull default String getApiId()
      The ID of the api the schema is bound to.
      Specified by:
      getApiId in interface ISchemaConfig
    • setApiId

      @Stability(Stable) default void setApiId(@NotNull String value)
      The ID of the api the schema is bound to.
      Specified by:
      setApiId in interface ISchemaConfig
    • getDefinition

      @Stability(Stable) @NotNull default String getDefinition()
      The schema definition string.
      Specified by:
      getDefinition in interface ISchemaConfig
    • setDefinition

      @Stability(Stable) default void setDefinition(@NotNull String value)
      The schema definition string.
      Specified by:
      setDefinition in interface ISchemaConfig