AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
MinimumHealthyHostsPerZone.h
1
6#pragma once
7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/codedeploy/model/MinimumHealthyHostsPerZoneType.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace CodeDeploy {
20namespace Model {
21
29 public:
30 AWS_CODEDEPLOY_API MinimumHealthyHostsPerZone() = default;
33 AWS_CODEDEPLOY_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline MinimumHealthyHostsPerZoneType GetType() const { return m_type; }
41 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
43 m_typeHasBeenSet = true;
44 m_type = value;
45 }
47 SetType(value);
48 return *this;
49 }
51
53
57 inline int GetValue() const { return m_value; }
58 inline bool ValueHasBeenSet() const { return m_valueHasBeenSet; }
59 inline void SetValue(int value) {
60 m_valueHasBeenSet = true;
61 m_value = value;
62 }
64 SetValue(value);
65 return *this;
66 }
68 private:
70
71 int m_value{0};
72 bool m_typeHasBeenSet = false;
73 bool m_valueHasBeenSet = false;
74};
75
76} // namespace Model
77} // namespace CodeDeploy
78} // namespace Aws
AWS_CODEDEPLOY_API MinimumHealthyHostsPerZone & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEDEPLOY_API MinimumHealthyHostsPerZone(Aws::Utils::Json::JsonView jsonValue)
MinimumHealthyHostsPerZone & WithType(MinimumHealthyHostsPerZoneType value)
void SetType(MinimumHealthyHostsPerZoneType value)
AWS_CODEDEPLOY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CODEDEPLOY_API MinimumHealthyHostsPerZone()=default
Aws::Utils::Json::JsonValue JsonValue