Class EventFilter
- java.lang.Object
-
- software.amazon.awssdk.services.pinpoint.model.EventFilter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EventFilter.Builder,EventFilter>
@Generated("software.amazon.awssdk:codegen") public final class EventFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EventFilter.Builder,EventFilter>
Specifies the settings for an event that causes a campaign to be sent or a journey activity to be performed.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEventFilter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EventFilter.Builderbuilder()EventDimensionsdimensions()The dimensions for the event filter to use for the campaign or the journey activity.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)FilterTypefilterType()The type of event that causes the campaign to be sent or the journey activity to be performed.StringfilterTypeAsString()The type of event that causes the campaign to be sent or the journey activity to be performed.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends EventFilter.Builder>serializableBuilderClass()EventFilter.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
-
dimensions
public final EventDimensions dimensions()
The dimensions for the event filter to use for the campaign or the journey activity.
- Returns:
- The dimensions for the event filter to use for the campaign or the journey activity.
-
filterType
public final FilterType filterType()
The type of event that causes the campaign to be sent or the journey activity to be performed. Valid values are: SYSTEM, sends the campaign or performs the activity when a system event occurs; and, ENDPOINT, sends the campaign or performs the activity when an endpoint event (Events resource) occurs.
If the service returns an enum value that is not available in the current SDK version,
filterTypewill returnFilterType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfilterTypeAsString().- Returns:
- The type of event that causes the campaign to be sent or the journey activity to be performed. Valid values are: SYSTEM, sends the campaign or performs the activity when a system event occurs; and, ENDPOINT, sends the campaign or performs the activity when an endpoint event (Events resource) occurs.
- See Also:
FilterType
-
filterTypeAsString
public final String filterTypeAsString()
The type of event that causes the campaign to be sent or the journey activity to be performed. Valid values are: SYSTEM, sends the campaign or performs the activity when a system event occurs; and, ENDPOINT, sends the campaign or performs the activity when an endpoint event (Events resource) occurs.
If the service returns an enum value that is not available in the current SDK version,
filterTypewill returnFilterType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfilterTypeAsString().- Returns:
- The type of event that causes the campaign to be sent or the journey activity to be performed. Valid values are: SYSTEM, sends the campaign or performs the activity when a system event occurs; and, ENDPOINT, sends the campaign or performs the activity when an endpoint event (Events resource) occurs.
- See Also:
FilterType
-
toBuilder
public EventFilter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EventFilter.Builder,EventFilter>
-
builder
public static EventFilter.Builder builder()
-
serializableBuilderClass
public static Class<? extends EventFilter.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.
-
-