7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticache/ElastiCache_EXPORTS.h>
19namespace ElastiCache {
44 template <
typename TopicArnT = Aws::String>
46 m_topicArnHasBeenSet =
true;
47 m_topicArn = std::forward<TopicArnT>(value);
49 template <
typename TopicArnT = Aws::String>
62 template <
typename TopicStatusT = Aws::String>
64 m_topicStatusHasBeenSet =
true;
65 m_topicStatus = std::forward<TopicStatusT>(value);
67 template <
typename TopicStatusT = Aws::String>
77 bool m_topicArnHasBeenSet =
false;
78 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