@Generated(value="software.amazon.awssdk:codegen") public final class InAppCampaignSchedule extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InAppCampaignSchedule.Builder,InAppCampaignSchedule>
Schedule of the campaign.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InAppCampaignSchedule.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InAppCampaignSchedule.Builder |
builder() |
String |
endDate()
The scheduled time after which the in-app message should not be shown.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
CampaignEventFilter |
eventFilter()
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) |
int |
hashCode() |
QuietTime |
quietTime()
Time during which the in-app message should not be shown to the user.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InAppCampaignSchedule.Builder> |
serializableBuilderClass() |
InAppCampaignSchedule.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String endDate()
The scheduled time after which the in-app message should not be shown. Timestamp is in ISO 8601 format.
public final CampaignEventFilter eventFilter()
The event filter the SDK has to use to show the in-app message in the application.
public final QuietTime quietTime()
Time during which the in-app message should not be shown to the user.
public InAppCampaignSchedule.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InAppCampaignSchedule.Builder,InAppCampaignSchedule>public static InAppCampaignSchedule.Builder builder()
public static Class<? extends InAppCampaignSchedule.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.