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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.pinpoint.CfnCampaign.LimitsProperty
CfnCampaign.LimitsProperty.Builder, CfnCampaign.LimitsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCampaign.LimitsProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal NumbergetDaily()The maximum number of messages that a campaign can send to a single endpoint during a 24-hour period.final NumberThe maximum amount of time, in seconds, that a campaign can attempt to deliver a message after the scheduled start time for the campaign.final NumberThe maximum number of messages that a campaign can send each second.final NumberThe maximum number of messages that the campaign can send per user session.final NumbergetTotal()The maximum number of messages that a campaign can send to a single endpoint during the course of the campaign.final inthashCode()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.LimitsPropertyThe 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:
getDailyin interfaceCfnCampaign.LimitsProperty- See Also:
-
getMaximumDuration
Description copied from interface:CfnCampaign.LimitsPropertyThe 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:
getMaximumDurationin interfaceCfnCampaign.LimitsProperty- See Also:
-
getMessagesPerSecond
Description copied from interface:CfnCampaign.LimitsPropertyThe maximum number of messages that a campaign can send each second.The minimum value is 1. The maximum value is 20,000.
- Specified by:
getMessagesPerSecondin interfaceCfnCampaign.LimitsProperty- See Also:
-
getSession
Description copied from interface:CfnCampaign.LimitsPropertyThe maximum number of messages that the campaign can send per user session.- Specified by:
getSessionin interfaceCfnCampaign.LimitsProperty- See Also:
-
getTotal
Description copied from interface:CfnCampaign.LimitsPropertyThe 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:
getTotalin interfaceCfnCampaign.LimitsProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-