@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EvaluationFormItem extends Object implements Serializable, Cloneable, StructuredPojo
Information about an item from an evaluation form. The item must be either a section or a question.
Constructor and Description |
---|
EvaluationFormItem() |
Modifier and Type | Method and Description |
---|---|
EvaluationFormItem |
clone() |
boolean |
equals(Object obj) |
EvaluationFormQuestion |
getQuestion()
The information of the question.
|
EvaluationFormSection |
getSection()
The information of the section.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setQuestion(EvaluationFormQuestion question)
The information of the question.
|
void |
setSection(EvaluationFormSection section)
The information of the section.
|
String |
toString()
Returns a string representation of this object.
|
EvaluationFormItem |
withQuestion(EvaluationFormQuestion question)
The information of the question.
|
EvaluationFormItem |
withSection(EvaluationFormSection section)
The information of the section.
|
public void setSection(EvaluationFormSection section)
The information of the section.
section
- The information of the section.public EvaluationFormSection getSection()
The information of the section.
public EvaluationFormItem withSection(EvaluationFormSection section)
The information of the section.
section
- The information of the section.public void setQuestion(EvaluationFormQuestion question)
The information of the question.
question
- The information of the question.public EvaluationFormQuestion getQuestion()
The information of the question.
public EvaluationFormItem withQuestion(EvaluationFormQuestion question)
The information of the question.
question
- The information of the question.public String toString()
toString
in class Object
Object.toString()
public EvaluationFormItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.