AWS SDK for C++

AWS SDK for C++ Version 1.11.607

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#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
38 {
39 public:
40 AWS_QBUSINESS_API AppliedCreatorModeConfiguration() = default;
43 AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const;
44
45
47
51 inline CreatorModeControl GetCreatorModeControl() const { return m_creatorModeControl; }
52 inline bool CreatorModeControlHasBeenSet() const { return m_creatorModeControlHasBeenSet; }
53 inline void SetCreatorModeControl(CreatorModeControl value) { m_creatorModeControlHasBeenSet = true; m_creatorModeControl = value; }
56 private:
57
59 bool m_creatorModeControlHasBeenSet = false;
60 };
61
62} // namespace Model
63} // namespace QBusiness
64} // 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