@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContentFeedbackData extends Object implements Serializable, Cloneable, StructuredPojo
Information about the feedback.
Constructor and Description |
---|
ContentFeedbackData() |
Modifier and Type | Method and Description |
---|---|
ContentFeedbackData |
clone() |
boolean |
equals(Object obj) |
GenerativeContentFeedbackData |
getGenerativeContentFeedbackData()
Information about the feedback for a generative target type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGenerativeContentFeedbackData(GenerativeContentFeedbackData generativeContentFeedbackData)
Information about the feedback for a generative target type.
|
String |
toString()
Returns a string representation of this object.
|
ContentFeedbackData |
withGenerativeContentFeedbackData(GenerativeContentFeedbackData generativeContentFeedbackData)
Information about the feedback for a generative target type.
|
public void setGenerativeContentFeedbackData(GenerativeContentFeedbackData generativeContentFeedbackData)
Information about the feedback for a generative target type.
generativeContentFeedbackData
- Information about the feedback for a generative target type.public GenerativeContentFeedbackData getGenerativeContentFeedbackData()
Information about the feedback for a generative target type.
public ContentFeedbackData withGenerativeContentFeedbackData(GenerativeContentFeedbackData generativeContentFeedbackData)
Information about the feedback for a generative target type.
generativeContentFeedbackData
- Information about the feedback for a generative target type.public String toString()
toString
in class Object
Object.toString()
public ContentFeedbackData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.