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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.smsvoice.CfnPhoneNumber.TwoWayProperty
CfnPhoneNumber.TwoWayProperty.Builder, CfnPhoneNumber.TwoWayProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPhoneNumber.TwoWayProperty.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 Amazon Resource Name (ARN) of the two way channel.final StringAn optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.final ObjectBy default this is set to false.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 theCfnPhoneNumber.TwoWayProperty.Builder.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnPhoneNumber.TwoWayPropertyBy default this is set to false.When set to true you can receive incoming text messages from your end recipients using the TwoWayChannelArn.
Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnPhoneNumber.TwoWayProperty- See Also:
-
getChannelArn
Description copied from interface:CfnPhoneNumber.TwoWayPropertyThe Amazon Resource Name (ARN) of the two way channel.- Specified by:
getChannelArnin interfaceCfnPhoneNumber.TwoWayProperty- See Also:
-
getChannelRole
Description copied from interface:CfnPhoneNumber.TwoWayPropertyAn optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.- Specified by:
getChannelRolein interfaceCfnPhoneNumber.TwoWayProperty- 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()
-