@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HumanLoopActivationResults extends Object implements Serializable, Cloneable, StructuredPojo
Information about the corresponding flow definition's human loop activation condition evaluation. Null if
StartHumanLoop was invoked directly.
| Constructor and Description |
|---|
HumanLoopActivationResults() |
| Modifier and Type | Method and Description |
|---|---|
HumanLoopActivationResults |
clone() |
boolean |
equals(Object obj) |
String |
getHumanLoopActivationConditionsEvaluationResults()
A copy of the human loop activation conditions of the flow definition, augmented with the results of evaluating
those conditions on the input provided to the
StartHumanLoop operation. |
HumanLoopActivationReason |
getHumanLoopActivationReason()
An object containing information about why a human loop was triggered.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setHumanLoopActivationConditionsEvaluationResults(String humanLoopActivationConditionsEvaluationResults)
A copy of the human loop activation conditions of the flow definition, augmented with the results of evaluating
those conditions on the input provided to the
StartHumanLoop operation. |
void |
setHumanLoopActivationReason(HumanLoopActivationReason humanLoopActivationReason)
An object containing information about why a human loop was triggered.
|
String |
toString()
Returns a string representation of this object.
|
HumanLoopActivationResults |
withHumanLoopActivationConditionsEvaluationResults(String humanLoopActivationConditionsEvaluationResults)
A copy of the human loop activation conditions of the flow definition, augmented with the results of evaluating
those conditions on the input provided to the
StartHumanLoop operation. |
HumanLoopActivationResults |
withHumanLoopActivationReason(HumanLoopActivationReason humanLoopActivationReason)
An object containing information about why a human loop was triggered.
|
public void setHumanLoopActivationReason(HumanLoopActivationReason humanLoopActivationReason)
An object containing information about why a human loop was triggered.
humanLoopActivationReason - An object containing information about why a human loop was triggered.public HumanLoopActivationReason getHumanLoopActivationReason()
An object containing information about why a human loop was triggered.
public HumanLoopActivationResults withHumanLoopActivationReason(HumanLoopActivationReason humanLoopActivationReason)
An object containing information about why a human loop was triggered.
humanLoopActivationReason - An object containing information about why a human loop was triggered.public void setHumanLoopActivationConditionsEvaluationResults(String humanLoopActivationConditionsEvaluationResults)
A copy of the human loop activation conditions of the flow definition, augmented with the results of evaluating
those conditions on the input provided to the StartHumanLoop operation.
humanLoopActivationConditionsEvaluationResults - A copy of the human loop activation conditions of the flow definition, augmented with the results of
evaluating those conditions on the input provided to the StartHumanLoop operation.public String getHumanLoopActivationConditionsEvaluationResults()
A copy of the human loop activation conditions of the flow definition, augmented with the results of evaluating
those conditions on the input provided to the StartHumanLoop operation.
StartHumanLoop operation.public HumanLoopActivationResults withHumanLoopActivationConditionsEvaluationResults(String humanLoopActivationConditionsEvaluationResults)
A copy of the human loop activation conditions of the flow definition, augmented with the results of evaluating
those conditions on the input provided to the StartHumanLoop operation.
humanLoopActivationConditionsEvaluationResults - A copy of the human loop activation conditions of the flow definition, augmented with the results of
evaluating those conditions on the input provided to the StartHumanLoop operation.public String toString()
toString in class ObjectObject.toString()public HumanLoopActivationResults clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.