AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
OrchestrationConfiguration.h
1
6#pragma once
7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/qbusiness/model/OrchestrationControl.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 OrchestrationConfiguration() = default;
42 AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const;
43
44
46
50 inline OrchestrationControl GetControl() const { return m_control; }
51 inline bool ControlHasBeenSet() const { return m_controlHasBeenSet; }
52 inline void SetControl(OrchestrationControl value) { m_controlHasBeenSet = true; m_control = value; }
55 private:
56
58 bool m_controlHasBeenSet = false;
59 };
60
61} // namespace Model
62} // namespace QBusiness
63} // namespace Aws
OrchestrationConfiguration & WithControl(OrchestrationControl value)
AWS_QBUSINESS_API OrchestrationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API OrchestrationConfiguration()=default
AWS_QBUSINESS_API OrchestrationConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue