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>
19namespace AutoScaling {
42 template <
typename AutoScalingGroupNameT = Aws::String>
44 m_autoScalingGroupNameHasBeenSet =
true;
45 m_autoScalingGroupName = std::forward<AutoScalingGroupNameT>(value);
47 template <
typename AutoScalingGroupNameT = Aws::String>
60 template <
typename TopicARNT = Aws::String>
62 m_topicARNHasBeenSet =
true;
63 m_topicARN = std::forward<TopicARNT>(value);
65 template <
typename TopicARNT = Aws::String>
83 template <
typename NotificationTypeT = Aws::String>
85 m_notificationTypeHasBeenSet =
true;
86 m_notificationType = std::forward<NotificationTypeT>(value);
88 template <
typename NotificationTypeT = Aws::String>
100 bool m_autoScalingGroupNameHasBeenSet =
false;
101 bool m_topicARNHasBeenSet =
false;
102 bool m_notificationTypeHasBeenSet =
false;
AWS_AUTOSCALING_API NotificationConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetAutoScalingGroupName(AutoScalingGroupNameT &&value)
NotificationConfiguration & WithAutoScalingGroupName(AutoScalingGroupNameT &&value)
void SetNotificationType(NotificationTypeT &&value)
AWS_AUTOSCALING_API NotificationConfiguration()=default
NotificationConfiguration & WithNotificationType(NotificationTypeT &&value)
bool NotificationTypeHasBeenSet() const
bool TopicARNHasBeenSet() const
const Aws::String & GetTopicARN() const
NotificationConfiguration & WithTopicARN(TopicARNT &&value)
AWS_AUTOSCALING_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetTopicARN(TopicARNT &&value)
AWS_AUTOSCALING_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_AUTOSCALING_API NotificationConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetNotificationType() const
bool AutoScalingGroupNameHasBeenSet() const
const Aws::String & GetAutoScalingGroupName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream