Class UpdateUserRequest

    • 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, licenseType will return License.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from licenseTypeAsString().

        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, licenseType will return License.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from licenseTypeAsString().

        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
      • userTypeAsString

        public 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().

        Returns:
        The user type.
        See Also:
        UserType
      • alexaForBusinessMetadata

        public final AlexaForBusinessMetadata alexaForBusinessMetadata()

        The Alexa for Business metadata.

        Returns:
        The Alexa for Business metadata.
      • 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.
        Overrides:
        toString in class Object