Class InAppCampaignSchedule
- java.lang.Object
-
- software.amazon.awssdk.services.pinpoint.model.InAppCampaignSchedule
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InAppCampaignSchedule.Builder,InAppCampaignSchedule>
@Generated("software.amazon.awssdk:codegen") public final class InAppCampaignSchedule extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InAppCampaignSchedule.Builder,InAppCampaignSchedule>
Schedule of the campaign.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInAppCampaignSchedule.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InAppCampaignSchedule.Builderbuilder()StringendDate()The scheduled time after which the in-app message should not be shown.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)CampaignEventFiltereventFilter()The event filter the SDK has to use to show the in-app message in the application.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()QuietTimequietTime()Time during which the in-app message should not be shown to the user.List<SdkField<?>>sdkFields()static Class<? extends InAppCampaignSchedule.Builder>serializableBuilderClass()InAppCampaignSchedule.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
-
endDate
public final String endDate()
The scheduled time after which the in-app message should not be shown. Timestamp is in ISO 8601 format.
- Returns:
- The scheduled time after which the in-app message should not be shown. Timestamp is in ISO 8601 format.
-
eventFilter
public final CampaignEventFilter eventFilter()
The event filter the SDK has to use to show the in-app message in the application.
- Returns:
- The event filter the SDK has to use to show the in-app message in the application.
-
quietTime
public final QuietTime quietTime()
Time during which the in-app message should not be shown to the user.
- Returns:
- Time during which the in-app message should not be shown to the user.
-
toBuilder
public InAppCampaignSchedule.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InAppCampaignSchedule.Builder,InAppCampaignSchedule>
-
builder
public static InAppCampaignSchedule.Builder builder()
-
serializableBuilderClass
public static Class<? extends InAppCampaignSchedule.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.
-
-