TagProjectRequest Class

(QtAws::CodeStar::TagProjectRequest)

The TagProjectRequest class provides an interface for CodeStar TagProject requests. More...

Header: #include <TagProjectRequest>
Inherits: QtAws::CodeStar::CodeStarRequest

Public Functions

TagProjectRequest(const TagProjectRequest &other)
TagProjectRequest()

Reimplemented Public Functions

virtual bool isValid() const override

Reimplemented Protected Functions

virtual QtAws::Core::AwsAbstractResponse *response(QNetworkReply * const reply) const override

Detailed Description

The TagProjectRequest class provides an interface for CodeStar TagProject 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::tagProject.

Member Function Documentation

TagProjectRequest::TagProjectRequest(const TagProjectRequest &other)

Constructs a copy of other.

TagProjectRequest::TagProjectRequest()

Constructs a TagProjectRequest object.

[override virtual] bool TagProjectRequest::isValid() const

Reimplemented from AwsAbstractRequest::isValid().

[override virtual protected] QtAws::Core::AwsAbstractResponse *TagProjectRequest::response(QNetworkReply * const reply) const

Reimplemented from AwsAbstractRequest::response().

Returns a TagProjectResponse 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.