public static final class CfnSMSChannelProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSMSChannelProps
CfnSMSChannelProps
CfnSMSChannelProps.Builder, CfnSMSChannelProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getApplicationId()
The unique identifier for the Amazon Pinpoint application that the SMS channel applies to.
|
java.lang.Object |
getEnabled()
Specifies whether to enable the SMS channel for the application.
|
java.lang.String |
getSenderId()
The identity that you want to display on recipients' devices when they receive messages from the SMS channel.
|
java.lang.String |
getShortCode()
The registered short code that you want to use when you send messages through the SMS channel.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getApplicationId()
CfnSMSChannelProps
getApplicationId
in interface CfnSMSChannelProps
public final java.lang.Object getEnabled()
CfnSMSChannelProps
getEnabled
in interface CfnSMSChannelProps
public final java.lang.String getSenderId()
CfnSMSChannelProps
SenderIDs are only supported in certain countries and regions. For more information, see Supported Countries and Regions in the Amazon Pinpoint User Guide .
getSenderId
in interface CfnSMSChannelProps
public final java.lang.String getShortCode()
CfnSMSChannelProps
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 .
getShortCode
in interface CfnSMSChannelProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()