7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/codedeploy/model/Alarm.h>
48 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
84 bool m_enabledHasBeenSet =
false;
86 bool m_ignorePollAlarmFailure;
87 bool m_ignorePollAlarmFailureHasBeenSet =
false;
90 bool m_alarmsHasBeenSet =
false;
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
Aws::Utils::Json::JsonValue JsonValue