Class ConnectQueueOutboundCallerConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.connect_queue.ConnectQueueOutboundCallerConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ConnectQueueOutboundCallerConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ConnectQueueOutboundCallerConfig
@Stability(Stable) @Internal public static final class ConnectQueueOutboundCallerConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ConnectQueueOutboundCallerConfig
An implementation forConnectQueueOutboundCallerConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.connect_queue.ConnectQueueOutboundCallerConfig
ConnectQueueOutboundCallerConfig.Builder, ConnectQueueOutboundCallerConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ConnectQueueOutboundCallerConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theConnectQueueOutboundCallerConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetOutboundCallerIdName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#outbound_caller_id_name ConnectQueue#outbound_caller_id_name}.StringgetOutboundCallerIdNumberId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#outbound_caller_id_number_id ConnectQueue#outbound_caller_id_number_id}.StringgetOutboundFlowId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#outbound_flow_id ConnectQueue#outbound_flow_id}.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(ConnectQueueOutboundCallerConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theConnectQueueOutboundCallerConfig.Builder.
-
-
Method Detail
-
getOutboundCallerIdName
public final String getOutboundCallerIdName()
Description copied from interface:ConnectQueueOutboundCallerConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#outbound_caller_id_name ConnectQueue#outbound_caller_id_name}.- Specified by:
getOutboundCallerIdNamein interfaceConnectQueueOutboundCallerConfig
-
getOutboundCallerIdNumberId
public final String getOutboundCallerIdNumberId()
Description copied from interface:ConnectQueueOutboundCallerConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#outbound_caller_id_number_id ConnectQueue#outbound_caller_id_number_id}.- Specified by:
getOutboundCallerIdNumberIdin interfaceConnectQueueOutboundCallerConfig
-
getOutboundFlowId
public final String getOutboundFlowId()
Description copied from interface:ConnectQueueOutboundCallerConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_queue#outbound_flow_id ConnectQueue#outbound_flow_id}.- Specified by:
getOutboundFlowIdin interfaceConnectQueueOutboundCallerConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-