Class CfnNotificationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnNotificationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnNotificationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNotificationProps
@Stability(Stable)
@Internal
public static final class CfnNotificationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNotificationProps
An implementation for
CfnNotificationProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.connect.CfnNotificationProps
CfnNotificationProps.Builder, CfnNotificationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnNotificationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnNotificationProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe content of a notification.final StringThe time a notification will expire.final StringThe identifier of the Amazon Connect instance.final StringThe priority of notification.The recipients of the notification.getTags()One or more tags.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnNotificationProps.Builder.
-
-
Method Details
-
getContent
Description copied from interface:CfnNotificationPropsThe content of a notification.Returns union: either
IResolvableorCfnNotification.NotificationContentProperty- Specified by:
getContentin interfaceCfnNotificationProps- See Also:
-
getInstanceArn
Description copied from interface:CfnNotificationPropsThe identifier of the Amazon Connect instance.- Specified by:
getInstanceArnin interfaceCfnNotificationProps- See Also:
-
getExpiresAt
Description copied from interface:CfnNotificationPropsThe time a notification will expire.- Specified by:
getExpiresAtin interfaceCfnNotificationProps- See Also:
-
getPriority
Description copied from interface:CfnNotificationPropsThe priority of notification.In the Amazon Connect console, when you create a notification, you are prompted to assign one of the following priorities: High (HIGH) or LOW (LOW)
- Specified by:
getPriorityin interfaceCfnNotificationProps- See Also:
-
getRecipients
Description copied from interface:CfnNotificationPropsThe recipients of the notification.- Specified by:
getRecipientsin interfaceCfnNotificationProps- See Also:
-
getTags
Description copied from interface:CfnNotificationPropsOne or more tags.- Specified by:
getTagsin interfaceCfnNotificationProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-