@Generated(value="software.amazon.awssdk:codegen") public final class ConflictingItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConflictingItem.Builder,ConflictingItem>
Information about a conflicting query used across different sets of featured results. When you create a featured results set, you must check that the queries are unique per featured results set for each index.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConflictingItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConflictingItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
queryText()
The text of the conflicting query.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConflictingItem.Builder> |
serializableBuilderClass() |
String |
setId()
The identifier of the set of featured results that the conflicting query belongs to.
|
String |
setName()
The name for the set of featured results that the conflicting query belongs to.
|
ConflictingItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String queryText()
The text of the conflicting query.
public final String setName()
The name for the set of featured results that the conflicting query belongs to.
public final String setId()
The identifier of the set of featured results that the conflicting query belongs to.
public ConflictingItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConflictingItem.Builder,ConflictingItem>public static ConflictingItem.Builder builder()
public static Class<? extends ConflictingItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.