Class CfnSMSChannelProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpoint.CfnSMSChannelProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSMSChannelProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSMSChannelProps
@Stability(Stable)
@Internal
public static final class CfnSMSChannelProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSMSChannelProps
An implementation for
CfnSMSChannelProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.pinpoint.CfnSMSChannelProps
CfnSMSChannelProps.Builder, CfnSMSChannelProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnSMSChannelProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSMSChannelProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The unique identifier for the Amazon Pinpoint application that the SMS channel applies to.final Object
Specifies whether to enable the SMS channel for the application.final String
The identity that you want to display on recipients' devices when they receive messages from the SMS channel.final String
The registered short code that you want to use when you send messages through the SMS channel.final int
hashCode()
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 theCfnSMSChannelProps.Builder
.
-
-
Method Details
-
getApplicationId
Description copied from interface:CfnSMSChannelProps
The unique identifier for the Amazon Pinpoint application that the SMS channel applies to.- Specified by:
getApplicationId
in interfaceCfnSMSChannelProps
- See Also:
-
getEnabled
Description copied from interface:CfnSMSChannelProps
Specifies whether to enable the SMS channel for the application.- Specified by:
getEnabled
in interfaceCfnSMSChannelProps
- See Also:
-
getSenderId
Description copied from interface:CfnSMSChannelProps
The 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:
getSenderId
in interfaceCfnSMSChannelProps
- See Also:
-
getShortCode
Description copied from interface:CfnSMSChannelProps
The 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:
getShortCode
in interfaceCfnSMSChannelProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-