@Generated(value="software.amazon.awssdk:codegen") public final class UserAccessResultItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UserAccessResultItem.Builder,UserAccessResultItem>
Contains information about a user's access to an application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UserAccessResultItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
app()
The name of the application.
|
static UserAccessResultItem.Builder |
builder() |
String |
email()
The email address of the target user.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ResultStatus |
resultStatus()
The status of the user access result item.
|
String |
resultStatusAsString()
The status of the user access result item.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UserAccessResultItem.Builder> |
serializableBuilderClass() |
TaskError |
taskError()
Contains information about an error returned from a user access task.
|
String |
taskId()
The unique ID of the task.
|
String |
tenantDisplayName()
The display name of the tenant.
|
String |
tenantId()
The ID of the application tenant.
|
UserAccessResultItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userFirstName()
The first name of the user.
|
String |
userFullName()
The full name of the user.
|
String |
userId()
The unique ID of user.
|
String |
userLastName()
The last name of the user.
|
String |
userStatus()
The status of the user returned by the application.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String app()
The name of the application.
public final String tenantId()
The ID of the application tenant.
public final String tenantDisplayName()
The display name of the tenant.
public final String taskId()
The unique ID of the task.
public final ResultStatus resultStatus()
The status of the user access result item.
The following states are possible:
IN_PROGRESS: The user access task is in progress.
COMPLETED: The user access task completed successfully.
FAILED: The user access task failed.
EXPIRED: The user access task expired.
If the service returns an enum value that is not available in the current SDK version, resultStatus will
return ResultStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resultStatusAsString().
The following states are possible:
IN_PROGRESS: The user access task is in progress.
COMPLETED: The user access task completed successfully.
FAILED: The user access task failed.
EXPIRED: The user access task expired.
ResultStatuspublic final String resultStatusAsString()
The status of the user access result item.
The following states are possible:
IN_PROGRESS: The user access task is in progress.
COMPLETED: The user access task completed successfully.
FAILED: The user access task failed.
EXPIRED: The user access task expired.
If the service returns an enum value that is not available in the current SDK version, resultStatus will
return ResultStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resultStatusAsString().
The following states are possible:
IN_PROGRESS: The user access task is in progress.
COMPLETED: The user access task completed successfully.
FAILED: The user access task failed.
EXPIRED: The user access task expired.
ResultStatuspublic final String email()
The email address of the target user.
public final String userId()
The unique ID of user.
public final String userFullName()
The full name of the user.
public final String userFirstName()
The first name of the user.
public final String userLastName()
The last name of the user.
public final String userStatus()
The status of the user returned by the application.
public final TaskError taskError()
Contains information about an error returned from a user access task.
public UserAccessResultItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UserAccessResultItem.Builder,UserAccessResultItem>public static UserAccessResultItem.Builder builder()
public static Class<? extends UserAccessResultItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.