@Generated(value="software.amazon.awssdk:codegen") public final class RandomSplitEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RandomSplitEntry.Builder,RandomSplitEntry>
Specifies the settings for a path in a random split activity in a journey.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RandomSplitEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RandomSplitEntry.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextActivity()
The unique identifier for the next activity to perform, after completing the activity for the path.
|
Integer |
percentage()
The percentage of participants to send down the activity path.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RandomSplitEntry.Builder> |
serializableBuilderClass() |
RandomSplitEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String nextActivity()
The unique identifier for the next activity to perform, after completing the activity for the path.
public Integer percentage()
The percentage of participants to send down the activity path.
public RandomSplitEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RandomSplitEntry.Builder,RandomSplitEntry>public static RandomSplitEntry.Builder builder()
public static Class<? extends RandomSplitEntry.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.