Class CfnCampaign.ScheduleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpoint.CfnCampaign.ScheduleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCampaign.ScheduleProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCampaign.ScheduleProperty
@Stability(Stable)
@Internal
public static final class CfnCampaign.ScheduleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCampaign.ScheduleProperty
An implementation for
CfnCampaign.ScheduleProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.pinpoint.CfnCampaign.ScheduleProperty
CfnCampaign.ScheduleProperty.Builder, CfnCampaign.ScheduleProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCampaign.ScheduleProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The scheduled time, in ISO 8601 format, when the campaign ended or will end.final Object
The type of event that causes the campaign to be sent, if the value of theFrequency
property isEVENT
.final String
Specifies how often the campaign is sent or whether the campaign is sent in response to a specific event.final Object
Specifies whether the start and end times for the campaign schedule use each recipient's local time.final Object
The default quiet time for the campaign.final String
The scheduled time when the campaign began or will begin.final String
The starting UTC offset for the campaign schedule, if the value of theIsLocalTime
property istrue
.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCampaign.ScheduleProperty.Builder
.
-
-
Method Details
-
getEndTime
Description copied from interface:CfnCampaign.ScheduleProperty
The scheduled time, in ISO 8601 format, when the campaign ended or will end.- Specified by:
getEndTime
in interfaceCfnCampaign.ScheduleProperty
- See Also:
-
getEventFilter
Description copied from interface:CfnCampaign.ScheduleProperty
The type of event that causes the campaign to be sent, if the value of theFrequency
property isEVENT
.- Specified by:
getEventFilter
in interfaceCfnCampaign.ScheduleProperty
- See Also:
-
getFrequency
Description copied from interface:CfnCampaign.ScheduleProperty
Specifies how often the campaign is sent or whether the campaign is sent in response to a specific event.- Specified by:
getFrequency
in interfaceCfnCampaign.ScheduleProperty
- See Also:
-
getIsLocalTime
Description copied from interface:CfnCampaign.ScheduleProperty
Specifies whether the start and end times for the campaign schedule use each recipient's local time.To base the schedule on each recipient's local time, set this value to
true
.- Specified by:
getIsLocalTime
in interfaceCfnCampaign.ScheduleProperty
- See Also:
-
getQuietTime
Description copied from interface:CfnCampaign.ScheduleProperty
The default quiet time for the campaign.Quiet time is a specific time range when a campaign doesn't send messages to endpoints, if all the following conditions are met:
- The
EndpointDemographic.Timezone
property of the endpoint is set to a valid value. - The current time in the endpoint's time zone is later than or equal to the time specified by the
QuietTime.Start
property for the campaign. - The current time in the endpoint's time zone is earlier than or equal to the time specified by the
QuietTime.End
property for the campaign.
If any of the preceding conditions isn't met, the endpoint will receive messages from the campaign, even if quiet time is enabled.
- Specified by:
getQuietTime
in interfaceCfnCampaign.ScheduleProperty
- See Also:
- The
-
getStartTime
Description copied from interface:CfnCampaign.ScheduleProperty
The scheduled time when the campaign began or will begin.Valid values are:
IMMEDIATE
, to start the campaign immediately; or, a specific time in ISO 8601 format.- Specified by:
getStartTime
in interfaceCfnCampaign.ScheduleProperty
- See Also:
-
getTimeZone
Description copied from interface:CfnCampaign.ScheduleProperty
The starting UTC offset for the campaign schedule, if the value of theIsLocalTime
property istrue
.Valid values are:
UTC, UTC+01, UTC+02, UTC+03, UTC+03:30, UTC+04, UTC+04:30, UTC+05, UTC+05:30, UTC+05:45, UTC+06, UTC+06:30, UTC+07, UTC+08, UTC+09, UTC+09:30, UTC+10, UTC+10:30, UTC+11, UTC+12, UTC+13, UTC-02, UTC-03, UTC-04, UTC-05, UTC-06, UTC-07, UTC-08, UTC-09, UTC-10,
andUTC-11
.- Specified by:
getTimeZone
in interfaceCfnCampaign.ScheduleProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-