@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EvaluationFormScoringStrategy extends Object implements Serializable, Cloneable, StructuredPojo
Information about scoring strategy for an evaluation form.
| Constructor and Description |
|---|
EvaluationFormScoringStrategy() |
| Modifier and Type | Method and Description |
|---|---|
EvaluationFormScoringStrategy |
clone() |
boolean |
equals(Object obj) |
String |
getMode()
The scoring mode of the evaluation form.
|
String |
getStatus()
The scoring status of the evaluation form.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMode(String mode)
The scoring mode of the evaluation form.
|
void |
setStatus(String status)
The scoring status of the evaluation form.
|
String |
toString()
Returns a string representation of this object.
|
EvaluationFormScoringStrategy |
withMode(EvaluationFormScoringMode mode)
The scoring mode of the evaluation form.
|
EvaluationFormScoringStrategy |
withMode(String mode)
The scoring mode of the evaluation form.
|
EvaluationFormScoringStrategy |
withStatus(EvaluationFormScoringStatus status)
The scoring status of the evaluation form.
|
EvaluationFormScoringStrategy |
withStatus(String status)
The scoring status of the evaluation form.
|
public void setMode(String mode)
The scoring mode of the evaluation form.
mode - The scoring mode of the evaluation form.EvaluationFormScoringModepublic String getMode()
The scoring mode of the evaluation form.
EvaluationFormScoringModepublic EvaluationFormScoringStrategy withMode(String mode)
The scoring mode of the evaluation form.
mode - The scoring mode of the evaluation form.EvaluationFormScoringModepublic EvaluationFormScoringStrategy withMode(EvaluationFormScoringMode mode)
The scoring mode of the evaluation form.
mode - The scoring mode of the evaluation form.EvaluationFormScoringModepublic void setStatus(String status)
The scoring status of the evaluation form.
status - The scoring status of the evaluation form.EvaluationFormScoringStatuspublic String getStatus()
The scoring status of the evaluation form.
EvaluationFormScoringStatuspublic EvaluationFormScoringStrategy withStatus(String status)
The scoring status of the evaluation form.
status - The scoring status of the evaluation form.EvaluationFormScoringStatuspublic EvaluationFormScoringStrategy withStatus(EvaluationFormScoringStatus status)
The scoring status of the evaluation form.
status - The scoring status of the evaluation form.EvaluationFormScoringStatuspublic String toString()
toString in class ObjectObject.toString()public EvaluationFormScoringStrategy clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.