@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChoiceUpdate extends Object implements Serializable, Cloneable, StructuredPojo
A list of choices to be updated.
Constructor and Description |
---|
ChoiceUpdate() |
Modifier and Type | Method and Description |
---|---|
ChoiceUpdate |
clone() |
boolean |
equals(Object obj) |
String |
getNotes()
The notes associated with a choice.
|
String |
getReason()
The reason why a choice is non-applicable to a question in your workload.
|
String |
getStatus()
The status of a choice.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setNotes(String notes)
The notes associated with a choice.
|
void |
setReason(String reason)
The reason why a choice is non-applicable to a question in your workload.
|
void |
setStatus(String status)
The status of a choice.
|
String |
toString()
Returns a string representation of this object.
|
ChoiceUpdate |
withNotes(String notes)
The notes associated with a choice.
|
ChoiceUpdate |
withReason(ChoiceReason reason)
The reason why a choice is non-applicable to a question in your workload.
|
ChoiceUpdate |
withReason(String reason)
The reason why a choice is non-applicable to a question in your workload.
|
ChoiceUpdate |
withStatus(ChoiceStatus status)
The status of a choice.
|
ChoiceUpdate |
withStatus(String status)
The status of a choice.
|
public void setStatus(String status)
The status of a choice.
status
- The status of a choice.ChoiceStatus
public String getStatus()
The status of a choice.
ChoiceStatus
public ChoiceUpdate withStatus(String status)
The status of a choice.
status
- The status of a choice.ChoiceStatus
public ChoiceUpdate withStatus(ChoiceStatus status)
The status of a choice.
status
- The status of a choice.ChoiceStatus
public void setReason(String reason)
The reason why a choice is non-applicable to a question in your workload.
reason
- The reason why a choice is non-applicable to a question in your workload.ChoiceReason
public String getReason()
The reason why a choice is non-applicable to a question in your workload.
ChoiceReason
public ChoiceUpdate withReason(String reason)
The reason why a choice is non-applicable to a question in your workload.
reason
- The reason why a choice is non-applicable to a question in your workload.ChoiceReason
public ChoiceUpdate withReason(ChoiceReason reason)
The reason why a choice is non-applicable to a question in your workload.
reason
- The reason why a choice is non-applicable to a question in your workload.ChoiceReason
public void setNotes(String notes)
The notes associated with a choice.
notes
- The notes associated with a choice.public String getNotes()
The notes associated with a choice.
public ChoiceUpdate withNotes(String notes)
The notes associated with a choice.
notes
- The notes associated with a choice.public String toString()
toString
in class Object
Object.toString()
public ChoiceUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.