CreateEnvironmentMembershipResponse Class
(QtAws::Cloud9::CreateEnvironmentMembershipResponse)The CreateEnvironmentMembershipResponse class provides an interace for Cloud9 CreateEnvironmentMembership responses. More...
| Header: | #include <CreateEnvironmentMembershipResponse> |
| Inherits: | QtAws::Cloud9::Cloud9Response |
Public Functions
| CreateEnvironmentMembershipResponse(const CreateEnvironmentMembershipRequest &request, QNetworkReply * const reply, QObject * const parent = 0) |
Reimplemented Public Functions
| virtual const CreateEnvironmentMembershipRequest * | 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::Cloud9::Cloud9Response
- 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 CreateEnvironmentMembershipResponse class provides an interace for Cloud9 CreateEnvironmentMembership 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::createEnvironmentMembership.
Member Function Documentation
CreateEnvironmentMembershipResponse::CreateEnvironmentMembershipResponse(const CreateEnvironmentMembershipRequest &request, QNetworkReply * const reply, QObject * const parent = 0)
Constructs a CreateEnvironmentMembershipResponse object for reply to request, with parent parent.
[override virtual protected slot] void CreateEnvironmentMembershipResponse::parseSuccess(QIODevice &response)
Reimplemented from AwsAbstractResponse::parseSuccess().
Parses a successful Cloud9 CreateEnvironmentMembership response.
[override virtual] const CreateEnvironmentMembershipRequest *CreateEnvironmentMembershipResponse::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.