AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
DeploymentController.h
Go to the documentation of this file.
1
6#pragma once
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 ECS
22{
23namespace Model
24{
25
36 {
37 public:
42
43
60 inline const DeploymentControllerType& GetType() const{ return m_type; }
61
78 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
79
96 inline void SetType(const DeploymentControllerType& value) { m_typeHasBeenSet = true; m_type = value; }
97
114 inline void SetType(DeploymentControllerType&& value) { m_typeHasBeenSet = true; m_type = std::move(value); }
115
132 inline DeploymentController& WithType(const DeploymentControllerType& value) { SetType(value); return *this;}
133
150 inline DeploymentController& WithType(DeploymentControllerType&& value) { SetType(std::move(value)); return *this;}
151
152 private:
153
155 bool m_typeHasBeenSet = false;
156 };
157
158} // namespace Model
159} // namespace ECS
160} // namespace Aws
#define AWS_ECS_API
Definition: ECS_EXPORTS.h:28
DeploymentController & WithType(const DeploymentControllerType &value)
void SetType(DeploymentControllerType &&value)
AWS_ECS_API DeploymentController & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetType(const DeploymentControllerType &value)
const DeploymentControllerType & GetType() const
DeploymentController & WithType(DeploymentControllerType &&value)
AWS_ECS_API DeploymentController(Aws::Utils::Json::JsonView jsonValue)