Class CfnUser.UserProficiencyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnUser.UserProficiencyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUser.UserProficiencyProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUser.UserProficiencyProperty
@Stability(Stable)
@Internal
public static final class CfnUser.UserProficiencyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUser.UserProficiencyProperty
An implementation for
CfnUser.UserProficiencyProperty
-
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.UserProficiencyProperty
CfnUser.UserProficiencyProperty.Builder, CfnUser.UserProficiencyProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnUser.UserProficiencyProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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.UserProficiencyProperty.Builder
.
-
-
Method Details
-
getAttributeName
Description copied from interface:CfnUser.UserProficiencyProperty
The name of user’s proficiency.You must use a predefined attribute name that is present in the Amazon Connect instance.
- Specified by:
getAttributeName
in interfaceCfnUser.UserProficiencyProperty
- See Also:
-
getAttributeValue
Description copied from interface:CfnUser.UserProficiencyProperty
The value of user’s proficiency.You must use a predefined attribute value that is present in the Amazon Connect instance.
- Specified by:
getAttributeValue
in interfaceCfnUser.UserProficiencyProperty
- See Also:
-
getLevel
Description copied from interface:CfnUser.UserProficiencyProperty
The level of the proficiency.The valid values are 1, 2, 3, 4 and 5.
- Specified by:
getLevel
in interfaceCfnUser.UserProficiencyProperty
- 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()
-