Class CfnCampaign.LimitsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpoint.CfnCampaign.LimitsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCampaign.LimitsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnCampaign.LimitsProperty
@Stability(Stable)
@Internal
public static final class CfnCampaign.LimitsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCampaign.LimitsProperty
An implementation for
CfnCampaign.LimitsProperty
-
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.LimitsProperty
CfnCampaign.LimitsProperty.Builder, CfnCampaign.LimitsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCampaign.LimitsProperty.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 Number
getDaily()
The maximum number of messages that a campaign can send to a single endpoint during a 24-hour period.final Number
The maximum amount of time, in seconds, that a campaign can attempt to deliver a message after the scheduled start time for the campaign.final Number
The maximum number of messages that a campaign can send each second.final Number
CfnCampaign.LimitsProperty.Session
.final Number
getTotal()
The maximum number of messages that a campaign can send to a single endpoint during the course of the campaign.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.LimitsProperty.Builder
.
-
-
Method Details
-
getDaily
Description copied from interface:CfnCampaign.LimitsProperty
The maximum number of messages that a campaign can send to a single endpoint during a 24-hour period.The maximum value is 100.
- Specified by:
getDaily
in interfaceCfnCampaign.LimitsProperty
-
getMaximumDuration
Description copied from interface:CfnCampaign.LimitsProperty
The maximum amount of time, in seconds, that a campaign can attempt to deliver a message after the scheduled start time for the campaign.The minimum value is 60 seconds.
- Specified by:
getMaximumDuration
in interfaceCfnCampaign.LimitsProperty
-
getMessagesPerSecond
Description copied from interface:CfnCampaign.LimitsProperty
The maximum number of messages that a campaign can send each second.The minimum value is 1. The maximum value is 20,000.
- Specified by:
getMessagesPerSecond
in interfaceCfnCampaign.LimitsProperty
-
getSession
Description copied from interface:CfnCampaign.LimitsProperty
CfnCampaign.LimitsProperty.Session
.- Specified by:
getSession
in interfaceCfnCampaign.LimitsProperty
-
getTotal
Description copied from interface:CfnCampaign.LimitsProperty
The maximum number of messages that a campaign can send to a single endpoint during the course of the campaign.The maximum value is 100.
- Specified by:
getTotal
in interfaceCfnCampaign.LimitsProperty
-
$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()
-