@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InsightFeedback extends Object implements Serializable, Cloneable, StructuredPojo
Information about insight feedback received from a customer.
| Constructor and Description |
|---|
InsightFeedback() |
| Modifier and Type | Method and Description |
|---|---|
InsightFeedback |
clone() |
boolean |
equals(Object obj) |
String |
getFeedback()
The feedback provided by the customer.
|
String |
getId()
The insight feedback ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFeedback(String feedback)
The feedback provided by the customer.
|
void |
setId(String id)
The insight feedback ID.
|
String |
toString()
Returns a string representation of this object.
|
InsightFeedback |
withFeedback(InsightFeedbackOption feedback)
The feedback provided by the customer.
|
InsightFeedback |
withFeedback(String feedback)
The feedback provided by the customer.
|
InsightFeedback |
withId(String id)
The insight feedback ID.
|
public void setId(String id)
The insight feedback ID.
id - The insight feedback ID.public String getId()
The insight feedback ID.
public InsightFeedback withId(String id)
The insight feedback ID.
id - The insight feedback ID.public void setFeedback(String feedback)
The feedback provided by the customer.
feedback - The feedback provided by the customer.InsightFeedbackOptionpublic String getFeedback()
The feedback provided by the customer.
InsightFeedbackOptionpublic InsightFeedback withFeedback(String feedback)
The feedback provided by the customer.
feedback - The feedback provided by the customer.InsightFeedbackOptionpublic InsightFeedback withFeedback(InsightFeedbackOption feedback)
The feedback provided by the customer.
feedback - The feedback provided by the customer.InsightFeedbackOptionpublic String toString()
toString in class ObjectObject.toString()public InsightFeedback clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.