@Generated(value="software.amazon.awssdk:codegen") public final class ClickFeedback extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClickFeedback.Builder,ClickFeedback>
Gathers information about when a particular result was clicked by a user. Your application uses the
SubmitFeedback operation to provide click information.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClickFeedback.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ClickFeedback.Builder |
builder() |
Instant |
clickTime()
The Unix timestamp of the date and time that the result was clicked.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resultId()
The unique identifier of the search result that was clicked.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ClickFeedback.Builder> |
serializableBuilderClass() |
ClickFeedback.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resultId()
The unique identifier of the search result that was clicked.
public final Instant clickTime()
The Unix timestamp of the date and time that the result was clicked.
public ClickFeedback.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ClickFeedback.Builder,ClickFeedback>public static ClickFeedback.Builder builder()
public static Class<? extends ClickFeedback.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.