Class BuiltInSlotTypeSummary
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelsv2.model.BuiltInSlotTypeSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BuiltInSlotTypeSummary.Builder,BuiltInSlotTypeSummary>
@Generated("software.amazon.awssdk:codegen") public final class BuiltInSlotTypeSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BuiltInSlotTypeSummary.Builder,BuiltInSlotTypeSummary>
Provides summary information about a built-in slot type for the ListBuiltInSlotTypes operation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBuiltInSlotTypeSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BuiltInSlotTypeSummary.Builderbuilder()Stringdescription()The description of the built-in slot type.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends BuiltInSlotTypeSummary.Builder>serializableBuilderClass()StringslotTypeSignature()The signature of the built-in slot type.BuiltInSlotTypeSummary.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
-
slotTypeSignature
public final String slotTypeSignature()
The signature of the built-in slot type. Use this to specify the parent slot type of a derived slot type.
- Returns:
- The signature of the built-in slot type. Use this to specify the parent slot type of a derived slot type.
-
description
public final String description()
The description of the built-in slot type.
- Returns:
- The description of the built-in slot type.
-
toBuilder
public BuiltInSlotTypeSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BuiltInSlotTypeSummary.Builder,BuiltInSlotTypeSummary>
-
builder
public static BuiltInSlotTypeSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends BuiltInSlotTypeSummary.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.
-
-