@Generated(value="software.amazon.awssdk:codegen") public final class SuggestableConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SuggestableConfig.Builder,SuggestableConfig>
Provides the configuration information for a document field/attribute that you want to base query suggestions on.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SuggestableConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
attributeName()
The name of the document field/attribute.
|
static SuggestableConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SuggestableConfig.Builder> |
serializableBuilderClass() |
Boolean |
suggestable()
TRUE means the document field/attribute is suggestible, so the contents within the field can be used
for query suggestions. |
SuggestableConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String attributeName()
The name of the document field/attribute.
public final Boolean suggestable()
TRUE means the document field/attribute is suggestible, so the contents within the field can be used
for query suggestions.
TRUE means the document field/attribute is suggestible, so the contents within the field can
be used for query suggestions.public SuggestableConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SuggestableConfig.Builder,SuggestableConfig>public static SuggestableConfig.Builder builder()
public static Class<? extends SuggestableConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.