@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class QuestionDifference extends Object implements Serializable, Cloneable, StructuredPojo
A question difference return object.
Constructor and Description |
---|
QuestionDifference() |
Modifier and Type | Method and Description |
---|---|
QuestionDifference |
clone() |
boolean |
equals(Object obj) |
String |
getDifferenceStatus()
Indicates the type of change to the question.
|
String |
getQuestionId() |
String |
getQuestionTitle() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDifferenceStatus(String differenceStatus)
Indicates the type of change to the question.
|
void |
setQuestionId(String questionId) |
void |
setQuestionTitle(String questionTitle) |
String |
toString()
Returns a string representation of this object.
|
QuestionDifference |
withDifferenceStatus(DifferenceStatus differenceStatus)
Indicates the type of change to the question.
|
QuestionDifference |
withDifferenceStatus(String differenceStatus)
Indicates the type of change to the question.
|
QuestionDifference |
withQuestionId(String questionId) |
QuestionDifference |
withQuestionTitle(String questionTitle) |
public void setQuestionId(String questionId)
questionId
- public String getQuestionId()
public QuestionDifference withQuestionId(String questionId)
questionId
- public void setQuestionTitle(String questionTitle)
questionTitle
- public String getQuestionTitle()
public QuestionDifference withQuestionTitle(String questionTitle)
questionTitle
- public void setDifferenceStatus(String differenceStatus)
Indicates the type of change to the question.
differenceStatus
- Indicates the type of change to the question.DifferenceStatus
public String getDifferenceStatus()
Indicates the type of change to the question.
DifferenceStatus
public QuestionDifference withDifferenceStatus(String differenceStatus)
Indicates the type of change to the question.
differenceStatus
- Indicates the type of change to the question.DifferenceStatus
public QuestionDifference withDifferenceStatus(DifferenceStatus differenceStatus)
Indicates the type of change to the question.
differenceStatus
- Indicates the type of change to the question.DifferenceStatus
public String toString()
toString
in class Object
Object.toString()
public QuestionDifference clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.