Class CfnPoolPropsMixin.TwoWayProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.smsvoice.CfnPoolPropsMixin.TwoWayProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPoolPropsMixin.TwoWayProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPoolPropsMixin.TwoWayProperty
@Stability(Stable)
@Internal
public static final class CfnPoolPropsMixin.TwoWayProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPoolPropsMixin.TwoWayProperty
An implementation for
CfnPoolPropsMixin.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.cfnpropertymixins.services.smsvoice.CfnPoolPropsMixin.TwoWayProperty
CfnPoolPropsMixin.TwoWayProperty.Builder, CfnPoolPropsMixin.TwoWayProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPoolPropsMixin.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 theCfnPoolPropsMixin.TwoWayProperty.Builder.
-
-
Method Details
-
getChannelArn
Description copied from interface:CfnPoolPropsMixin.TwoWayPropertyThe Amazon Resource Name (ARN) of the two way channel.- Specified by:
getChannelArnin interfaceCfnPoolPropsMixin.TwoWayProperty- See Also:
-
getChannelRole
Description copied from interface:CfnPoolPropsMixin.TwoWayPropertyAn optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.- Specified by:
getChannelRolein interfaceCfnPoolPropsMixin.TwoWayProperty- See Also:
-
getEnabled
Description copied from interface:CfnPoolPropsMixin.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 interfaceCfnPoolPropsMixin.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()
-