AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
DeploymentController.h
1
6#pragma once
7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/ecs/model/DeploymentControllerType.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace ECS {
20namespace Model {
21
29 public:
30 AWS_ECS_API DeploymentController() = default;
34
36
88 inline DeploymentControllerType GetType() const { return m_type; }
89 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
90 inline void SetType(DeploymentControllerType value) {
91 m_typeHasBeenSet = true;
92 m_type = value;
93 }
95 SetType(value);
96 return *this;
97 }
99 private:
101 bool m_typeHasBeenSet = false;
102};
103
104} // namespace Model
105} // namespace ECS
106} // namespace Aws
AWS_ECS_API DeploymentController & operator=(Aws::Utils::Json::JsonView jsonValue)
DeploymentController & WithType(DeploymentControllerType value)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetType(DeploymentControllerType value)
AWS_ECS_API DeploymentController()=default
DeploymentControllerType GetType() const
AWS_ECS_API DeploymentController(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue