public static final class CfnCampaign.LimitsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCampaign.LimitsProperty
CfnCampaign.LimitsProperty
CfnCampaign.LimitsProperty.Builder, CfnCampaign.LimitsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Number |
getDaily()
The maximum number of messages that a campaign can send to a single endpoint during a 24-hour period.
|
java.lang.Number |
getMaximumDuration()
The maximum amount of time, in seconds, that a campaign can attempt to deliver a message after the scheduled start time for the campaign.
|
java.lang.Number |
getMessagesPerSecond()
The maximum number of messages that a campaign can send each second.
|
java.lang.Number |
getSession()
`CfnCampaign.LimitsProperty.Session`.
|
java.lang.Number |
getTotal()
The maximum number of messages that a campaign can send to a single endpoint during the course of the campaign.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Number getDaily()
CfnCampaign.LimitsProperty
The maximum value is 100.
getDaily
in interface CfnCampaign.LimitsProperty
public final java.lang.Number getMaximumDuration()
CfnCampaign.LimitsProperty
The minimum value is 60 seconds.
getMaximumDuration
in interface CfnCampaign.LimitsProperty
public final java.lang.Number getMessagesPerSecond()
CfnCampaign.LimitsProperty
The minimum value is 50. The maximum value is 20,000.
getMessagesPerSecond
in interface CfnCampaign.LimitsProperty
public final java.lang.Number getSession()
CfnCampaign.LimitsProperty
getSession
in interface CfnCampaign.LimitsProperty
public final java.lang.Number getTotal()
CfnCampaign.LimitsProperty
The maximum value is 100.
getTotal
in interface CfnCampaign.LimitsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()