7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ecs/ECS_EXPORTS.h>
10#include <aws/ecs/model/DaemonDeploymentRollbackMonitorsStatus.h>
45 m_statusHasBeenSet =
true;
61 template <
typename AlarmNamesT = Aws::Vector<Aws::String>>
63 m_alarmNamesHasBeenSet =
true;
64 m_alarmNames = std::forward<AlarmNamesT>(value);
66 template <
typename AlarmNamesT = Aws::Vector<Aws::String>>
71 template <
typename AlarmNamesT = Aws::String>
73 m_alarmNamesHasBeenSet =
true;
74 m_alarmNames.emplace_back(std::forward<AlarmNamesT>(value));
86 template <
typename TriggeredAlarmNamesT = Aws::Vector<Aws::String>>
88 m_triggeredAlarmNamesHasBeenSet =
true;
89 m_triggeredAlarmNames = std::forward<TriggeredAlarmNamesT>(value);
91 template <
typename TriggeredAlarmNamesT = Aws::Vector<Aws::String>>
96 template <
typename TriggeredAlarmNamesT = Aws::String>
98 m_triggeredAlarmNamesHasBeenSet =
true;
99 m_triggeredAlarmNames.emplace_back(std::forward<TriggeredAlarmNamesT>(value));
109 bool m_statusHasBeenSet =
false;
110 bool m_alarmNamesHasBeenSet =
false;
111 bool m_triggeredAlarmNamesHasBeenSet =
false;
DaemonDeploymentAlarms & WithAlarmNames(AlarmNamesT &&value)
const Aws::Vector< Aws::String > & GetTriggeredAlarmNames() const
bool StatusHasBeenSet() const
bool TriggeredAlarmNamesHasBeenSet() const
DaemonDeploymentAlarms & WithStatus(DaemonDeploymentRollbackMonitorsStatus value)
bool AlarmNamesHasBeenSet() const
DaemonDeploymentAlarms & WithTriggeredAlarmNames(TriggeredAlarmNamesT &&value)
const Aws::Vector< Aws::String > & GetAlarmNames() const
AWS_ECS_API DaemonDeploymentAlarms()=default
void SetStatus(DaemonDeploymentRollbackMonitorsStatus value)
DaemonDeploymentAlarms & AddTriggeredAlarmNames(TriggeredAlarmNamesT &&value)
void SetTriggeredAlarmNames(TriggeredAlarmNamesT &&value)
AWS_ECS_API DaemonDeploymentAlarms & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ECS_API DaemonDeploymentAlarms(Aws::Utils::Json::JsonView jsonValue)
void SetAlarmNames(AlarmNamesT &&value)
DaemonDeploymentAlarms & AddAlarmNames(AlarmNamesT &&value)
DaemonDeploymentRollbackMonitorsStatus GetStatus() const
DaemonDeploymentRollbackMonitorsStatus
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue