Class UpdateUserRequestItem
- java.lang.Object
-
- software.amazon.awssdk.services.chime.model.UpdateUserRequestItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UpdateUserRequestItem.Builder,UpdateUserRequestItem>
@Generated("software.amazon.awssdk:codegen") public final class UpdateUserRequestItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateUserRequestItem.Builder,UpdateUserRequestItem>
The user ID and user fields to update, used with the BatchUpdateUser action.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateUserRequestItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AlexaForBusinessMetadataalexaForBusinessMetadata()The Alexa for Business metadata.static UpdateUserRequestItem.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LicenselicenseType()The user license type.StringlicenseTypeAsString()The user license type.List<SdkField<?>>sdkFields()static Class<? extends UpdateUserRequestItem.Builder>serializableBuilderClass()UpdateUserRequestItem.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringuserId()The user ID.UserTypeuserType()The user type.StringuserTypeAsString()The user type.-
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
-
userId
public final String userId()
The user ID.
- Returns:
- The user ID.
-
licenseType
public final License licenseType()
The user license type.
If the service returns an enum value that is not available in the current SDK version,
licenseTypewill returnLicense.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlicenseTypeAsString().- Returns:
- The user license type.
- See Also:
License
-
licenseTypeAsString
public final String licenseTypeAsString()
The user license type.
If the service returns an enum value that is not available in the current SDK version,
licenseTypewill returnLicense.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlicenseTypeAsString().- Returns:
- The user license type.
- See Also:
License
-
userType
public final UserType userType()
The user type.
If the service returns an enum value that is not available in the current SDK version,
userTypewill returnUserType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromuserTypeAsString().- Returns:
- The user type.
- See Also:
UserType
-
userTypeAsString
public final String userTypeAsString()
The user type.
If the service returns an enum value that is not available in the current SDK version,
userTypewill returnUserType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromuserTypeAsString().- Returns:
- The user type.
- See Also:
UserType
-
alexaForBusinessMetadata
public final AlexaForBusinessMetadata alexaForBusinessMetadata()
The Alexa for Business metadata.
- Returns:
- The Alexa for Business metadata.
-
toBuilder
public UpdateUserRequestItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateUserRequestItem.Builder,UpdateUserRequestItem>
-
builder
public static UpdateUserRequestItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateUserRequestItem.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.
-
-