@Generated(value="software.amazon.awssdk:codegen") public final class InsightFeedback extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InsightFeedback.Builder,InsightFeedback>
Information about insight feedback received from a customer.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InsightFeedback.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InsightFeedback.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
InsightFeedbackOption |
feedback()
The feedback provided by the customer.
|
String |
feedbackAsString()
The feedback provided by the customer.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The insight feedback ID.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InsightFeedback.Builder> |
serializableBuilderClass() |
InsightFeedback.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The insight feedback ID.
public final InsightFeedbackOption feedback()
The feedback provided by the customer.
If the service returns an enum value that is not available in the current SDK version, feedback will
return InsightFeedbackOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from feedbackAsString().
InsightFeedbackOptionpublic final String feedbackAsString()
The feedback provided by the customer.
If the service returns an enum value that is not available in the current SDK version, feedback will
return InsightFeedbackOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from feedbackAsString().
InsightFeedbackOptionpublic InsightFeedback.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InsightFeedback.Builder,InsightFeedback>public static InsightFeedback.Builder builder()
public static Class<? extends InsightFeedback.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.