GetResourcesResponse Class

(QtAws::ResourceGroupsTaggingAPI::GetResourcesResponse)

The GetResourcesResponse class provides an interace for ResourceGroupsTaggingAPI GetResources responses. More...

Header: #include <GetResourcesResponse>
Inherits: QtAws::ResourceGroupsTaggingAPI::ResourceGroupsTaggingAPIResponse

Public Functions

GetResourcesResponse(const GetResourcesRequest &request, QNetworkReply * const reply, QObject * const parent = 0)

Reimplemented Public Functions

virtual const GetResourcesRequest *request() const override

Protected Slots

virtual void parseSuccess(QIODevice &response) override

Additional Inherited Members

Detailed Description

The GetResourcesResponse class provides an interace for ResourceGroupsTaggingAPI GetResources responses.

<fullname>Resource Groups Tagging API</fullname>

This guide describes the API operations for the resource groups

tagging>

A tag is a label that you assign to an AWS resource. A tag consists of a key and a value, both of which you define. For example, if you have two Amazon EC2 instances, you might assign both a tag key of "Stack." But the value of "Stack" might be "Testing" for one and "Production" for the

other>

Tagging can help you organize your resources and enables you to simplify resource management, access management and cost allocation. For more information about tagging, see <a href="http://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/tag-editor.html">Working with Tag Editor</a> and <a href="http://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/resource-groups.html">Working with Resource Groups</a>. For more information about permissions you need to use the resource groups tagging APIs, see <a href="http://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/obtaining-permissions-for-resource-groups.html">Obtaining Permissions for Resource Groups </a> and <a href="http://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/obtaining-permissions-for-tagging.html">Obtaining Permissions for Tagging

</a>>

You can use the resource groups tagging APIs to complete the following

tasks> <ul> <li>

Tag and untag supported resources located in the specified region for the AWS

accoun> </li> <li>

Use tag-based filters to search for resources located in the specified region for the AWS

accoun> </li> <li>

List all existing tag keys in the specified region for the AWS

accoun> </li> <li>

List all existing values for the specified key in the specified region for the AWS

accoun> </li> </ul>

Not all resources can have tags. For a lists of resources that you can tag, see <a href="http://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/supported-resources.html">Supported Resources</a> in the <i>AWS Resource Groups and Tag Editor User

Guide</i>>

To make full use of the resource groups tagging APIs, you might need additional IAM permissions, including permission to access the resources of individual services as well as permission to view and apply tags to those resources. For more information, see <a href="http://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/obtaining-permissions-for-tagging.html">Obtaining Permissions for Tagging</a> in the <i>AWS Resource Groups and Tag Editor User

See also ResourceGroupsTaggingAPIClient::getResources.

Member Function Documentation

GetResourcesResponse::GetResourcesResponse(const GetResourcesRequest &request, QNetworkReply * const reply, QObject * const parent = 0)

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

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

Reimplemented from AwsAbstractResponse::parseSuccess().

Parses a successful ResourceGroupsTaggingAPI GetResources response.

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