Class ClickFeedback
- java.lang.Object
-
- software.amazon.awssdk.services.kendra.model.ClickFeedback
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ClickFeedback.Builder,ClickFeedback>
@Generated("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
SubmitFeedbackAPI to provide click information.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceClickFeedback.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClickFeedback.Builderbuilder()InstantclickTime()The Unix timestamp when the result was clicked.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringresultId()The identifier of the search result that was clicked.List<SdkField<?>>sdkFields()static Class<? extends ClickFeedback.Builder>serializableBuilderClass()ClickFeedback.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
-
resultId
public final String resultId()
The identifier of the search result that was clicked.
- Returns:
- The identifier of the search result that was clicked.
-
clickTime
public final Instant clickTime()
The Unix timestamp when the result was clicked.
- Returns:
- The Unix timestamp when the result was clicked.
-
toBuilder
public ClickFeedback.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ClickFeedback.Builder,ClickFeedback>
-
builder
public static ClickFeedback.Builder builder()
-
serializableBuilderClass
public static Class<? extends ClickFeedback.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.
-
-