@Stability(value=Stable)
public static interface CfnPushTemplate.AndroidPushNotificationTemplateProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPushTemplate.AndroidPushNotificationTemplateProperty.Builder
A builder for
CfnPushTemplate.AndroidPushNotificationTemplateProperty |
static class |
CfnPushTemplate.AndroidPushNotificationTemplateProperty.Jsii$Proxy
An implementation for
CfnPushTemplate.AndroidPushNotificationTemplateProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPushTemplate.AndroidPushNotificationTemplateProperty.Builder |
builder() |
default String |
getAction()
`CfnPushTemplate.AndroidPushNotificationTemplateProperty.Action`.
|
default String |
getBody()
`CfnPushTemplate.AndroidPushNotificationTemplateProperty.Body`.
|
default String |
getImageIconUrl()
`CfnPushTemplate.AndroidPushNotificationTemplateProperty.ImageIconUrl`.
|
default String |
getImageUrl()
`CfnPushTemplate.AndroidPushNotificationTemplateProperty.ImageUrl`.
|
default String |
getSmallImageIconUrl()
`CfnPushTemplate.AndroidPushNotificationTemplateProperty.SmallImageIconUrl`.
|
default String |
getSound()
`CfnPushTemplate.AndroidPushNotificationTemplateProperty.Sound`.
|
default String |
getTitle()
`CfnPushTemplate.AndroidPushNotificationTemplateProperty.Title`.
|
default String |
getUrl()
`CfnPushTemplate.AndroidPushNotificationTemplateProperty.Url`.
|
@Stability(value=Stable) @Nullable default String getAction()
@Stability(value=Stable) @Nullable default String getBody()
@Stability(value=Stable) @Nullable default String getImageIconUrl()
@Stability(value=Stable) @Nullable default String getImageUrl()
@Stability(value=Stable) @Nullable default String getSmallImageIconUrl()
@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.AndroidPushNotificationTemplateProperty.Builder builder()
Copyright © 2021. All rights reserved.