@Generated(value="software.amazon.awssdk:codegen") public final class PutFeedbackResponse extends WisdomResponse implements ToCopyableBuilder<PutFeedbackResponse.Builder,PutFeedbackResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutFeedbackResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
assistantArn()
The Amazon Resource Name (ARN) of the Wisdom assistant.
|
String |
assistantId()
The identifier of the Wisdom assistant.
|
static PutFeedbackResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FeedbackData |
feedback()
The feedback.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutFeedbackResponse.Builder> |
serializableBuilderClass() |
String |
targetId()
The identifier of a recommendation.
|
TargetType |
targetType()
The type of the targetId for which The feedback.
|
String |
targetTypeAsString()
The type of the targetId for which The feedback.
|
PutFeedbackResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String assistantArn()
The Amazon Resource Name (ARN) of the Wisdom assistant.
public final String assistantId()
The identifier of the Wisdom assistant.
public final FeedbackData feedback()
The feedback.
public final String targetId()
The identifier of a recommendation. or The identifier of the result data.
public final TargetType targetType()
The type of the targetId for which The feedback. is targeted.
If the service returns an enum value that is not available in the current SDK version, targetType will
return TargetType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
targetTypeAsString().
TargetTypepublic final String targetTypeAsString()
The type of the targetId for which The feedback. is targeted.
If the service returns an enum value that is not available in the current SDK version, targetType will
return TargetType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
targetTypeAsString().
TargetTypepublic PutFeedbackResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutFeedbackResponse.Builder,PutFeedbackResponse>toBuilder in class AwsResponsepublic static PutFeedbackResponse.Builder builder()
public static Class<? extends PutFeedbackResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.