Class CfnBot.SlotValueRegexFilterProperty.Jsii$Proxy

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

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

    • getPattern

      public final String getPattern()
      Description copied from interface: CfnBot.SlotValueRegexFilterProperty
      A regular expression used to validate the value of a slot.

      Use a standard regular expression. Amazon Lex supports the following characters in the regular expression:

      • A-Z, a-z
      • 0-9
      • Unicode characters ("\⁠u")

      Represent Unicode characters with four digits, for example "\⁠u0041" or "\⁠u005A".

      The following regular expression operators are not supported:

      • Infinite repeaters: *, +, or {x,} with no upper bound.
      • Wild card (.)
      Specified by:
      getPattern in interface CfnBot.SlotValueRegexFilterProperty
    • $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