AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreatorModeConfiguration.h
1
6#pragma once
7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/qbusiness/model/CreatorModeControl.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace QBusiness
22{
23namespace Model
24{
25
37 {
38 public:
39 AWS_QBUSINESS_API CreatorModeConfiguration();
42 AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const;
43
44
46
50 inline const CreatorModeControl& GetCreatorModeControl() const{ return m_creatorModeControl; }
51 inline bool CreatorModeControlHasBeenSet() const { return m_creatorModeControlHasBeenSet; }
52 inline void SetCreatorModeControl(const CreatorModeControl& value) { m_creatorModeControlHasBeenSet = true; m_creatorModeControl = value; }
53 inline void SetCreatorModeControl(CreatorModeControl&& value) { m_creatorModeControlHasBeenSet = true; m_creatorModeControl = std::move(value); }
57 private:
58
59 CreatorModeControl m_creatorModeControl;
60 bool m_creatorModeControlHasBeenSet = false;
61 };
62
63} // namespace Model
64} // namespace QBusiness
65} // namespace Aws
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
const CreatorModeControl & GetCreatorModeControl() const
void SetCreatorModeControl(const CreatorModeControl &value)
CreatorModeConfiguration & WithCreatorModeControl(const CreatorModeControl &value)
AWS_QBUSINESS_API CreatorModeConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API CreatorModeConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
CreatorModeConfiguration & WithCreatorModeControl(CreatorModeControl &&value)
Aws::Utils::Json::JsonValue JsonValue