@Stability(value=Stable)
public static interface CfnCampaign.MessageProperty
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.*;
MessageProperty messageProperty = MessageProperty.builder()
.action("action")
.body("body")
.imageIconUrl("imageIconUrl")
.imageSmallIconUrl("imageSmallIconUrl")
.imageUrl("imageUrl")
.jsonBody("jsonBody")
.mediaUrl("mediaUrl")
.rawContent("rawContent")
.silentPush(false)
.timeToLive(123)
.title("title")
.url("url")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCampaign.MessageProperty.Builder
A builder for
CfnCampaign.MessageProperty |
static class |
CfnCampaign.MessageProperty.Jsii$Proxy
An implementation for
CfnCampaign.MessageProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCampaign.MessageProperty.Builder |
builder() |
default String |
getAction()
`CfnCampaign.MessageProperty.Action`.
|
default String |
getBody()
`CfnCampaign.MessageProperty.Body`.
|
default String |
getImageIconUrl()
`CfnCampaign.MessageProperty.ImageIconUrl`.
|
default String |
getImageSmallIconUrl()
`CfnCampaign.MessageProperty.ImageSmallIconUrl`.
|
default String |
getImageUrl()
`CfnCampaign.MessageProperty.ImageUrl`.
|
default String |
getJsonBody()
`CfnCampaign.MessageProperty.JsonBody`.
|
default String |
getMediaUrl()
`CfnCampaign.MessageProperty.MediaUrl`.
|
default String |
getRawContent()
`CfnCampaign.MessageProperty.RawContent`.
|
default Object |
getSilentPush()
`CfnCampaign.MessageProperty.SilentPush`.
|
default Number |
getTimeToLive()
`CfnCampaign.MessageProperty.TimeToLive`.
|
default String |
getTitle()
`CfnCampaign.MessageProperty.Title`.
|
default String |
getUrl()
`CfnCampaign.MessageProperty.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 getImageSmallIconUrl()
@Stability(value=Stable) @Nullable default String getImageUrl()
@Stability(value=Stable) @Nullable default String getJsonBody()
@Stability(value=Stable) @Nullable default String getMediaUrl()
@Stability(value=Stable) @Nullable default String getRawContent()
@Stability(value=Stable) @Nullable default Object getSilentPush()
@Stability(value=Stable) @Nullable default Number getTimeToLive()
@Stability(value=Stable) @Nullable default String getTitle()
@Stability(value=Stable) @Nullable default String getUrl()
@Stability(value=Stable) static CfnCampaign.MessageProperty.Builder builder()
Copyright © 2021. All rights reserved.