55 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
155 bool m_enabledHasBeenSet =
false;
157 bool m_ignorePollAlarmFailure;
158 bool m_ignorePollAlarmFailureHasBeenSet =
false;
161 bool m_alarmsHasBeenSet =
false;
#define AWS_CODEDEPLOY_API
AlarmConfiguration & AddAlarms(Alarm &&value)
bool GetIgnorePollAlarmFailure() const
AWS_CODEDEPLOY_API AlarmConfiguration()
bool IgnorePollAlarmFailureHasBeenSet() const
void SetIgnorePollAlarmFailure(bool value)
AWS_CODEDEPLOY_API AlarmConfiguration(Aws::Utils::Json::JsonView jsonValue)
AlarmConfiguration & WithEnabled(bool value)
AlarmConfiguration & AddAlarms(const Alarm &value)
bool EnabledHasBeenSet() const
const Aws::Vector< Alarm > & GetAlarms() const
AWS_CODEDEPLOY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAlarms(Aws::Vector< Alarm > &&value)
AlarmConfiguration & WithIgnorePollAlarmFailure(bool value)
AlarmConfiguration & WithAlarms(const Aws::Vector< Alarm > &value)
void SetEnabled(bool value)
AWS_CODEDEPLOY_API AlarmConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAlarms(const Aws::Vector< Alarm > &value)
AlarmConfiguration & WithAlarms(Aws::Vector< Alarm > &&value)
bool AlarmsHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector