CreateUserProfileRequest Class
(QtAws::CodeStar::CreateUserProfileRequest)The CreateUserProfileRequest class provides an interface for CodeStar CreateUserProfile requests. More...
| Header: | #include <CreateUserProfileRequest> |
| Inherits: | QtAws::CodeStar::CodeStarRequest |
Public Functions
| CreateUserProfileRequest(const CreateUserProfileRequest &other) | |
| CreateUserProfileRequest() |
Reimplemented Public Functions
| virtual bool | isValid() const override |
- 7 public functions inherited from QtAws::CodeStar::CodeStarRequest
- 7 public functions inherited from QtAws::Core::AwsAbstractRequest
Reimplemented Protected Functions
| virtual QtAws::Core::AwsAbstractResponse * | response(QNetworkReply * const reply) const override |
- 7 protected functions inherited from QtAws::CodeStar::CodeStarRequest
- 4 protected functions inherited from QtAws::Core::AwsAbstractRequest
Detailed Description
The CreateUserProfileRequest class provides an interface for CodeStar CreateUserProfile requests.
<fullname>AWS CodeStar</fullname>
This is the API reference for AWS CodeStar. This reference provides descriptions of the operations and data types for the AWS CodeStar API along with usage
examples>
You can use the AWS CodeStar API to work
with>
Projects and their resources, by calling the
following> <ul> <li>
<code>DeleteProject</code>, which deletes a
project> </li> <li>
<code>DescribeProject</code>, which lists the attributes of a
project> </li> <li>
<code>ListProjects</code>, which lists all projects associated with your AWS
account> </li> <li>
<code>ListResources</code>, which lists the resources associated with a
project> </li> <li>
<code>ListTagsForProject</code>, which lists the tags associated with a
project> </li> <li>
<code>TagProject</code>, which adds tags to a
project> </li> <li>
<code>UntagProject</code>, which removes tags from a
project> </li> <li>
<code>UpdateProject</code>, which updates the attributes of a
project> </li> </ul>
Teams and team members, by calling the
following> <ul> <li>
<code>AssociateTeamMember</code>, which adds an IAM user to the team for a
project> </li> <li>
<code>DisassociateTeamMember</code>, which removes an IAM user from the team for a
project> </li> <li>
<code>ListTeamMembers</code>, which lists all the IAM users in the team for a project, including their roles and
attributes> </li> <li>
<code>UpdateTeamMember</code>, which updates a team member's attributes in a
project> </li> </ul>
Users, by calling the
following> <ul> <li>
<code>CreateUserProfile</code>, which creates a user profile that contains data associated with the user across all
projects> </li> <li>
<code>DeleteUserProfile</code>, which deletes all user profile information across all
projects> </li> <li>
<code>DescribeUserProfile</code>, which describes the profile of a
user> </li> <li>
<code>ListUserProfiles</code>, which lists all user
profiles> </li> <li>
<code>UpdateUserProfile</code>, which updates the profile for a
See also CodeStarClient::createUserProfile.
Member Function Documentation
CreateUserProfileRequest::CreateUserProfileRequest(const CreateUserProfileRequest &other)
Constructs a copy of other.
CreateUserProfileRequest::CreateUserProfileRequest()
Constructs a CreateUserProfileRequest object.
[override virtual] bool CreateUserProfileRequest::isValid() const
Reimplemented from AwsAbstractRequest::isValid().
[override virtual protected] QtAws::Core::AwsAbstractResponse *CreateUserProfileRequest::response(QNetworkReply * const reply) const
Reimplemented from AwsAbstractRequest::response().
Returns a CreateUserProfileResponse object to process reply.
See also QtAws::Core::AwsAbstractClient::send.
© 2018 Paul Colby Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.