Class ConnectQueueOutboundCallerConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.connect_queue.ConnectQueueOutboundCallerConfigOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:51.228Z") @Stability(Stable) public class ConnectQueueOutboundCallerConfigOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
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.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description ConnectQueueOutboundCallerConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedConnectQueueOutboundCallerConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedConnectQueueOutboundCallerConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectQueueOutboundCallerConfiggetInternalValue()StringgetOutboundCallerIdName()StringgetOutboundCallerIdNameInput()StringgetOutboundCallerIdNumberId()StringgetOutboundCallerIdNumberIdInput()StringgetOutboundFlowId()StringgetOutboundFlowIdInput()voidresetOutboundCallerIdName()voidresetOutboundCallerIdNumberId()voidresetOutboundFlowId()voidsetInternalValue(ConnectQueueOutboundCallerConfig value)voidsetOutboundCallerIdName(String value)voidsetOutboundCallerIdNumberId(String value)voidsetOutboundFlowId(String value)-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
ConnectQueueOutboundCallerConfigOutputReference
protected ConnectQueueOutboundCallerConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ConnectQueueOutboundCallerConfigOutputReference
protected ConnectQueueOutboundCallerConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ConnectQueueOutboundCallerConfigOutputReference
@Stability(Stable) public ConnectQueueOutboundCallerConfigOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
resetOutboundCallerIdName
@Stability(Stable) public void resetOutboundCallerIdName()
-
resetOutboundCallerIdNumberId
@Stability(Stable) public void resetOutboundCallerIdNumberId()
-
resetOutboundFlowId
@Stability(Stable) public void resetOutboundFlowId()
-
getOutboundCallerIdNameInput
@Stability(Stable) @Nullable public String getOutboundCallerIdNameInput()
-
getOutboundCallerIdNumberIdInput
@Stability(Stable) @Nullable public String getOutboundCallerIdNumberIdInput()
-
getOutboundFlowIdInput
@Stability(Stable) @Nullable public String getOutboundFlowIdInput()
-
getOutboundCallerIdName
@Stability(Stable) @NotNull public String getOutboundCallerIdName()
-
setOutboundCallerIdName
@Stability(Stable) public void setOutboundCallerIdName(@NotNull String value)
-
getOutboundCallerIdNumberId
@Stability(Stable) @NotNull public String getOutboundCallerIdNumberId()
-
setOutboundCallerIdNumberId
@Stability(Stable) public void setOutboundCallerIdNumberId(@NotNull String value)
-
getOutboundFlowId
@Stability(Stable) @NotNull public String getOutboundFlowId()
-
setOutboundFlowId
@Stability(Stable) public void setOutboundFlowId(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public ConnectQueueOutboundCallerConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ConnectQueueOutboundCallerConfig value)
-
-