@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutFeedbackResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
PutFeedbackResult() |
| Modifier and Type | Method and Description |
|---|---|
PutFeedbackResult |
clone() |
boolean |
equals(Object obj) |
String |
getAssistantArn()
The Amazon Resource Name (ARN) of the Wisdom assistant.
|
String |
getAssistantId()
The identifier of the Wisdom assistant.
|
FeedbackData |
getFeedback()
The feedback.
|
String |
getTargetId()
The identifier of a recommendation.
|
String |
getTargetType()
The type of the targetId for which The feedback.
|
int |
hashCode() |
void |
setAssistantArn(String assistantArn)
The Amazon Resource Name (ARN) of the Wisdom assistant.
|
void |
setAssistantId(String assistantId)
The identifier of the Wisdom assistant.
|
void |
setFeedback(FeedbackData feedback)
The feedback.
|
void |
setTargetId(String targetId)
The identifier of a recommendation.
|
void |
setTargetType(String targetType)
The type of the targetId for which The feedback.
|
String |
toString()
Returns a string representation of this object.
|
PutFeedbackResult |
withAssistantArn(String assistantArn)
The Amazon Resource Name (ARN) of the Wisdom assistant.
|
PutFeedbackResult |
withAssistantId(String assistantId)
The identifier of the Wisdom assistant.
|
PutFeedbackResult |
withFeedback(FeedbackData feedback)
The feedback.
|
PutFeedbackResult |
withTargetId(String targetId)
The identifier of a recommendation.
|
PutFeedbackResult |
withTargetType(String targetType)
The type of the targetId for which The feedback.
|
PutFeedbackResult |
withTargetType(TargetType targetType)
The type of the targetId for which The feedback.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAssistantArn(String assistantArn)
The Amazon Resource Name (ARN) of the Wisdom assistant.
assistantArn - The Amazon Resource Name (ARN) of the Wisdom assistant.public String getAssistantArn()
The Amazon Resource Name (ARN) of the Wisdom assistant.
public PutFeedbackResult withAssistantArn(String assistantArn)
The Amazon Resource Name (ARN) of the Wisdom assistant.
assistantArn - The Amazon Resource Name (ARN) of the Wisdom assistant.public void setAssistantId(String assistantId)
The identifier of the Wisdom assistant.
assistantId - The identifier of the Wisdom assistant.public String getAssistantId()
The identifier of the Wisdom assistant.
public PutFeedbackResult withAssistantId(String assistantId)
The identifier of the Wisdom assistant.
assistantId - The identifier of the Wisdom assistant.public void setFeedback(FeedbackData feedback)
The feedback.
feedback - The feedback.public FeedbackData getFeedback()
The feedback.
public PutFeedbackResult withFeedback(FeedbackData feedback)
The feedback.
feedback - The feedback.public void setTargetId(String targetId)
The identifier of a recommendation. or The identifier of the result data.
targetId - The identifier of a recommendation. or The identifier of the result data.public String getTargetId()
The identifier of a recommendation. or The identifier of the result data.
public PutFeedbackResult withTargetId(String targetId)
The identifier of a recommendation. or The identifier of the result data.
targetId - The identifier of a recommendation. or The identifier of the result data.public void setTargetType(String targetType)
The type of the targetId for which The feedback. is targeted.
targetType - The type of the targetId for which The feedback. is targeted.TargetTypepublic String getTargetType()
The type of the targetId for which The feedback. is targeted.
TargetTypepublic PutFeedbackResult withTargetType(String targetType)
The type of the targetId for which The feedback. is targeted.
targetType - The type of the targetId for which The feedback. is targeted.TargetTypepublic PutFeedbackResult withTargetType(TargetType targetType)
The type of the targetId for which The feedback. is targeted.
targetType - The type of the targetId for which The feedback. is targeted.TargetTypepublic String toString()
toString in class ObjectObject.toString()public PutFeedbackResult clone()
Copyright © 2022. All rights reserved.