@Generated(value="software.amazon.awssdk:codegen") public final class HumanLoopActivationReason extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HumanLoopActivationReason.Builder,HumanLoopActivationReason>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HumanLoopActivationReason.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HumanLoopActivationReason.Builder |
builder() |
Boolean |
conditionsMatched()
True if the specified conditions were matched to trigger the human loop.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends HumanLoopActivationReason.Builder> |
serializableBuilderClass() |
HumanLoopActivationReason.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Boolean conditionsMatched()
True if the specified conditions were matched to trigger the human loop.
public HumanLoopActivationReason.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HumanLoopActivationReason.Builder,HumanLoopActivationReason>public static HumanLoopActivationReason.Builder builder()
public static Class<? extends HumanLoopActivationReason.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.