@Generated(value="software.amazon.awssdk:codegen") public final class SlotValueRegexFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SlotValueRegexFilter.Builder,SlotValueRegexFilter>
Provides a regular expression used to validate the value of a slot.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SlotValueRegexFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SlotValueRegexFilter.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
pattern()
A regular expression used to validate the value of a slot.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SlotValueRegexFilter.Builder> |
serializableBuilderClass() |
SlotValueRegexFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String pattern()
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<Unicode>")
Represent Unicode characters with four digits, for example "A" or "Z".
The following regular expression operators are not supported:
Infinite repeaters: *, +, or {x,} with no upper bound.
Wild card (.)
Use a standard regular expression. Amazon Lex supports the following characters in the regular expression:
A-Z, a-z
0-9
Unicode characters ("\ u<Unicode>")
Represent Unicode characters with four digits, for example "A" or "Z".
The following regular expression operators are not supported:
Infinite repeaters: *, +, or {x,} with no upper bound.
Wild card (.)
public SlotValueRegexFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SlotValueRegexFilter.Builder,SlotValueRegexFilter>public static SlotValueRegexFilter.Builder builder()
public static Class<? extends SlotValueRegexFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.