@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HumanLoopActivationReason extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about why a human loop was triggered. If at least one activation reason is evaluated to be true, the human loop is activated.
| Constructor and Description |
|---|
HumanLoopActivationReason() |
| Modifier and Type | Method and Description |
|---|---|
HumanLoopActivationReason |
clone() |
boolean |
equals(Object obj) |
Boolean |
getConditionsMatched()
True if the specified conditions were matched to trigger the human loop.
|
int |
hashCode() |
Boolean |
isConditionsMatched()
True if the specified conditions were matched to trigger the human loop.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setConditionsMatched(Boolean conditionsMatched)
True if the specified conditions were matched to trigger the human loop.
|
String |
toString()
Returns a string representation of this object.
|
HumanLoopActivationReason |
withConditionsMatched(Boolean conditionsMatched)
True if the specified conditions were matched to trigger the human loop.
|
public void setConditionsMatched(Boolean conditionsMatched)
True if the specified conditions were matched to trigger the human loop.
conditionsMatched - True if the specified conditions were matched to trigger the human loop.public Boolean getConditionsMatched()
True if the specified conditions were matched to trigger the human loop.
public HumanLoopActivationReason withConditionsMatched(Boolean conditionsMatched)
True if the specified conditions were matched to trigger the human loop.
conditionsMatched - True if the specified conditions were matched to trigger the human loop.public Boolean isConditionsMatched()
True if the specified conditions were matched to trigger the human loop.
public String toString()
toString in class ObjectObject.toString()public HumanLoopActivationReason clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.