Class UserProficiency
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.UserProficiency
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UserProficiency.Builder,UserProficiency>
@Generated("software.amazon.awssdk:codegen") public final class UserProficiency extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UserProficiency.Builder,UserProficiency>
Information about proficiency of a user.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUserProficiency.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringattributeName()The name of user's proficiency.StringattributeValue()The value of user's proficiency.static UserProficiency.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Floatlevel()The level of the proficiency.List<SdkField<?>>sdkFields()static Class<? extends UserProficiency.Builder>serializableBuilderClass()UserProficiency.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
attributeName
public final String attributeName()
The name of user's proficiency. You must use name of predefined attribute present in the Amazon Connect instance.
- Returns:
- The name of user's proficiency. You must use name of predefined attribute present in the Amazon Connect instance.
-
attributeValue
public final String attributeValue()
The value of user's proficiency. You must use value of predefined attribute present in the Amazon Connect instance.
- Returns:
- The value of user's proficiency. You must use value of predefined attribute present in the Amazon Connect instance.
-
level
public final Float level()
The level of the proficiency. The valid values are 1, 2, 3, 4 and 5.
- Returns:
- The level of the proficiency. The valid values are 1, 2, 3, 4 and 5.
-
toBuilder
public UserProficiency.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UserProficiency.Builder,UserProficiency>
-
builder
public static UserProficiency.Builder builder()
-
serializableBuilderClass
public static Class<? extends UserProficiency.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-