CreateProjectResponse Class
(QtAws::CodeStar::CreateProjectResponse)The CreateProjectResponse class provides an interace for CodeStar CreateProject responses. More...
| Header: | #include <CreateProjectResponse> |
| Inherits: | QtAws::CodeStar::CodeStarResponse |
Public Functions
| CreateProjectResponse(const CreateProjectRequest &request, QNetworkReply * const reply, QObject * const parent = 0) |
Reimplemented Public Functions
| virtual const CreateProjectRequest * | request() const override |
- 7 public functions inherited from QtAws::Core::AwsAbstractResponse
Protected Slots
| virtual void | parseSuccess(QIODevice &response) override |
- 1 protected slot inherited from QtAws::CodeStar::CodeStarResponse
- 1 protected slot inherited from QtAws::Core::AwsAbstractResponse
Additional Inherited Members
- 1 signal inherited from QtAws::Core::AwsAbstractResponse
- 1 static public member inherited from QtAws::Core::AwsAbstractResponse
- 7 protected functions inherited from QtAws::Core::AwsAbstractResponse
Detailed Description
The CreateProjectResponse class provides an interace for CodeStar CreateProject responses.
<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::createProject.
Member Function Documentation
CreateProjectResponse::CreateProjectResponse(const CreateProjectRequest &request, QNetworkReply * const reply, QObject * const parent = 0)
Constructs a CreateProjectResponse object for reply to request, with parent parent.
[override virtual protected slot] void CreateProjectResponse::parseSuccess(QIODevice &response)
Reimplemented from AwsAbstractResponse::parseSuccess().
Parses a successful CodeStar CreateProject response.
[override virtual] const CreateProjectRequest *CreateProjectResponse::request() const
Reimplemented from AwsAbstractResponse::request().
© 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.