7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename TopicArnT = Aws::String>
51 void SetTopicArn(TopicArnT&& value) { m_topicArnHasBeenSet =
true; m_topicArn = std::forward<TopicArnT>(value); }
52 template<
typename TopicArnT = Aws::String>
62 template<
typename TopicStatusT = Aws::String>
63 void SetTopicStatus(TopicStatusT&& value) { m_topicStatusHasBeenSet =
true; m_topicStatus = std::forward<TopicStatusT>(value); }
64 template<
typename TopicStatusT = Aws::String>
70 bool m_topicArnHasBeenSet =
false;
73 bool m_topicStatusHasBeenSet =
false;
NotificationConfiguration & WithTopicArn(TopicArnT &&value)
const Aws::String & GetTopicStatus() const
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_ELASTICACHE_API NotificationConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetTopicStatus(TopicStatusT &&value)
AWS_ELASTICACHE_API NotificationConfiguration()=default
void SetTopicArn(TopicArnT &&value)
AWS_ELASTICACHE_API NotificationConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool TopicStatusHasBeenSet() const
const Aws::String & GetTopicArn() const
bool TopicArnHasBeenSet() const
NotificationConfiguration & WithTopicStatus(TopicStatusT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream