@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutFeedbackRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutFeedbackRequest() |
Modifier and Type | Method and Description |
---|---|
PutFeedbackRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
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 |
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.
|
PutFeedbackRequest |
withAssistantId(String assistantId)
The identifier of the Amazon Q in Connect assistant.
|
PutFeedbackRequest |
withContentFeedback(ContentFeedbackData contentFeedback)
Information about the feedback provided.
|
PutFeedbackRequest |
withTargetId(String targetId)
The identifier of the feedback target.
|
PutFeedbackRequest |
withTargetType(String targetType)
The type of the feedback target.
|
PutFeedbackRequest |
withTargetType(TargetType targetType)
The type of the feedback target.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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 PutFeedbackRequest 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 PutFeedbackRequest 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 PutFeedbackRequest 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.TargetType
public String getTargetType()
The type of the feedback target.
TargetType
public PutFeedbackRequest withTargetType(String targetType)
The type of the feedback target.
targetType
- The type of the feedback target.TargetType
public PutFeedbackRequest withTargetType(TargetType targetType)
The type of the feedback target.
targetType
- The type of the feedback target.TargetType
public String toString()
toString
in class Object
Object.toString()
public PutFeedbackRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()