public static final class CfnCampaign.TemplateConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCampaign.TemplateConfigurationProperty
CfnCampaign.TemplateConfigurationProperty
CfnCampaign.TemplateConfigurationProperty.Builder, CfnCampaign.TemplateConfigurationProperty.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.Object |
getEmailTemplate()
The email template to use for the message.
|
java.lang.Object |
getPushTemplate()
The push notification template to use for the message.
|
java.lang.Object |
getSmsTemplate()
The SMS template to use for the message.
|
java.lang.Object |
getVoiceTemplate()
The voice template to use for the message.
|
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.Object getEmailTemplate()
CfnCampaign.TemplateConfigurationProperty
getEmailTemplate
in interface CfnCampaign.TemplateConfigurationProperty
public final java.lang.Object getPushTemplate()
CfnCampaign.TemplateConfigurationProperty
getPushTemplate
in interface CfnCampaign.TemplateConfigurationProperty
public final java.lang.Object getSmsTemplate()
CfnCampaign.TemplateConfigurationProperty
getSmsTemplate
in interface CfnCampaign.TemplateConfigurationProperty
public final java.lang.Object getVoiceTemplate()
CfnCampaign.TemplateConfigurationProperty
This object isn't supported for campaigns.
getVoiceTemplate
in interface CfnCampaign.TemplateConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()