7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/ecs/model/ServiceDeploymentRollbackMonitorsStatus.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
65 template<
typename AlarmNamesT = Aws::Vector<Aws::String>>
66 void SetAlarmNames(AlarmNamesT&& value) { m_alarmNamesHasBeenSet =
true; m_alarmNames = std::forward<AlarmNamesT>(value); }
67 template<
typename AlarmNamesT = Aws::Vector<Aws::String>>
69 template<
typename AlarmNamesT = Aws::String>
80 template<
typename TriggeredAlarmNamesT = Aws::Vector<Aws::String>>
81 void SetTriggeredAlarmNames(TriggeredAlarmNamesT&& value) { m_triggeredAlarmNamesHasBeenSet =
true; m_triggeredAlarmNames = std::forward<TriggeredAlarmNamesT>(value); }
82 template<
typename TriggeredAlarmNamesT = Aws::Vector<Aws::String>>
84 template<
typename TriggeredAlarmNamesT = Aws::String>
90 bool m_statusHasBeenSet =
false;
93 bool m_alarmNamesHasBeenSet =
false;
96 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