@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserAccessResultItem extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about a user's access to an application.
Constructor and Description |
---|
UserAccessResultItem() |
Modifier and Type | Method and Description |
---|---|
UserAccessResultItem |
clone() |
boolean |
equals(Object obj) |
String |
getApp()
The name of the application.
|
String |
getEmail()
The email address of the target user.
|
String |
getResultStatus()
The status of the user access result item.
|
TaskError |
getTaskError()
Contains information about an error returned from a user access task.
|
String |
getTaskId()
The unique ID of the task.
|
String |
getTenantDisplayName()
The display name of the tenant.
|
String |
getTenantId()
The ID of the application tenant.
|
String |
getUserFirstName()
The first name of the user.
|
String |
getUserFullName()
The full name of the user.
|
String |
getUserId()
The unique ID of user.
|
String |
getUserLastName()
The last name of the user.
|
String |
getUserStatus()
The status of the user returned by the application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApp(String app)
The name of the application.
|
void |
setEmail(String email)
The email address of the target user.
|
void |
setResultStatus(String resultStatus)
The status of the user access result item.
|
void |
setTaskError(TaskError taskError)
Contains information about an error returned from a user access task.
|
void |
setTaskId(String taskId)
The unique ID of the task.
|
void |
setTenantDisplayName(String tenantDisplayName)
The display name of the tenant.
|
void |
setTenantId(String tenantId)
The ID of the application tenant.
|
void |
setUserFirstName(String userFirstName)
The first name of the user.
|
void |
setUserFullName(String userFullName)
The full name of the user.
|
void |
setUserId(String userId)
The unique ID of user.
|
void |
setUserLastName(String userLastName)
The last name of the user.
|
void |
setUserStatus(String userStatus)
The status of the user returned by the application.
|
String |
toString()
Returns a string representation of this object.
|
UserAccessResultItem |
withApp(String app)
The name of the application.
|
UserAccessResultItem |
withEmail(String email)
The email address of the target user.
|
UserAccessResultItem |
withResultStatus(ResultStatus resultStatus)
The status of the user access result item.
|
UserAccessResultItem |
withResultStatus(String resultStatus)
The status of the user access result item.
|
UserAccessResultItem |
withTaskError(TaskError taskError)
Contains information about an error returned from a user access task.
|
UserAccessResultItem |
withTaskId(String taskId)
The unique ID of the task.
|
UserAccessResultItem |
withTenantDisplayName(String tenantDisplayName)
The display name of the tenant.
|
UserAccessResultItem |
withTenantId(String tenantId)
The ID of the application tenant.
|
UserAccessResultItem |
withUserFirstName(String userFirstName)
The first name of the user.
|
UserAccessResultItem |
withUserFullName(String userFullName)
The full name of the user.
|
UserAccessResultItem |
withUserId(String userId)
The unique ID of user.
|
UserAccessResultItem |
withUserLastName(String userLastName)
The last name of the user.
|
UserAccessResultItem |
withUserStatus(String userStatus)
The status of the user returned by the application.
|
public void setApp(String app)
The name of the application.
app
- The name of the application.public String getApp()
The name of the application.
public UserAccessResultItem withApp(String app)
The name of the application.
app
- The name of the application.public void setTenantId(String tenantId)
The ID of the application tenant.
tenantId
- The ID of the application tenant.public String getTenantId()
The ID of the application tenant.
public UserAccessResultItem withTenantId(String tenantId)
The ID of the application tenant.
tenantId
- The ID of the application tenant.public void setTenantDisplayName(String tenantDisplayName)
The display name of the tenant.
tenantDisplayName
- The display name of the tenant.public String getTenantDisplayName()
The display name of the tenant.
public UserAccessResultItem withTenantDisplayName(String tenantDisplayName)
The display name of the tenant.
tenantDisplayName
- The display name of the tenant.public void setTaskId(String taskId)
The unique ID of the task.
taskId
- The unique ID of the task.public String getTaskId()
The unique ID of the task.
public UserAccessResultItem withTaskId(String taskId)
The unique ID of the task.
taskId
- The unique ID of the task.public void setResultStatus(String 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.
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.
ResultStatus
public String getResultStatus()
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.
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.
ResultStatus
public UserAccessResultItem withResultStatus(String 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.
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.
ResultStatus
public UserAccessResultItem withResultStatus(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.
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.
ResultStatus
public void setEmail(String email)
The email address of the target user.
email
- The email address of the target user.public String getEmail()
The email address of the target user.
public UserAccessResultItem withEmail(String email)
The email address of the target user.
email
- The email address of the target user.public void setUserId(String userId)
The unique ID of user.
userId
- The unique ID of user.public String getUserId()
The unique ID of user.
public UserAccessResultItem withUserId(String userId)
The unique ID of user.
userId
- The unique ID of user.public void setUserFullName(String userFullName)
The full name of the user.
userFullName
- The full name of the user.public String getUserFullName()
The full name of the user.
public UserAccessResultItem withUserFullName(String userFullName)
The full name of the user.
userFullName
- The full name of the user.public void setUserFirstName(String userFirstName)
The first name of the user.
userFirstName
- The first name of the user.public String getUserFirstName()
The first name of the user.
public UserAccessResultItem withUserFirstName(String userFirstName)
The first name of the user.
userFirstName
- The first name of the user.public void setUserLastName(String userLastName)
The last name of the user.
userLastName
- The last name of the user.public String getUserLastName()
The last name of the user.
public UserAccessResultItem withUserLastName(String userLastName)
The last name of the user.
userLastName
- The last name of the user.public void setUserStatus(String userStatus)
The status of the user returned by the application.
userStatus
- The status of the user returned by the application.public String getUserStatus()
The status of the user returned by the application.
public UserAccessResultItem withUserStatus(String userStatus)
The status of the user returned by the application.
userStatus
- The status of the user returned by the application.public void setTaskError(TaskError taskError)
Contains information about an error returned from a user access task.
taskError
- Contains information about an error returned from a user access task.public TaskError getTaskError()
Contains information about an error returned from a user access task.
public UserAccessResultItem withTaskError(TaskError taskError)
Contains information about an error returned from a user access task.
taskError
- Contains information about an error returned from a user access task.public String toString()
toString
in class Object
Object.toString()
public UserAccessResultItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.