UpdateEnvironmentMembershipResponse Class

(QtAws::Cloud9::UpdateEnvironmentMembershipResponse)

The UpdateEnvironmentMembershipResponse class provides an interace for Cloud9 UpdateEnvironmentMembership responses. More...

Header: #include <UpdateEnvironmentMembershipResponse>
Inherits: QtAws::Cloud9::Cloud9Response

Public Functions

UpdateEnvironmentMembershipResponse(const UpdateEnvironmentMembershipRequest &request, QNetworkReply * const reply, QObject * const parent = 0)

Reimplemented Public Functions

virtual const UpdateEnvironmentMembershipRequest *request() const override

Protected Slots

virtual void parseSuccess(QIODevice &response) override

Additional Inherited Members

Detailed Description

The UpdateEnvironmentMembershipResponse class provides an interace for Cloud9 UpdateEnvironmentMembership responses.

<fullname>AWS Cloud9</fullname>

AWS Cloud9 is a collection of tools that you can use to code, build, run, test, debug, and release software in the

cloud>

For more information about AWS Cloud9, see the <a href="https://docs.aws.amazon.com/cloud9/latest/user-guide">AWS Cloud9 User

Guide</a>>

AWS Cloud9 supports these

operations> <ul> <li>

<code>CreateEnvironmentEC2</code>: Creates an AWS Cloud9 development environment, launches an Amazon EC2 instance, and then connects from the instance to the

environment> </li> <li>

<code>CreateEnvironmentMembership</code>: Adds an environment member to an

environment> </li> <li>

<code>DeleteEnvironment</code>: Deletes an environment. If an Amazon EC2 instance is connected to the environment, also terminates the

instance> </li> <li>

<code>DeleteEnvironmentMembership</code>: Deletes an environment member from an

environment> </li> <li>

<code>DescribeEnvironmentMemberships</code>: Gets information about environment members for an

environment> </li> <li>

<code>DescribeEnvironments</code>: Gets information about

environments> </li> <li>

<code>DescribeEnvironmentStatus</code>: Gets status information for an

environment> </li> <li>

<code>ListEnvironments</code>: Gets a list of environment

identifiers> </li> <li>

<code>UpdateEnvironment</code>: Changes the settings of an existing

environment> </li> <li>

<code>UpdateEnvironmentMembership</code>: Changes the settings of an existing environment member for an

See also Cloud9Client::updateEnvironmentMembership.

Member Function Documentation

UpdateEnvironmentMembershipResponse::UpdateEnvironmentMembershipResponse(const UpdateEnvironmentMembershipRequest &request, QNetworkReply * const reply, QObject * const parent = 0)

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

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

Reimplemented from AwsAbstractResponse::parseSuccess().

Parses a successful Cloud9 UpdateEnvironmentMembership response.

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