7#include <aws/application-autoscaling/ApplicationAutoScaling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace ApplicationAutoScaling {
30 AWS_APPLICATIONAUTOSCALING_API
Alarm() =
default;
41 template <
typename AlarmNameT = Aws::String>
43 m_alarmNameHasBeenSet =
true;
44 m_alarmName = std::forward<AlarmNameT>(value);
46 template <
typename AlarmNameT = Aws::String>
59 template <
typename AlarmARNT = Aws::String>
61 m_alarmARNHasBeenSet =
true;
62 m_alarmARN = std::forward<AlarmARNT>(value);
64 template <
typename AlarmARNT = Aws::String>
74 bool m_alarmNameHasBeenSet =
false;
75 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