@Generated(value="software.amazon.awssdk:codegen") public final class SimpleCondition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SimpleCondition.Builder,SimpleCondition>
Specifies a condition to evaluate for an activity in a journey.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SimpleCondition.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SimpleCondition.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
EventCondition |
eventCondition()
The dimension settings for the event that's associated with the activity.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
SegmentCondition |
segmentCondition()
The segment that's associated with the activity.
|
SegmentDimensions |
segmentDimensions()
The dimension settings for the segment that's associated with the activity.
|
static Class<? extends SimpleCondition.Builder> |
serializableBuilderClass() |
SimpleCondition.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic EventCondition eventCondition()
The dimension settings for the event that's associated with the activity.
public SegmentCondition segmentCondition()
The segment that's associated with the activity.
public SegmentDimensions segmentDimensions()
The dimension settings for the segment that's associated with the activity.
public SimpleCondition.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SimpleCondition.Builder,SimpleCondition>public static SimpleCondition.Builder builder()
public static Class<? extends SimpleCondition.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.