Class UpdateUserRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.chime.model.ChimeRequest
-
- software.amazon.awssdk.services.chime.model.UpdateUserRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateUserRequest.Builder,UpdateUserRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateUserRequest extends ChimeRequest implements ToCopyableBuilder<UpdateUserRequest.Builder,UpdateUserRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateUserRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountId()The Amazon Chime account ID.AlexaForBusinessMetadataalexaForBusinessMetadata()The Alexa for Business metadata.static UpdateUserRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LicenselicenseType()The user license type to update.StringlicenseTypeAsString()The user license type to update.List<SdkField<?>>sdkFields()static Class<? extends UpdateUserRequest.Builder>serializableBuilderClass()UpdateUserRequest.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 software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
accountId
public final String accountId()
The Amazon Chime account ID.
- Returns:
- The Amazon Chime account ID.
-
userId
public final String userId()
The user ID.
- Returns:
- The user ID.
-
licenseType
public final License licenseType()
The user license type to update. This must be a supported license type for the Amazon Chime account that the user belongs to.
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 to update. This must be a supported license type for the Amazon Chime account that the user belongs to.
- See Also:
License
-
licenseTypeAsString
public final String licenseTypeAsString()
The user license type to update. This must be a supported license type for the Amazon Chime account that the user belongs to.
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 to update. This must be a supported license type for the Amazon Chime account that the user belongs to.
- 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 UpdateUserRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateUserRequest.Builder,UpdateUserRequest>- Specified by:
toBuilderin classChimeRequest
-
builder
public static UpdateUserRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateUserRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-