Class CfnBotVersionProps.Jsii$Proxy

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

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

    • getBotId

      public final String getBotId()
      Description copied from interface: CfnBotVersionProps
      The unique identifier of the bot.
      Specified by:
      getBotId in interface CfnBotVersionProps
    • getBotVersionLocaleSpecification

      public final Object getBotVersionLocaleSpecification()
      Description copied from interface: CfnBotVersionProps
      Specifies the locales that Amazon Lex adds to this version.

      You can choose the Draft version or any other previously published version for each locale. When you specify a source version, the locale data is copied from the source version to the new version.

      Specified by:
      getBotVersionLocaleSpecification in interface CfnBotVersionProps
    • getDescription

      public final String getDescription()
      Description copied from interface: CfnBotVersionProps
      The description of the version.
      Specified by:
      getDescription in interface CfnBotVersionProps
    • $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