@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 |
---|---|
static UpdateUserRequestItem.Builder |
builder() |
boolean |
equals(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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
userId()
The user ID.
|
copy
public String userId()
The user ID.
public 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()
.
License
public 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()
.
License
public UpdateUserRequestItem.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateUserRequestItem.Builder,UpdateUserRequestItem>
public static UpdateUserRequestItem.Builder builder()
public static Class<? extends UpdateUserRequestItem.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.