Interface CfnNotificationPropsMixin.NotificationContentProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnNotificationPropsMixin.NotificationContentProperty.Jsii$Proxy
- Enclosing class:
CfnNotificationPropsMixin
@Stability(Stable)
public static interface CfnNotificationPropsMixin.NotificationContentProperty
extends software.amazon.jsii.JsiiSerializable
The content of a notification.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.connect.*;
NotificationContentProperty notificationContentProperty = NotificationContentProperty.builder()
.deDe("deDe")
.enUs("enUs")
.esEs("esEs")
.frFr("frFr")
.idId("idId")
.itIt("itIt")
.jaJp("jaJp")
.koKr("koKr")
.ptBr("ptBr")
.zhCn("zhCn")
.zhTw("zhTw")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnNotificationPropsMixin.NotificationContentPropertystatic final classAn implementation forCfnNotificationPropsMixin.NotificationContentProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringgetDeDe()Localized notification content.default StringgetEnUs()Localized notification content.default StringgetEsEs()Localized notification content.default StringgetFrFr()Localized notification content.default StringgetIdId()Localized notification content.default StringgetItIt()Localized notification content.default StringgetJaJp()Localized notification content.default StringgetKoKr()Localized notification content.default StringgetPtBr()Localized notification content.default StringgetZhCn()Localized notification content.default StringgetZhTw()Localized notification content.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDeDe
Localized notification content.- See Also:
-
getEnUs
Localized notification content.- See Also:
-
getEsEs
Localized notification content.- See Also:
-
getFrFr
Localized notification content.- See Also:
-
getIdId
Localized notification content.- See Also:
-
getItIt
Localized notification content.- See Also:
-
getJaJp
Localized notification content.- See Also:
-
getKoKr
Localized notification content.- See Also:
-
getPtBr
Localized notification content.- See Also:
-
getZhCn
Localized notification content.- See Also:
-
getZhTw
Localized notification content.- See Also:
-
builder
-