StopContactRequest Class

(QtAws::Connect::StopContactRequest)

The StopContactRequest class provides an interface for Connect StopContact requests. More...

Header: #include <StopContactRequest>
Inherits: QtAws::Connect::ConnectRequest

Public Functions

StopContactRequest(const StopContactRequest &other)
StopContactRequest()

Reimplemented Public Functions

virtual bool isValid() const override

Reimplemented Protected Functions

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

Detailed Description

The StopContactRequest class provides an interface for Connect StopContact requests.

The Amazon Connect API Reference provides descriptions, syntax, and usage examples for each of the Amazon Connect actions, data types, parameters, and errors. Amazon Connect is a cloud-based contact center solution that makes it easy to set up and manage a customer contact center and provide reliable customer engagement at any

See also ConnectClient::stopContact.

Member Function Documentation

StopContactRequest::StopContactRequest(const StopContactRequest &other)

Constructs a copy of other.

StopContactRequest::StopContactRequest()

Constructs a StopContactRequest object.

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

Reimplemented from AwsAbstractRequest::isValid().

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

Reimplemented from AwsAbstractRequest::response().

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