Class CfnUser.UserPhoneConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnUser.UserPhoneConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUser.UserPhoneConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnUser.UserPhoneConfigProperty
@Stability(Stable)
@Internal
public static final class CfnUser.UserPhoneConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUser.UserPhoneConfigProperty
An implementation for
CfnUser.UserPhoneConfigProperty
-
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.connect.CfnUser.UserPhoneConfigProperty
CfnUser.UserPhoneConfigProperty.Builder, CfnUser.UserPhoneConfigProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnUser.UserPhoneConfigProperty.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 Number
The After Call Work (ACW) timeout setting, in seconds.final Object
The Auto accept setting.final String
The phone number for the user's desk phone.final String
The phone type.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 theCfnUser.UserPhoneConfigProperty.Builder
.
-
-
Method Details
-
getPhoneType
Description copied from interface:CfnUser.UserPhoneConfigProperty
The phone type.- Specified by:
getPhoneType
in interfaceCfnUser.UserPhoneConfigProperty
-
getAfterContactWorkTimeLimit
Description copied from interface:CfnUser.UserPhoneConfigProperty
The After Call Work (ACW) timeout setting, in seconds.When returned by a
SearchUsers
call,AfterContactWorkTimeLimit
is returned in milliseconds.- Specified by:
getAfterContactWorkTimeLimit
in interfaceCfnUser.UserPhoneConfigProperty
-
getAutoAccept
Description copied from interface:CfnUser.UserPhoneConfigProperty
The Auto accept setting.- Specified by:
getAutoAccept
in interfaceCfnUser.UserPhoneConfigProperty
-
getDeskPhoneNumber
Description copied from interface:CfnUser.UserPhoneConfigProperty
The phone number for the user's desk phone.- Specified by:
getDeskPhoneNumber
in interfaceCfnUser.UserPhoneConfigProperty
-
$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()
-