AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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#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:
38 AWS_ECS_API DeploymentController();
42
43
45
62 inline const DeploymentControllerType& GetType() const{ return m_type; }
63 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
64 inline void SetType(const DeploymentControllerType& value) { m_typeHasBeenSet = true; m_type = value; }
65 inline void SetType(DeploymentControllerType&& value) { m_typeHasBeenSet = true; m_type = std::move(value); }
66 inline DeploymentController& WithType(const DeploymentControllerType& value) { SetType(value); return *this;}
67 inline DeploymentController& WithType(DeploymentControllerType&& value) { SetType(std::move(value)); return *this;}
69 private:
70
72 bool m_typeHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace ECS
77} // namespace Aws
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)
Aws::Utils::Json::JsonValue JsonValue