Class CfnCampaign.TemplateProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpoint.CfnCampaign.TemplateProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCampaign.TemplateProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCampaign.TemplateProperty
@Stability(Stable)
@Internal
public static final class CfnCampaign.TemplateProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCampaign.TemplateProperty
An implementation for
CfnCampaign.TemplateProperty
-
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.TemplateProperty
CfnCampaign.TemplateProperty.Builder, CfnCampaign.TemplateProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCampaign.TemplateProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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.TemplateProperty.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnCampaign.TemplateProperty
The name of the message template to use for the message.If specified, this value must match the name of an existing message template.
- Specified by:
getName
in interfaceCfnCampaign.TemplateProperty
- See Also:
-
getVersion
Description copied from interface:CfnCampaign.TemplateProperty
The unique identifier for the version of the message template to use for the message.If specified, this value must match the identifier for an existing template version. To retrieve a list of versions and version identifiers for a template, use the Template Versions resource.
If you don't specify a value for this property, Amazon Pinpoint uses the active version of the template. The active version is typically the version of a template that's been most recently reviewed and approved for use, depending on your workflow. It isn't necessarily the latest version of a template.
- Specified by:
getVersion
in interfaceCfnCampaign.TemplateProperty
- 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()
-