@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateUserRequestItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
AlexaForBusinessMetadata |
alexaForBusinessMetadata()
The Alexa for Business metadata.
|
static UpdateUserRequestItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
License |
licenseType()
The user license type.
|
String |
licenseTypeAsString()
The user license type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateUserRequestItem.Builder> |
serializableBuilderClass() |
UpdateUserRequestItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userId()
The user ID.
|
UserType |
userType()
The user type.
|
String |
userTypeAsString()
The user type.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String userId()
The user ID.
public final License licenseType()
The user license type.
If the service returns an enum value that is not available in the current SDK version, licenseType will
return License.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
licenseTypeAsString().
Licensepublic final String licenseTypeAsString()
The user license type.
If the service returns an enum value that is not available in the current SDK version, licenseType will
return License.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
licenseTypeAsString().
Licensepublic final UserType userType()
The user type.
If the service returns an enum value that is not available in the current SDK version, userType will
return UserType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
userTypeAsString().
UserTypepublic final String userTypeAsString()
The user type.
If the service returns an enum value that is not available in the current SDK version, userType will
return UserType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
userTypeAsString().
UserTypepublic final AlexaForBusinessMetadata alexaForBusinessMetadata()
The Alexa for Business metadata.
public UpdateUserRequestItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateUserRequestItem.Builder,UpdateUserRequestItem>public static UpdateUserRequestItem.Builder builder()
public static Class<? extends UpdateUserRequestItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.