@Stability(value=Stable)
public static interface CfnPushTemplate.APNSPushNotificationTemplateProperty
extends software.amazon.jsii.JsiiSerializable
| 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.