Class CampaignEventFilter
- java.lang.Object
-
- software.amazon.awssdk.services.pinpoint.model.CampaignEventFilter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CampaignEventFilter.Builder,CampaignEventFilter>
@Generated("software.amazon.awssdk:codegen") public final class CampaignEventFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CampaignEventFilter.Builder,CampaignEventFilter>
Specifies the settings for events that cause a campaign to be sent.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCampaignEventFilter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CampaignEventFilter.Builderbuilder()EventDimensionsdimensions()The dimension settings of the event filter for the campaign.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)FilterTypefilterType()The type of event that causes the campaign to be sent.StringfilterTypeAsString()The type of event that causes the campaign to be sent.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends CampaignEventFilter.Builder>serializableBuilderClass()CampaignEventFilter.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 dimension settings of the event filter for the campaign.
- Returns:
- The dimension settings of the event filter for the campaign.
-
filterType
public final FilterType filterType()
The type of event that causes the campaign to be sent. Valid values are: SYSTEM, sends the campaign when a system event occurs; and, ENDPOINT, sends the campaign 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. Valid values are: SYSTEM, sends the campaign when a system event occurs; and, ENDPOINT, sends the campaign 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. Valid values are: SYSTEM, sends the campaign when a system event occurs; and, ENDPOINT, sends the campaign 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. Valid values are: SYSTEM, sends the campaign when a system event occurs; and, ENDPOINT, sends the campaign when an endpoint event (Events resource) occurs.
- See Also:
FilterType
-
toBuilder
public CampaignEventFilter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CampaignEventFilter.Builder,CampaignEventFilter>
-
builder
public static CampaignEventFilter.Builder builder()
-
serializableBuilderClass
public static Class<? extends CampaignEventFilter.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.
-
-