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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.connect.CfnUser.UserPhoneConfigProperty
CfnUser.UserPhoneConfigProperty.Builder, CfnUser.UserPhoneConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUser.UserPhoneConfigProperty.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 NumberThe After Call Work (ACW) timeout setting, in seconds.final ObjectThe Auto accept setting.final StringThe phone number for the user's desk phone.final StringThe phone type.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 theCfnUser.UserPhoneConfigProperty.Builder.
-
-
Method Details
-
getPhoneType
Description copied from interface:CfnUser.UserPhoneConfigPropertyThe phone type.- Specified by:
getPhoneTypein interfaceCfnUser.UserPhoneConfigProperty
-
getAfterContactWorkTimeLimit
Description copied from interface:CfnUser.UserPhoneConfigPropertyThe After Call Work (ACW) timeout setting, in seconds.When returned by a
SearchUserscall,AfterContactWorkTimeLimitis returned in milliseconds.- Specified by:
getAfterContactWorkTimeLimitin interfaceCfnUser.UserPhoneConfigProperty
-
getAutoAccept
Description copied from interface:CfnUser.UserPhoneConfigPropertyThe Auto accept setting.- Specified by:
getAutoAcceptin interfaceCfnUser.UserPhoneConfigProperty
-
getDeskPhoneNumber
Description copied from interface:CfnUser.UserPhoneConfigPropertyThe phone number for the user's desk phone.- Specified by:
getDeskPhoneNumberin interfaceCfnUser.UserPhoneConfigProperty
-
$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()
-