@Generated(value="software.amazon.awssdk:codegen") public final class HumanLoopActivationResults extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HumanLoopActivationResults.Builder,HumanLoopActivationResults>
Information about the corresponding flow definition's human loop activation condition evaluation. Null if
StartHumanLoop was invoked directly.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HumanLoopActivationResults.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HumanLoopActivationResults.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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. |
HumanLoopActivationReason |
humanLoopActivationReason()
An object containing information about why a human loop was triggered.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HumanLoopActivationResults.Builder> |
serializableBuilderClass() |
HumanLoopActivationResults.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic HumanLoopActivationReason humanLoopActivationReason()
An object containing information about why a human loop was triggered.
public 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.
StartHumanLoop operation.public HumanLoopActivationResults.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HumanLoopActivationResults.Builder,HumanLoopActivationResults>public static HumanLoopActivationResults.Builder builder()
public static Class<? extends HumanLoopActivationResults.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.