@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 Amazon Q in Connect assistant.
|
String |
getAssistantId()
The identifier of the Amazon Q in Connect assistant.
|
ContentFeedbackData |
getContentFeedback()
Information about the feedback provided.
|
String |
getTargetId()
The identifier of the feedback target.
|
String |
getTargetType()
The type of the feedback target.
|
int |
hashCode() |
void |
setAssistantArn(String assistantArn)
The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
|
void |
setAssistantId(String assistantId)
The identifier of the Amazon Q in Connect assistant.
|
void |
setContentFeedback(ContentFeedbackData contentFeedback)
Information about the feedback provided.
|
void |
setTargetId(String targetId)
The identifier of the feedback target.
|
void |
setTargetType(String targetType)
The type of the feedback target.
|
String |
toString()
Returns a string representation of this object.
|
PutFeedbackResult |
withAssistantArn(String assistantArn)
The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
|
PutFeedbackResult |
withAssistantId(String assistantId)
The identifier of the Amazon Q in Connect assistant.
|
PutFeedbackResult |
withContentFeedback(ContentFeedbackData contentFeedback)
Information about the feedback provided.
|
PutFeedbackResult |
withTargetId(String targetId)
The identifier of the feedback target.
|
PutFeedbackResult |
withTargetType(String targetType)
The type of the feedback target.
|
PutFeedbackResult |
withTargetType(TargetType targetType)
The type of the feedback target.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAssistantArn(String assistantArn)
The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
assistantArn - The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.public String getAssistantArn()
The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
public PutFeedbackResult withAssistantArn(String assistantArn)
The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
assistantArn - The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.public void setAssistantId(String assistantId)
The identifier of the Amazon Q in Connect assistant.
assistantId - The identifier of the Amazon Q in Connect assistant.public String getAssistantId()
The identifier of the Amazon Q in Connect assistant.
public PutFeedbackResult withAssistantId(String assistantId)
The identifier of the Amazon Q in Connect assistant.
assistantId - The identifier of the Amazon Q in Connect assistant.public void setContentFeedback(ContentFeedbackData contentFeedback)
Information about the feedback provided.
contentFeedback - Information about the feedback provided.public ContentFeedbackData getContentFeedback()
Information about the feedback provided.
public PutFeedbackResult withContentFeedback(ContentFeedbackData contentFeedback)
Information about the feedback provided.
contentFeedback - Information about the feedback provided.public void setTargetId(String targetId)
The identifier of the feedback target.
targetId - The identifier of the feedback target.public String getTargetId()
The identifier of the feedback target.
public PutFeedbackResult withTargetId(String targetId)
The identifier of the feedback target.
targetId - The identifier of the feedback target.public void setTargetType(String targetType)
The type of the feedback target.
targetType - The type of the feedback target.TargetTypepublic String getTargetType()
The type of the feedback target.
TargetTypepublic PutFeedbackResult withTargetType(String targetType)
The type of the feedback target.
targetType - The type of the feedback target.TargetTypepublic PutFeedbackResult withTargetType(TargetType targetType)
The type of the feedback target.
targetType - The type of the feedback target.TargetTypepublic String toString()
toString in class ObjectObject.toString()public PutFeedbackResult clone()