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