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/ServiceDeploymentRollbackMonitorsStatus.h>
49 m_statusHasBeenSet =
true;
65 template <
typename AlarmNamesT = Aws::Vector<Aws::String>>
67 m_alarmNamesHasBeenSet =
true;
68 m_alarmNames = std::forward<AlarmNamesT>(value);
70 template <
typename AlarmNamesT = Aws::Vector<Aws::String>>
75 template <
typename AlarmNamesT = Aws::String>
77 m_alarmNamesHasBeenSet =
true;
78 m_alarmNames.emplace_back(std::forward<AlarmNamesT>(value));
90 template <
typename TriggeredAlarmNamesT = Aws::Vector<Aws::String>>
92 m_triggeredAlarmNamesHasBeenSet =
true;
93 m_triggeredAlarmNames = std::forward<TriggeredAlarmNamesT>(value);
95 template <
typename TriggeredAlarmNamesT = Aws::Vector<Aws::String>>
100 template <
typename TriggeredAlarmNamesT = Aws::String>
102 m_triggeredAlarmNamesHasBeenSet =
true;
103 m_triggeredAlarmNames.emplace_back(std::forward<TriggeredAlarmNamesT>(value));
113 bool m_statusHasBeenSet =
false;
114 bool m_alarmNamesHasBeenSet =
false;
115 bool m_triggeredAlarmNamesHasBeenSet =
false;
bool StatusHasBeenSet() const
ServiceDeploymentAlarms & AddTriggeredAlarmNames(TriggeredAlarmNamesT &&value)
const Aws::Vector< Aws::String > & GetTriggeredAlarmNames() const
const Aws::Vector< Aws::String > & GetAlarmNames() const
bool TriggeredAlarmNamesHasBeenSet() const
void SetStatus(ServiceDeploymentRollbackMonitorsStatus value)
AWS_ECS_API ServiceDeploymentAlarms & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceDeploymentAlarms & WithStatus(ServiceDeploymentRollbackMonitorsStatus value)
ServiceDeploymentAlarms & AddAlarmNames(AlarmNamesT &&value)
ServiceDeploymentAlarms & WithTriggeredAlarmNames(TriggeredAlarmNamesT &&value)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
ServiceDeploymentAlarms & WithAlarmNames(AlarmNamesT &&value)
AWS_ECS_API ServiceDeploymentAlarms(Aws::Utils::Json::JsonView jsonValue)
void SetAlarmNames(AlarmNamesT &&value)
ServiceDeploymentRollbackMonitorsStatus GetStatus() const
void SetTriggeredAlarmNames(TriggeredAlarmNamesT &&value)
AWS_ECS_API ServiceDeploymentAlarms()=default
bool AlarmNamesHasBeenSet() const
ServiceDeploymentRollbackMonitorsStatus
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue