@Generated(value="software.amazon.awssdk:codegen") public final class SuggestionValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SuggestionValue.Builder,SuggestionValue>
The SuggestionTextWithHighlights structure information.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SuggestionValue.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SuggestionValue.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 SuggestionValue.Builder> |
serializableBuilderClass() |
SuggestionTextWithHighlights |
text()
The
SuggestionTextWithHighlights structure that contains the query suggestion text and highlights. |
SuggestionValue.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SuggestionTextWithHighlights text()
The SuggestionTextWithHighlights structure that contains the query suggestion text and highlights.
SuggestionTextWithHighlights structure that contains the query suggestion text and
highlights.public SuggestionValue.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SuggestionValue.Builder,SuggestionValue>public static SuggestionValue.Builder builder()
public static Class<? extends SuggestionValue.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.