/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The structure of a user account associated with a permission
* group.See Also:
AWS
* API Reference
The unique identifier for the user.
*/ inline const Aws::String& GetUserId() const{ return m_userId; } /** *The unique identifier for the user.
*/ inline bool UserIdHasBeenSet() const { return m_userIdHasBeenSet; } /** *The unique identifier for the user.
*/ inline void SetUserId(const Aws::String& value) { m_userIdHasBeenSet = true; m_userId = value; } /** *The unique identifier for the user.
*/ inline void SetUserId(Aws::String&& value) { m_userIdHasBeenSet = true; m_userId = std::move(value); } /** *The unique identifier for the user.
*/ inline void SetUserId(const char* value) { m_userIdHasBeenSet = true; m_userId.assign(value); } /** *The unique identifier for the user.
*/ inline UserByPermissionGroup& WithUserId(const Aws::String& value) { SetUserId(value); return *this;} /** *The unique identifier for the user.
*/ inline UserByPermissionGroup& WithUserId(Aws::String&& value) { SetUserId(std::move(value)); return *this;} /** *The unique identifier for the user.
*/ inline UserByPermissionGroup& WithUserId(const char* value) { SetUserId(value); return *this;} /** *The current status of the user account.
* CREATING
– The user account creation is in progress.
ENABLED
– The user account is created and is currently
* active.
DISABLED
– The user account is currently
* inactive.
The current status of the user account.
* CREATING
– The user account creation is in progress.
ENABLED
– The user account is created and is currently
* active.
DISABLED
– The user account is currently
* inactive.
The current status of the user account.
* CREATING
– The user account creation is in progress.
ENABLED
– The user account is created and is currently
* active.
DISABLED
– The user account is currently
* inactive.
The current status of the user account.
* CREATING
– The user account creation is in progress.
ENABLED
– The user account is created and is currently
* active.
DISABLED
– The user account is currently
* inactive.
The current status of the user account.
* CREATING
– The user account creation is in progress.
ENABLED
– The user account is created and is currently
* active.
DISABLED
– The user account is currently
* inactive.
The current status of the user account.
* CREATING
– The user account creation is in progress.
ENABLED
– The user account is created and is currently
* active.
DISABLED
– The user account is currently
* inactive.
The first name of the user.
*/ inline const Aws::String& GetFirstName() const{ return m_firstName; } /** *The first name of the user.
*/ inline bool FirstNameHasBeenSet() const { return m_firstNameHasBeenSet; } /** *The first name of the user.
*/ inline void SetFirstName(const Aws::String& value) { m_firstNameHasBeenSet = true; m_firstName = value; } /** *The first name of the user.
*/ inline void SetFirstName(Aws::String&& value) { m_firstNameHasBeenSet = true; m_firstName = std::move(value); } /** *The first name of the user.
*/ inline void SetFirstName(const char* value) { m_firstNameHasBeenSet = true; m_firstName.assign(value); } /** *The first name of the user.
*/ inline UserByPermissionGroup& WithFirstName(const Aws::String& value) { SetFirstName(value); return *this;} /** *The first name of the user.
*/ inline UserByPermissionGroup& WithFirstName(Aws::String&& value) { SetFirstName(std::move(value)); return *this;} /** *The first name of the user.
*/ inline UserByPermissionGroup& WithFirstName(const char* value) { SetFirstName(value); return *this;} /** *The last name of the user.
*/ inline const Aws::String& GetLastName() const{ return m_lastName; } /** *The last name of the user.
*/ inline bool LastNameHasBeenSet() const { return m_lastNameHasBeenSet; } /** *The last name of the user.
*/ inline void SetLastName(const Aws::String& value) { m_lastNameHasBeenSet = true; m_lastName = value; } /** *The last name of the user.
*/ inline void SetLastName(Aws::String&& value) { m_lastNameHasBeenSet = true; m_lastName = std::move(value); } /** *The last name of the user.
*/ inline void SetLastName(const char* value) { m_lastNameHasBeenSet = true; m_lastName.assign(value); } /** *The last name of the user.
*/ inline UserByPermissionGroup& WithLastName(const Aws::String& value) { SetLastName(value); return *this;} /** *The last name of the user.
*/ inline UserByPermissionGroup& WithLastName(Aws::String&& value) { SetLastName(std::move(value)); return *this;} /** *The last name of the user.
*/ inline UserByPermissionGroup& WithLastName(const char* value) { SetLastName(value); return *this;} /** *The email address of the user. The email address serves as a unique * identifier for each user and cannot be changed after it's created.
*/ inline const Aws::String& GetEmailAddress() const{ return m_emailAddress; } /** *The email address of the user. The email address serves as a unique * identifier for each user and cannot be changed after it's created.
*/ inline bool EmailAddressHasBeenSet() const { return m_emailAddressHasBeenSet; } /** *The email address of the user. The email address serves as a unique * identifier for each user and cannot be changed after it's created.
*/ inline void SetEmailAddress(const Aws::String& value) { m_emailAddressHasBeenSet = true; m_emailAddress = value; } /** *The email address of the user. The email address serves as a unique * identifier for each user and cannot be changed after it's created.
*/ inline void SetEmailAddress(Aws::String&& value) { m_emailAddressHasBeenSet = true; m_emailAddress = std::move(value); } /** *The email address of the user. The email address serves as a unique * identifier for each user and cannot be changed after it's created.
*/ inline void SetEmailAddress(const char* value) { m_emailAddressHasBeenSet = true; m_emailAddress.assign(value); } /** *The email address of the user. The email address serves as a unique * identifier for each user and cannot be changed after it's created.
*/ inline UserByPermissionGroup& WithEmailAddress(const Aws::String& value) { SetEmailAddress(value); return *this;} /** *The email address of the user. The email address serves as a unique * identifier for each user and cannot be changed after it's created.
*/ inline UserByPermissionGroup& WithEmailAddress(Aws::String&& value) { SetEmailAddress(std::move(value)); return *this;} /** *The email address of the user. The email address serves as a unique * identifier for each user and cannot be changed after it's created.
*/ inline UserByPermissionGroup& WithEmailAddress(const char* value) { SetEmailAddress(value); return *this;} /** *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.
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.
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.
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.
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.
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.
Indicates whether the user can access FinSpace API operations.
ENABLED
– The user has permissions to use the API
* operations.
DISABLED
– The user does not have
* permissions to use any API operations.
Indicates whether the user can access FinSpace API operations.
ENABLED
– The user has permissions to use the API
* operations.
DISABLED
– The user does not have
* permissions to use any API operations.
Indicates whether the user can access FinSpace API operations.
ENABLED
– The user has permissions to use the API
* operations.
DISABLED
– The user does not have
* permissions to use any API operations.
Indicates whether the user can access FinSpace API operations.
ENABLED
– The user has permissions to use the API
* operations.
DISABLED
– The user does not have
* permissions to use any API operations.
Indicates whether the user can access FinSpace API operations.
ENABLED
– The user has permissions to use the API
* operations.
DISABLED
– The user does not have
* permissions to use any API operations.
Indicates whether the user can access FinSpace API operations.
ENABLED
– The user has permissions to use the API
* operations.
DISABLED
– The user does not have
* permissions to use any API operations.
The IAM ARN identifier that is attached to FinSpace API calls.
*/ inline const Aws::String& GetApiAccessPrincipalArn() const{ return m_apiAccessPrincipalArn; } /** *The IAM ARN identifier that is attached to FinSpace API calls.
*/ inline bool ApiAccessPrincipalArnHasBeenSet() const { return m_apiAccessPrincipalArnHasBeenSet; } /** *The IAM ARN identifier that is attached to FinSpace API calls.
*/ inline void SetApiAccessPrincipalArn(const Aws::String& value) { m_apiAccessPrincipalArnHasBeenSet = true; m_apiAccessPrincipalArn = value; } /** *The IAM ARN identifier that is attached to FinSpace API calls.
*/ inline void SetApiAccessPrincipalArn(Aws::String&& value) { m_apiAccessPrincipalArnHasBeenSet = true; m_apiAccessPrincipalArn = std::move(value); } /** *The IAM ARN identifier that is attached to FinSpace API calls.
*/ inline void SetApiAccessPrincipalArn(const char* value) { m_apiAccessPrincipalArnHasBeenSet = true; m_apiAccessPrincipalArn.assign(value); } /** *The IAM ARN identifier that is attached to FinSpace API calls.
*/ inline UserByPermissionGroup& WithApiAccessPrincipalArn(const Aws::String& value) { SetApiAccessPrincipalArn(value); return *this;} /** *The IAM ARN identifier that is attached to FinSpace API calls.
*/ inline UserByPermissionGroup& WithApiAccessPrincipalArn(Aws::String&& value) { SetApiAccessPrincipalArn(std::move(value)); return *this;} /** *The IAM ARN identifier that is attached to FinSpace API calls.
*/ inline UserByPermissionGroup& WithApiAccessPrincipalArn(const char* value) { SetApiAccessPrincipalArn(value); return *this;} /** *Indicates the status of the user account within a permission group.
ADDITION_IN_PROGRESS
– The user account is currently being
* added to the permission group.
ADDITION_SUCCESS
* – The user account is successfully added to the permission group.
REMOVAL_IN_PROGRESS
– The user is currently being removed from
* the permission group.
Indicates the status of the user account within a permission group.
ADDITION_IN_PROGRESS
– The user account is currently being
* added to the permission group.
ADDITION_SUCCESS
* – The user account is successfully added to the permission group.
REMOVAL_IN_PROGRESS
– The user is currently being removed from
* the permission group.
Indicates the status of the user account within a permission group.
ADDITION_IN_PROGRESS
– The user account is currently being
* added to the permission group.
ADDITION_SUCCESS
* – The user account is successfully added to the permission group.
REMOVAL_IN_PROGRESS
– The user is currently being removed from
* the permission group.
Indicates the status of the user account within a permission group.
ADDITION_IN_PROGRESS
– The user account is currently being
* added to the permission group.
ADDITION_SUCCESS
* – The user account is successfully added to the permission group.
REMOVAL_IN_PROGRESS
– The user is currently being removed from
* the permission group.
Indicates the status of the user account within a permission group.
ADDITION_IN_PROGRESS
– The user account is currently being
* added to the permission group.
ADDITION_SUCCESS
* – The user account is successfully added to the permission group.
REMOVAL_IN_PROGRESS
– The user is currently being removed from
* the permission group.
Indicates the status of the user account within a permission group.
ADDITION_IN_PROGRESS
– The user account is currently being
* added to the permission group.
ADDITION_SUCCESS
* – The user account is successfully added to the permission group.
REMOVAL_IN_PROGRESS
– The user is currently being removed from
* the permission group.