AWS SDK for C++

AWS SDK for C++ Version 1.11.761

Loading...
Searching...
No Matches
AppliedCreatorModeConfiguration.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
34 public:
35 AWS_QBUSINESS_API AppliedCreatorModeConfiguration() = default;
38 AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const;
39
41
45 inline CreatorModeControl GetCreatorModeControl() const { return m_creatorModeControl; }
46 inline bool CreatorModeControlHasBeenSet() const { return m_creatorModeControlHasBeenSet; }
48 m_creatorModeControlHasBeenSet = true;
49 m_creatorModeControl = value;
50 }
53 return *this;
54 }
56 private:
58 bool m_creatorModeControlHasBeenSet = false;
59};
60
61} // namespace Model
62} // namespace QBusiness
63} // namespace Aws
AppliedCreatorModeConfiguration & WithCreatorModeControl(CreatorModeControl value)
AWS_QBUSINESS_API AppliedCreatorModeConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API AppliedCreatorModeConfiguration()=default
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QBUSINESS_API AppliedCreatorModeConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue