AWS SDK for C++

AWS SDK for C++ Version 1.11.756

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
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace QBusiness {
20namespace Model {
21
33 public:
34 AWS_QBUSINESS_API CreatorModeConfiguration() = default;
37 AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const;
38
40
44 inline CreatorModeControl GetCreatorModeControl() const { return m_creatorModeControl; }
45 inline bool CreatorModeControlHasBeenSet() const { return m_creatorModeControlHasBeenSet; }
47 m_creatorModeControlHasBeenSet = true;
48 m_creatorModeControl = value;
49 }
52 return *this;
53 }
55 private:
57 bool m_creatorModeControlHasBeenSet = false;
58};
59
60} // namespace Model
61} // namespace QBusiness
62} // namespace Aws
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QBUSINESS_API CreatorModeConfiguration()=default
CreatorModeConfiguration & WithCreatorModeControl(CreatorModeControl value)
AWS_QBUSINESS_API CreatorModeConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API CreatorModeConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue