Class CfnNotificationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnNotificationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnNotificationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNotificationMixinProps
@Stability(Stable)
@Internal
public static final class CfnNotificationMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNotificationMixinProps
An implementation for
CfnNotificationMixinProps-
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.cfnpropertymixins.services.connect.CfnNotificationMixinProps
CfnNotificationMixinProps.Builder, CfnNotificationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnNotificationMixinProps.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 theCfnNotificationMixinProps.Builder.
-
-
Method Details
-
getContent
Description copied from interface:CfnNotificationMixinPropsThe content of a notification.Returns union: either
IResolvableorCfnNotificationPropsMixin.NotificationContentProperty- Specified by:
getContentin interfaceCfnNotificationMixinProps- See Also:
-
getExpiresAt
Description copied from interface:CfnNotificationMixinPropsThe time a notification will expire.- Specified by:
getExpiresAtin interfaceCfnNotificationMixinProps- See Also:
-
getInstanceArn
Description copied from interface:CfnNotificationMixinPropsThe identifier of the Amazon Connect instance.- Specified by:
getInstanceArnin interfaceCfnNotificationMixinProps- See Also:
-
getPriority
Description copied from interface:CfnNotificationMixinPropsThe 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 interfaceCfnNotificationMixinProps- See Also:
-
getRecipients
Description copied from interface:CfnNotificationMixinPropsThe recipients of the notification.- Specified by:
getRecipientsin interfaceCfnNotificationMixinProps- See Also:
-
getTags
Description copied from interface:CfnNotificationMixinPropsOne or more tags.- Specified by:
getTagsin interfaceCfnNotificationMixinProps- 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()
-