Class SlotPriority
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelsv2.model.SlotPriority
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SlotPriority.Builder,SlotPriority>
@Generated("software.amazon.awssdk:codegen") public final class SlotPriority extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SlotPriority.Builder,SlotPriority>
Sets the priority that Amazon Lex should use when eliciting slot values from a user.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSlotPriority.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SlotPriority.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integerpriority()The priority that Amazon Lex should apply to the slot.List<SdkField<?>>sdkFields()static Class<? extends SlotPriority.Builder>serializableBuilderClass()StringslotId()The unique identifier of the slot.SlotPriority.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
priority
public final Integer priority()
The priority that Amazon Lex should apply to the slot.
- Returns:
- The priority that Amazon Lex should apply to the slot.
-
slotId
public final String slotId()
The unique identifier of the slot.
- Returns:
- The unique identifier of the slot.
-
toBuilder
public SlotPriority.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SlotPriority.Builder,SlotPriority>
-
builder
public static SlotPriority.Builder builder()
-
serializableBuilderClass
public static Class<? extends SlotPriority.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-