7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
75 inline void SetRollback(
bool value) { m_rollbackHasBeenSet =
true; m_rollback = value; }
86 inline void SetEnable(
bool value) { m_enableHasBeenSet =
true; m_enable = value; }
92 bool m_alarmNamesHasBeenSet =
false;
95 bool m_rollbackHasBeenSet =
false;
98 bool m_enableHasBeenSet =
false;
void SetAlarmNames(const Aws::Vector< Aws::String > &value)
AWS_ECS_API DeploymentAlarms(Aws::Utils::Json::JsonView jsonValue)
DeploymentAlarms & AddAlarmNames(Aws::String &&value)
DeploymentAlarms & WithAlarmNames(Aws::Vector< Aws::String > &&value)
bool AlarmNamesHasBeenSet() const
DeploymentAlarms & AddAlarmNames(const char *value)
DeploymentAlarms & WithEnable(bool value)
DeploymentAlarms & AddAlarmNames(const Aws::String &value)
void SetEnable(bool value)
bool RollbackHasBeenSet() const
void SetRollback(bool value)
DeploymentAlarms & WithAlarmNames(const Aws::Vector< Aws::String > &value)
AWS_ECS_API DeploymentAlarms()
void SetAlarmNames(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetAlarmNames() const
AWS_ECS_API DeploymentAlarms & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
bool EnableHasBeenSet() const
DeploymentAlarms & WithRollback(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue