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>
48 template<
typename AutoScalingGroupNameT = Aws::String>
49 void SetAutoScalingGroupName(AutoScalingGroupNameT&& value) { m_autoScalingGroupNameHasBeenSet =
true; m_autoScalingGroupName = std::forward<AutoScalingGroupNameT>(value); }
50 template<
typename AutoScalingGroupNameT = Aws::String>
60 template<
typename TopicARNT = Aws::String>
61 void SetTopicARN(TopicARNT&& value) { m_topicARNHasBeenSet =
true; m_topicARN = std::forward<TopicARNT>(value); }
62 template<
typename TopicARNT = Aws::String>
77 template<
typename NotificationTypeT = Aws::String>
78 void SetNotificationType(NotificationTypeT&& value) { m_notificationTypeHasBeenSet =
true; m_notificationType = std::forward<NotificationTypeT>(value); }
79 template<
typename NotificationTypeT = Aws::String>
85 bool m_autoScalingGroupNameHasBeenSet =
false;
88 bool m_topicARNHasBeenSet =
false;
91 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