@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetUserResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetUserResult() |
Modifier and Type | Method and Description |
---|---|
GetUserResult |
clone() |
boolean |
equals(Object obj) |
String |
getApiAccess()
Indicates whether the user can use the
GetProgrammaticAccessCredentials API to obtain credentials
that can then be used to access other FinSpace Data API operations. |
String |
getApiAccessPrincipalArn()
The ARN identifier of an AWS user or role that is allowed to call the
GetProgrammaticAccessCredentials API to obtain a credentials token for a specific FinSpace user. |
Long |
getCreateTime()
The timestamp at which the user was created in FinSpace.
|
String |
getEmailAddress()
The email address that is associated with the user.
|
String |
getFirstName()
The first name of the user.
|
Long |
getLastDisabledTime()
Describes the last time the user was deactivated.
|
Long |
getLastEnabledTime()
Describes the last time the user was activated.
|
Long |
getLastLoginTime()
Describes the last time that the user logged into their account.
|
Long |
getLastModifiedTime()
Describes the last time the user details were updated.
|
String |
getLastName()
The last name of the user.
|
String |
getStatus()
The current status of the user.
|
String |
getType()
Indicates the type of user.
|
String |
getUserId()
The unique identifier for the user that is retrieved.
|
int |
hashCode() |
void |
setApiAccess(String apiAccess)
Indicates whether the user can use the
GetProgrammaticAccessCredentials API to obtain credentials
that can then be used to access other FinSpace Data API operations. |
void |
setApiAccessPrincipalArn(String apiAccessPrincipalArn)
The ARN identifier of an AWS user or role that is allowed to call the
GetProgrammaticAccessCredentials API to obtain a credentials token for a specific FinSpace user. |
void |
setCreateTime(Long createTime)
The timestamp at which the user was created in FinSpace.
|
void |
setEmailAddress(String emailAddress)
The email address that is associated with the user.
|
void |
setFirstName(String firstName)
The first name of the user.
|
void |
setLastDisabledTime(Long lastDisabledTime)
Describes the last time the user was deactivated.
|
void |
setLastEnabledTime(Long lastEnabledTime)
Describes the last time the user was activated.
|
void |
setLastLoginTime(Long lastLoginTime)
Describes the last time that the user logged into their account.
|
void |
setLastModifiedTime(Long lastModifiedTime)
Describes the last time the user details were updated.
|
void |
setLastName(String lastName)
The last name of the user.
|
void |
setStatus(String status)
The current status of the user.
|
void |
setType(String type)
Indicates the type of user.
|
void |
setUserId(String userId)
The unique identifier for the user that is retrieved.
|
String |
toString()
Returns a string representation of this object.
|
GetUserResult |
withApiAccess(ApiAccess apiAccess)
Indicates whether the user can use the
GetProgrammaticAccessCredentials API to obtain credentials
that can then be used to access other FinSpace Data API operations. |
GetUserResult |
withApiAccess(String apiAccess)
Indicates whether the user can use the
GetProgrammaticAccessCredentials API to obtain credentials
that can then be used to access other FinSpace Data API operations. |
GetUserResult |
withApiAccessPrincipalArn(String apiAccessPrincipalArn)
The ARN identifier of an AWS user or role that is allowed to call the
GetProgrammaticAccessCredentials API to obtain a credentials token for a specific FinSpace user. |
GetUserResult |
withCreateTime(Long createTime)
The timestamp at which the user was created in FinSpace.
|
GetUserResult |
withEmailAddress(String emailAddress)
The email address that is associated with the user.
|
GetUserResult |
withFirstName(String firstName)
The first name of the user.
|
GetUserResult |
withLastDisabledTime(Long lastDisabledTime)
Describes the last time the user was deactivated.
|
GetUserResult |
withLastEnabledTime(Long lastEnabledTime)
Describes the last time the user was activated.
|
GetUserResult |
withLastLoginTime(Long lastLoginTime)
Describes the last time that the user logged into their account.
|
GetUserResult |
withLastModifiedTime(Long lastModifiedTime)
Describes the last time the user details were updated.
|
GetUserResult |
withLastName(String lastName)
The last name of the user.
|
GetUserResult |
withStatus(String status)
The current status of the user.
|
GetUserResult |
withStatus(UserStatus status)
The current status of the user.
|
GetUserResult |
withType(String type)
Indicates the type of user.
|
GetUserResult |
withType(UserType type)
Indicates the type of user.
|
GetUserResult |
withUserId(String userId)
The unique identifier for the user that is retrieved.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUserId(String userId)
The unique identifier for the user that is retrieved.
userId
- The unique identifier for the user that is retrieved.public String getUserId()
The unique identifier for the user that is retrieved.
public GetUserResult withUserId(String userId)
The unique identifier for the user that is retrieved.
userId
- The unique identifier for the user that is retrieved.public void setStatus(String status)
The current status of the user.
CREATING
– The creation is in progress.
ENABLED
– The user is created and is currently active.
DISABLED
– The user is currently inactive.
status
- The current status of the user.
CREATING
– The creation is in progress.
ENABLED
– The user is created and is currently active.
DISABLED
– The user is currently inactive.
UserStatus
public String getStatus()
The current status of the user.
CREATING
– The creation is in progress.
ENABLED
– The user is created and is currently active.
DISABLED
– The user is currently inactive.
CREATING
– The creation is in progress.
ENABLED
– The user is created and is currently active.
DISABLED
– The user is currently inactive.
UserStatus
public GetUserResult withStatus(String status)
The current status of the user.
CREATING
– The creation is in progress.
ENABLED
– The user is created and is currently active.
DISABLED
– The user is currently inactive.
status
- The current status of the user.
CREATING
– The creation is in progress.
ENABLED
– The user is created and is currently active.
DISABLED
– The user is currently inactive.
UserStatus
public GetUserResult withStatus(UserStatus status)
The current status of the user.
CREATING
– The creation is in progress.
ENABLED
– The user is created and is currently active.
DISABLED
– The user is currently inactive.
status
- The current status of the user.
CREATING
– The creation is in progress.
ENABLED
– The user is created and is currently active.
DISABLED
– The user is currently inactive.
UserStatus
public void setFirstName(String firstName)
The first name of the user.
firstName
- The first name of the user.public String getFirstName()
The first name of the user.
public GetUserResult withFirstName(String firstName)
The first name of the user.
firstName
- The first name of the user.public void setLastName(String lastName)
The last name of the user.
lastName
- The last name of the user.public String getLastName()
The last name of the user.
public GetUserResult withLastName(String lastName)
The last name of the user.
lastName
- The last name of the user.public void setEmailAddress(String emailAddress)
The email address that is associated with the user.
emailAddress
- The email address that is associated with the user.public String getEmailAddress()
The email address that is associated with the user.
public GetUserResult withEmailAddress(String emailAddress)
The email address that is associated with the user.
emailAddress
- The email address that is associated with the user.public void setType(String type)
Indicates the type of user.
SUPER_USER
– A user with permission to all the functionality and data in FinSpace.
APP_USER
– A user with specific permissions in FinSpace. The users are assigned permissions by
adding them to a permission group.
type
- Indicates the type of user.
SUPER_USER
– A user with permission to all the functionality and data in FinSpace.
APP_USER
– A user with specific permissions in FinSpace. The users are assigned permissions
by adding them to a permission group.
UserType
public String getType()
Indicates the type of user.
SUPER_USER
– A user with permission to all the functionality and data in FinSpace.
APP_USER
– A user with specific permissions in FinSpace. The users are assigned permissions by
adding them to a permission group.
SUPER_USER
– A user with permission to all the functionality and data in FinSpace.
APP_USER
– A user with specific permissions in FinSpace. The users are assigned permissions
by adding them to a permission group.
UserType
public GetUserResult withType(String type)
Indicates the type of user.
SUPER_USER
– A user with permission to all the functionality and data in FinSpace.
APP_USER
– A user with specific permissions in FinSpace. The users are assigned permissions by
adding them to a permission group.
type
- Indicates the type of user.
SUPER_USER
– A user with permission to all the functionality and data in FinSpace.
APP_USER
– A user with specific permissions in FinSpace. The users are assigned permissions
by adding them to a permission group.
UserType
public GetUserResult withType(UserType type)
Indicates the type of user.
SUPER_USER
– A user with permission to all the functionality and data in FinSpace.
APP_USER
– A user with specific permissions in FinSpace. The users are assigned permissions by
adding them to a permission group.
type
- Indicates the type of user.
SUPER_USER
– A user with permission to all the functionality and data in FinSpace.
APP_USER
– A user with specific permissions in FinSpace. The users are assigned permissions
by adding them to a permission group.
UserType
public void setApiAccess(String apiAccess)
Indicates whether the user can use the GetProgrammaticAccessCredentials
API to obtain credentials
that can then be used to access other FinSpace Data API operations.
ENABLED
– The user has permissions to use the APIs.
DISABLED
– The user does not have permissions to use any APIs.
apiAccess
- Indicates whether the user can use the GetProgrammaticAccessCredentials
API to obtain
credentials that can then be used to access other FinSpace Data API operations.
ENABLED
– The user has permissions to use the APIs.
DISABLED
– The user does not have permissions to use any APIs.
ApiAccess
public String getApiAccess()
Indicates whether the user can use the GetProgrammaticAccessCredentials
API to obtain credentials
that can then be used to access other FinSpace Data API operations.
ENABLED
– The user has permissions to use the APIs.
DISABLED
– The user does not have permissions to use any APIs.
GetProgrammaticAccessCredentials
API to obtain
credentials that can then be used to access other FinSpace Data API operations.
ENABLED
– The user has permissions to use the APIs.
DISABLED
– The user does not have permissions to use any APIs.
ApiAccess
public GetUserResult withApiAccess(String apiAccess)
Indicates whether the user can use the GetProgrammaticAccessCredentials
API to obtain credentials
that can then be used to access other FinSpace Data API operations.
ENABLED
– The user has permissions to use the APIs.
DISABLED
– The user does not have permissions to use any APIs.
apiAccess
- Indicates whether the user can use the GetProgrammaticAccessCredentials
API to obtain
credentials that can then be used to access other FinSpace Data API operations.
ENABLED
– The user has permissions to use the APIs.
DISABLED
– The user does not have permissions to use any APIs.
ApiAccess
public GetUserResult withApiAccess(ApiAccess apiAccess)
Indicates whether the user can use the GetProgrammaticAccessCredentials
API to obtain credentials
that can then be used to access other FinSpace Data API operations.
ENABLED
– The user has permissions to use the APIs.
DISABLED
– The user does not have permissions to use any APIs.
apiAccess
- Indicates whether the user can use the GetProgrammaticAccessCredentials
API to obtain
credentials that can then be used to access other FinSpace Data API operations.
ENABLED
– The user has permissions to use the APIs.
DISABLED
– The user does not have permissions to use any APIs.
ApiAccess
public void setApiAccessPrincipalArn(String apiAccessPrincipalArn)
The ARN identifier of an AWS user or role that is allowed to call the
GetProgrammaticAccessCredentials
API to obtain a credentials token for a specific FinSpace user.
This must be an IAM role within your FinSpace account.
apiAccessPrincipalArn
- The ARN identifier of an AWS user or role that is allowed to call the
GetProgrammaticAccessCredentials
API to obtain a credentials token for a specific FinSpace
user. This must be an IAM role within your FinSpace account.public String getApiAccessPrincipalArn()
The ARN identifier of an AWS user or role that is allowed to call the
GetProgrammaticAccessCredentials
API to obtain a credentials token for a specific FinSpace user.
This must be an IAM role within your FinSpace account.
GetProgrammaticAccessCredentials
API to obtain a credentials token for a specific FinSpace
user. This must be an IAM role within your FinSpace account.public GetUserResult withApiAccessPrincipalArn(String apiAccessPrincipalArn)
The ARN identifier of an AWS user or role that is allowed to call the
GetProgrammaticAccessCredentials
API to obtain a credentials token for a specific FinSpace user.
This must be an IAM role within your FinSpace account.
apiAccessPrincipalArn
- The ARN identifier of an AWS user or role that is allowed to call the
GetProgrammaticAccessCredentials
API to obtain a credentials token for a specific FinSpace
user. This must be an IAM role within your FinSpace account.public void setCreateTime(Long createTime)
The timestamp at which the user was created in FinSpace. The value is determined as epoch time in milliseconds.
createTime
- The timestamp at which the user was created in FinSpace. The value is determined as epoch time in
milliseconds.public Long getCreateTime()
The timestamp at which the user was created in FinSpace. The value is determined as epoch time in milliseconds.
public GetUserResult withCreateTime(Long createTime)
The timestamp at which the user was created in FinSpace. The value is determined as epoch time in milliseconds.
createTime
- The timestamp at which the user was created in FinSpace. The value is determined as epoch time in
milliseconds.public void setLastEnabledTime(Long lastEnabledTime)
Describes the last time the user was activated. The value is determined as epoch time in milliseconds.
lastEnabledTime
- Describes the last time the user was activated. The value is determined as epoch time in milliseconds.public Long getLastEnabledTime()
Describes the last time the user was activated. The value is determined as epoch time in milliseconds.
public GetUserResult withLastEnabledTime(Long lastEnabledTime)
Describes the last time the user was activated. The value is determined as epoch time in milliseconds.
lastEnabledTime
- Describes the last time the user was activated. The value is determined as epoch time in milliseconds.public void setLastDisabledTime(Long lastDisabledTime)
Describes the last time the user was deactivated. The value is determined as epoch time in milliseconds.
lastDisabledTime
- Describes the last time the user was deactivated. The value is determined as epoch time in milliseconds.public Long getLastDisabledTime()
Describes the last time the user was deactivated. The value is determined as epoch time in milliseconds.
public GetUserResult withLastDisabledTime(Long lastDisabledTime)
Describes the last time the user was deactivated. The value is determined as epoch time in milliseconds.
lastDisabledTime
- Describes the last time the user was deactivated. The value is determined as epoch time in milliseconds.public void setLastModifiedTime(Long lastModifiedTime)
Describes the last time the user details were updated. The value is determined as epoch time in milliseconds.
lastModifiedTime
- Describes the last time the user details were updated. The value is determined as epoch time in
milliseconds.public Long getLastModifiedTime()
Describes the last time the user details were updated. The value is determined as epoch time in milliseconds.
public GetUserResult withLastModifiedTime(Long lastModifiedTime)
Describes the last time the user details were updated. The value is determined as epoch time in milliseconds.
lastModifiedTime
- Describes the last time the user details were updated. The value is determined as epoch time in
milliseconds.public void setLastLoginTime(Long lastLoginTime)
Describes the last time that the user logged into their account. The value is determined as epoch time in milliseconds.
lastLoginTime
- Describes the last time that the user logged into their account. The value is determined as epoch time in
milliseconds.public Long getLastLoginTime()
Describes the last time that the user logged into their account. The value is determined as epoch time in milliseconds.
public GetUserResult withLastLoginTime(Long lastLoginTime)
Describes the last time that the user logged into their account. The value is determined as epoch time in milliseconds.
lastLoginTime
- Describes the last time that the user logged into their account. The value is determined as epoch time in
milliseconds.public String toString()
toString
in class Object
Object.toString()
public GetUserResult clone()