@Stability(value=Stable)
public static interface CfnPushTemplate.APNSPushNotificationTemplateProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.pinpoint.*;
APNSPushNotificationTemplateProperty aPNSPushNotificationTemplateProperty = APNSPushNotificationTemplateProperty.builder()
.action("action")
.body("body")
.mediaUrl("mediaUrl")
.sound("sound")
.title("title")
.url("url")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPushTemplate.APNSPushNotificationTemplateProperty.Builder
A builder for
CfnPushTemplate.APNSPushNotificationTemplateProperty |
static class |
CfnPushTemplate.APNSPushNotificationTemplateProperty.Jsii$Proxy
An implementation for
CfnPushTemplate.APNSPushNotificationTemplateProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPushTemplate.APNSPushNotificationTemplateProperty.Builder |
builder() |
default String |
getAction()
`CfnPushTemplate.APNSPushNotificationTemplateProperty.Action`.
|
default String |
getBody()
`CfnPushTemplate.APNSPushNotificationTemplateProperty.Body`.
|
default String |
getMediaUrl()
`CfnPushTemplate.APNSPushNotificationTemplateProperty.MediaUrl`.
|
default String |
getSound()
`CfnPushTemplate.APNSPushNotificationTemplateProperty.Sound`.
|
default String |
getTitle()
`CfnPushTemplate.APNSPushNotificationTemplateProperty.Title`.
|
default String |
getUrl()
`CfnPushTemplate.APNSPushNotificationTemplateProperty.Url`.
|
@Stability(value=Stable) @Nullable default String getAction()
@Stability(value=Stable) @Nullable default String getBody()
@Stability(value=Stable) @Nullable default String getMediaUrl()
@Stability(value=Stable) @Nullable default String getSound()
@Stability(value=Stable) @Nullable default String getTitle()
@Stability(value=Stable) @Nullable default String getUrl()
@Stability(value=Stable) static CfnPushTemplate.APNSPushNotificationTemplateProperty.Builder builder()
Copyright © 2021. All rights reserved.