7#include <aws/autoscaling/AutoScaling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
34 AWS_AUTOSCALING_API
Alarm() =
default;
48 template<
typename AlarmNameT = Aws::String>
49 void SetAlarmName(AlarmNameT&& value) { m_alarmNameHasBeenSet =
true; m_alarmName = std::forward<AlarmNameT>(value); }
50 template<
typename AlarmNameT = Aws::String>
60 template<
typename AlarmARNT = Aws::String>
61 void SetAlarmARN(AlarmARNT&& value) { m_alarmARNHasBeenSet =
true; m_alarmARN = std::forward<AlarmARNT>(value); }
62 template<
typename AlarmARNT = Aws::String>
68 bool m_alarmNameHasBeenSet =
false;
71 bool m_alarmARNHasBeenSet =
false;
bool AlarmNameHasBeenSet() const
AWS_AUTOSCALING_API Alarm()=default
AWS_AUTOSCALING_API Alarm(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetAlarmName() const
bool AlarmARNHasBeenSet() const
AWS_AUTOSCALING_API Alarm & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
Alarm & WithAlarmARN(AlarmARNT &&value)
void SetAlarmARN(AlarmARNT &&value)
AWS_AUTOSCALING_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetAlarmName(AlarmNameT &&value)
const Aws::String & GetAlarmARN() const
AWS_AUTOSCALING_API void OutputToStream(Aws::OStream &oStream, const char *location) const
Alarm & WithAlarmName(AlarmNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream