UpdateProjectResponse Class

(QtAws::CodeStar::UpdateProjectResponse)

The UpdateProjectResponse class provides an interace for CodeStar UpdateProject responses. More...

Header: #include <UpdateProjectResponse>
Inherits: QtAws::CodeStar::CodeStarResponse

Public Functions

UpdateProjectResponse(const UpdateProjectRequest &request, QNetworkReply * const reply, QObject * const parent = 0)

Reimplemented Public Functions

virtual const UpdateProjectRequest *request() const override

Protected Slots

virtual void parseSuccess(QIODevice &response) override

Additional Inherited Members

Detailed Description

The UpdateProjectResponse class provides an interace for CodeStar UpdateProject 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::updateProject.

Member Function Documentation

UpdateProjectResponse::UpdateProjectResponse(const UpdateProjectRequest &request, QNetworkReply * const reply, QObject * const parent = 0)

Constructs a UpdateProjectResponse object for reply to request, with parent parent.

[override virtual protected slot] void UpdateProjectResponse::parseSuccess(QIODevice &response)

Reimplemented from AwsAbstractResponse::parseSuccess().

Parses a successful CodeStar UpdateProject response.

[override virtual] const UpdateProjectRequest *UpdateProjectResponse::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.