AWS SDK for C++

AWS SDK for C++ Version 1.11.686

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
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 OrchestrationConfiguration() = default;
37 AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const;
38
40
44 inline OrchestrationControl GetControl() const { return m_control; }
45 inline bool ControlHasBeenSet() const { return m_controlHasBeenSet; }
46 inline void SetControl(OrchestrationControl value) {
47 m_controlHasBeenSet = true;
48 m_control = value;
49 }
51 SetControl(value);
52 return *this;
53 }
55 private:
57 bool m_controlHasBeenSet = false;
58};
59
60} // namespace Model
61} // namespace QBusiness
62} // 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