@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SubmitAutoEvaluationActionDefinition extends Object implements Serializable, Cloneable, StructuredPojo
Information about the submit automated evaluation action.
Constructor and Description |
---|
SubmitAutoEvaluationActionDefinition() |
Modifier and Type | Method and Description |
---|---|
SubmitAutoEvaluationActionDefinition |
clone() |
boolean |
equals(Object obj) |
String |
getEvaluationFormId()
The identifier of the auto-evaluation enabled form.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEvaluationFormId(String evaluationFormId)
The identifier of the auto-evaluation enabled form.
|
String |
toString()
Returns a string representation of this object.
|
SubmitAutoEvaluationActionDefinition |
withEvaluationFormId(String evaluationFormId)
The identifier of the auto-evaluation enabled form.
|
public SubmitAutoEvaluationActionDefinition()
public void setEvaluationFormId(String evaluationFormId)
The identifier of the auto-evaluation enabled form.
evaluationFormId
- The identifier of the auto-evaluation enabled form.public String getEvaluationFormId()
The identifier of the auto-evaluation enabled form.
public SubmitAutoEvaluationActionDefinition withEvaluationFormId(String evaluationFormId)
The identifier of the auto-evaluation enabled form.
evaluationFormId
- The identifier of the auto-evaluation enabled form.public String toString()
toString
in class Object
Object.toString()
public SubmitAutoEvaluationActionDefinition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.