AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
UserInteractionConfiguration.h
1
6#pragma once
7#include <aws/qconnect/QConnect_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace QConnect {
17namespace Model {
18
25 public:
26 AWS_QCONNECT_API UserInteractionConfiguration() = default;
29 AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
30
32
35 inline bool GetIsUserConfirmationRequired() const { return m_isUserConfirmationRequired; }
36 inline bool IsUserConfirmationRequiredHasBeenSet() const { return m_isUserConfirmationRequiredHasBeenSet; }
37 inline void SetIsUserConfirmationRequired(bool value) {
38 m_isUserConfirmationRequiredHasBeenSet = true;
39 m_isUserConfirmationRequired = value;
40 }
43 return *this;
44 }
46 private:
47 bool m_isUserConfirmationRequired{false};
48 bool m_isUserConfirmationRequiredHasBeenSet = false;
49};
50
51} // namespace Model
52} // namespace QConnect
53} // namespace Aws
UserInteractionConfiguration & WithIsUserConfirmationRequired(bool value)
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QCONNECT_API UserInteractionConfiguration()=default
AWS_QCONNECT_API UserInteractionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QCONNECT_API UserInteractionConfiguration(Aws::Utils::Json::JsonView jsonValue)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue