7#include <aws/application-autoscaling/ApplicationAutoScaling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ApplicationAutoScaling
35 AWS_APPLICATIONAUTOSCALING_API
Alarm() =
default;
47 template<
typename AlarmNameT = Aws::String>
48 void SetAlarmName(AlarmNameT&& value) { m_alarmNameHasBeenSet =
true; m_alarmName = std::forward<AlarmNameT>(value); }
49 template<
typename AlarmNameT = Aws::String>
59 template<
typename AlarmARNT = Aws::String>
60 void SetAlarmARN(AlarmARNT&& value) { m_alarmARNHasBeenSet =
true; m_alarmARN = std::forward<AlarmARNT>(value); }
61 template<
typename AlarmARNT = Aws::String>
67 bool m_alarmNameHasBeenSet =
false;
70 bool m_alarmARNHasBeenSet =
false;
Alarm & WithAlarmARN(AlarmARNT &&value)
bool AlarmARNHasBeenSet() const
bool AlarmNameHasBeenSet() const
Alarm & WithAlarmName(AlarmNameT &&value)
const Aws::String & GetAlarmName() const
AWS_APPLICATIONAUTOSCALING_API Alarm & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPLICATIONAUTOSCALING_API Alarm(Aws::Utils::Json::JsonView jsonValue)
void SetAlarmARN(AlarmARNT &&value)
const Aws::String & GetAlarmARN() const
AWS_APPLICATIONAUTOSCALING_API Alarm()=default
void SetAlarmName(AlarmNameT &&value)
AWS_APPLICATIONAUTOSCALING_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue