@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class User extends Object implements Serializable, Cloneable, StructuredPojo
The details of the user.
Constructor and Description |
---|
User() |
Modifier and Type | Method and Description |
---|---|
User |
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 of 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 was 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.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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 of 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 was 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.
|
String |
toString()
Returns a string representation of this object.
|
User |
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. |
User |
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. |
User |
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. |
User |
withCreateTime(Long createTime)
The timestamp at which the user was created in FinSpace.
|
User |
withEmailAddress(String emailAddress)
The email address of the user.
|
User |
withFirstName(String firstName)
The first name of the user.
|
User |
withLastDisabledTime(Long lastDisabledTime)
Describes the last time the user was deactivated.
|
User |
withLastEnabledTime(Long lastEnabledTime)
Describes the last time the user was activated.
|
User |
withLastLoginTime(Long lastLoginTime)
Describes the last time that the user logged into their account.
|
User |
withLastModifiedTime(Long lastModifiedTime)
Describes the last time the user was updated.
|
User |
withLastName(String lastName)
The last name of the user.
|
User |
withStatus(String status)
The current status of the user.
|
User |
withStatus(UserStatus status)
The current status of the user.
|
User |
withType(String type)
Indicates the type of user.
|
User |
withType(UserType type)
Indicates the type of user.
|
User |
withUserId(String userId)
The unique identifier for the user.
|
public void setUserId(String userId)
The unique identifier for the user.
userId
- The unique identifier for the user.public String getUserId()
The unique identifier for the user.
public User withUserId(String userId)
The unique identifier for the user.
userId
- The unique identifier for the user.public void setStatus(String status)
The current status of the user.
CREATING
– The user 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 user 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 user creation is in progress.
ENABLED
– The user is created and is currently active.
DISABLED
– The user is currently inactive.
CREATING
– The user creation is in progress.
ENABLED
– The user is created and is currently active.
DISABLED
– The user is currently inactive.
UserStatus
public User withStatus(String status)
The current status of the user.
CREATING
– The user 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 user creation is in progress.
ENABLED
– The user is created and is currently active.
DISABLED
– The user is currently inactive.
UserStatus
public User withStatus(UserStatus status)
The current status of the user.
CREATING
– The user 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 user 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 User 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 User withLastName(String lastName)
The last name of the user.
lastName
- The last name of the user.public void setEmailAddress(String emailAddress)
The email address of the user. The email address serves as a uniquer identifier for each user and cannot be changed after it's created.
emailAddress
- The email address of the user. The email address serves as a uniquer identifier for each user and cannot
be changed after it's created.public String getEmailAddress()
The email address of the user. The email address serves as a uniquer identifier for each user and cannot be changed after it's created.
public User withEmailAddress(String emailAddress)
The email address of the user. The email address serves as a uniquer identifier for each user and cannot be changed after it's created.
emailAddress
- The email address of the user. The email address serves as a uniquer identifier for each user and cannot
be changed after it's created.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 User 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 User 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 User 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 User 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 User 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 User 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 User 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 User 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 was updated. The value is determined as epoch time in milliseconds.
lastModifiedTime
- Describes the last time the user was updated. The value is determined as epoch time in milliseconds.public Long getLastModifiedTime()
Describes the last time the user was updated. The value is determined as epoch time in milliseconds.
public User withLastModifiedTime(Long lastModifiedTime)
Describes the last time the user was updated. The value is determined as epoch time in milliseconds.
lastModifiedTime
- Describes the last time the user was 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 User 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 void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.