Class StartCondition
- java.lang.Object
-
- software.amazon.awssdk.services.pinpoint.model.StartCondition
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StartCondition.Builder,StartCondition>
@Generated("software.amazon.awssdk:codegen") public final class StartCondition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StartCondition.Builder,StartCondition>
Specifies the conditions for the first activity in a journey. This activity and its conditions determine which users are participants in a journey.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStartCondition.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StartCondition.Builderbuilder()Stringdescription()The custom description of the condition.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)EventStartConditioneventStartCondition()Returns the value of the EventStartCondition property for this object.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()SegmentConditionsegmentStartCondition()The segment that's associated with the first activity in the journey.static Class<? extends StartCondition.Builder>serializableBuilderClass()StartCondition.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
description
public final String description()
The custom description of the condition.
- Returns:
- The custom description of the condition.
-
eventStartCondition
public final EventStartCondition eventStartCondition()
Returns the value of the EventStartCondition property for this object.- Returns:
- The value of the EventStartCondition property for this object.
-
segmentStartCondition
public final SegmentCondition segmentStartCondition()
The segment that's associated with the first activity in the journey. This segment determines which users are participants in the journey.
- Returns:
- The segment that's associated with the first activity in the journey. This segment determines which users are participants in the journey.
-
toBuilder
public StartCondition.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartCondition.Builder,StartCondition>
-
builder
public static StartCondition.Builder builder()
-
serializableBuilderClass
public static Class<? extends StartCondition.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-