Class SimpleCondition
- java.lang.Object
-
- software.amazon.awssdk.services.pinpoint.model.SimpleCondition
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SimpleCondition.Builder,SimpleCondition>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSimpleCondition.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SimpleCondition.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)EventConditioneventCondition()The dimension settings for the event that's associated with the activity.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()SegmentConditionsegmentCondition()The segment that's associated with the activity.SegmentDimensionssegmentDimensions()The dimension settings for the segment that's associated with the activity.static Class<? extends SimpleCondition.Builder>serializableBuilderClass()SimpleCondition.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
-
eventCondition
public final EventCondition eventCondition()
The dimension settings for the event that's associated with the activity.
- Returns:
- The dimension settings for the event that's associated with the activity.
-
segmentCondition
public final SegmentCondition segmentCondition()
The segment that's associated with the activity.
- Returns:
- The segment that's associated with the activity.
-
segmentDimensions
public final SegmentDimensions segmentDimensions()
The dimension settings for the segment that's associated with the activity.
- Returns:
- The dimension settings for the segment that's associated with the activity.
-
toBuilder
public SimpleCondition.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SimpleCondition.Builder,SimpleCondition>
-
builder
public static SimpleCondition.Builder builder()
-
serializableBuilderClass
public static Class<? extends SimpleCondition.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.
-
-