Class CfnPhoneNumber.TwoWayProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.smsvoice.CfnPhoneNumber.TwoWayProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPhoneNumber.TwoWayProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPhoneNumber.TwoWayProperty
@Stability(Stable)
@Internal
public static final class CfnPhoneNumber.TwoWayProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPhoneNumber.TwoWayProperty
An implementation for
CfnPhoneNumber.TwoWayProperty
-
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.smsvoice.CfnPhoneNumber.TwoWayProperty
CfnPhoneNumber.TwoWayProperty.Builder, CfnPhoneNumber.TwoWayProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPhoneNumber.TwoWayProperty.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 Amazon Resource Name (ARN) of the two way channel.final String
An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.final Object
By default this is set to false.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 theCfnPhoneNumber.TwoWayProperty.Builder
.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnPhoneNumber.TwoWayProperty
By default this is set to false.When set to true you can receive incoming text messages from your end recipients using the TwoWayChannelArn.
- Specified by:
getEnabled
in interfaceCfnPhoneNumber.TwoWayProperty
- See Also:
-
getChannelArn
Description copied from interface:CfnPhoneNumber.TwoWayProperty
The Amazon Resource Name (ARN) of the two way channel.- Specified by:
getChannelArn
in interfaceCfnPhoneNumber.TwoWayProperty
- See Also:
-
getChannelRole
Description copied from interface:CfnPhoneNumber.TwoWayProperty
An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.- Specified by:
getChannelRole
in interfaceCfnPhoneNumber.TwoWayProperty
- 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()
-