Class CfnSMSChannelMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.pinpoint.CfnSMSChannelMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSMSChannelMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSMSChannelMixinProps
@Stability(Stable)
@Internal
public static final class CfnSMSChannelMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSMSChannelMixinProps
An implementation for
CfnSMSChannelMixinProps-
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.pinpoint.CfnSMSChannelMixinProps
CfnSMSChannelMixinProps.Builder, CfnSMSChannelMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSMSChannelMixinProps.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 StringThe unique identifier for the Amazon Pinpoint application that the SMS channel applies to.final ObjectSpecifies whether to enable the SMS channel for the application.final StringThe identity that you want to display on recipients' devices when they receive messages from the SMS channel.final StringThe registered short code that you want to use when you send messages through the SMS channel.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 theCfnSMSChannelMixinProps.Builder.
-
-
Method Details
-
getApplicationId
Description copied from interface:CfnSMSChannelMixinPropsThe unique identifier for the Amazon Pinpoint application that the SMS channel applies to.- Specified by:
getApplicationIdin interfaceCfnSMSChannelMixinProps- See Also:
-
getEnabled
Description copied from interface:CfnSMSChannelMixinPropsSpecifies whether to enable the SMS channel for the application.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnSMSChannelMixinProps- See Also:
-
getSenderId
Description copied from interface:CfnSMSChannelMixinPropsThe identity that you want to display on recipients' devices when they receive messages from the SMS channel.SenderIDs are only supported in certain countries and regions. For more information, see Supported Countries and Regions in the Amazon Pinpoint User Guide .
- Specified by:
getSenderIdin interfaceCfnSMSChannelMixinProps- See Also:
-
getShortCode
Description copied from interface:CfnSMSChannelMixinPropsThe registered short code that you want to use when you send messages through the SMS channel.For information about obtaining a dedicated short code for sending SMS messages, see Requesting Dedicated Short Codes for SMS Messaging with Amazon Pinpoint in the Amazon Pinpoint User Guide .
- Specified by:
getShortCodein interfaceCfnSMSChannelMixinProps- 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()
-