CreateJobQueueResponse Class
(QtAws::Batch::CreateJobQueueResponse)The CreateJobQueueResponse class provides an interace for Batch CreateJobQueue responses. More...
| Header: | #include <CreateJobQueueResponse> |
| Inherits: | QtAws::Batch::BatchResponse |
Public Functions
| CreateJobQueueResponse(const CreateJobQueueRequest &request, QNetworkReply * const reply, QObject * const parent = 0) |
Reimplemented Public Functions
| virtual const CreateJobQueueRequest * | 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::Batch::BatchResponse
- 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 CreateJobQueueResponse class provides an interace for Batch CreateJobQueue responses.
AWS Batch enables you to run batch computing workloads on the AWS Cloud. Batch computing is a common way for developers, scientists, and engineers to access large amounts of compute resources, and AWS Batch removes the undifferentiated heavy lifting of configuring and managing the required infrastructure. AWS Batch will be familiar to users of traditional batch computing software. This service can efficiently provision resources in response to jobs submitted in order to eliminate capacity constraints, reduce compute costs, and deliver results
quickly>
As a fully managed service, AWS Batch enables developers, scientists, and engineers to run batch computing workloads of any scale. AWS Batch automatically provisions compute resources and optimizes the workload distribution based on the quantity and scale of the workloads. With AWS Batch, there is no need to install or manage batch computing software, which allows you to focus on analyzing results and solving problems. AWS Batch reduces operational complexities, saves time, and reduces costs, which makes it easy for developers, scientists, and engineers to run their batch jobs in the AWS
See also BatchClient::createJobQueue.
Member Function Documentation
CreateJobQueueResponse::CreateJobQueueResponse(const CreateJobQueueRequest &request, QNetworkReply * const reply, QObject * const parent = 0)
Constructs a CreateJobQueueResponse object for reply to request, with parent parent.
[override virtual protected slot] void CreateJobQueueResponse::parseSuccess(QIODevice &response)
Reimplemented from AwsAbstractResponse::parseSuccess().
Parses a successful Batch CreateJobQueue response.
[override virtual] const CreateJobQueueRequest *CreateJobQueueResponse::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.