@Generated(value="software.amazon.awssdk:codegen") public final class ConditionalSplitActivity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConditionalSplitActivity.Builder,ConditionalSplitActivity>
Specifies the settings for a yes/no split activity in a journey. This type of activity sends participants down one of two paths in a journey, based on conditions that you specify.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConditionalSplitActivity.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConditionalSplitActivity.Builder |
builder() |
Condition |
condition()
The conditions that define the paths for the activity, and the relationship between the conditions.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
WaitTime |
evaluationWaitTime()
The amount of time to wait before determining whether the conditions are met, or the date and time when Amazon
Pinpoint determines whether the conditions are met.
|
String |
falseActivity()
The unique identifier for the activity to perform if the conditions aren't met.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConditionalSplitActivity.Builder> |
serializableBuilderClass() |
ConditionalSplitActivity.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
trueActivity()
The unique identifier for the activity to perform if the conditions are met.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Condition condition()
The conditions that define the paths for the activity, and the relationship between the conditions.
public WaitTime evaluationWaitTime()
The amount of time to wait before determining whether the conditions are met, or the date and time when Amazon Pinpoint determines whether the conditions are met.
public String falseActivity()
The unique identifier for the activity to perform if the conditions aren't met.
public String trueActivity()
The unique identifier for the activity to perform if the conditions are met.
public ConditionalSplitActivity.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConditionalSplitActivity.Builder,ConditionalSplitActivity>public static ConditionalSplitActivity.Builder builder()
public static Class<? extends ConditionalSplitActivity.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.