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>
52 inline void SetTopicArn(
const char* value) { m_topicArnHasBeenSet =
true; m_topicArn.assign(value); }
66 inline void SetTopicStatus(
const char* value) { m_topicStatusHasBeenSet =
true; m_topicStatus.assign(value); }
74 bool m_topicArnHasBeenSet =
false;
77 bool m_topicStatusHasBeenSet =
false;
NotificationConfiguration & WithTopicArn(const Aws::String &value)
const Aws::String & GetTopicStatus() const
void SetTopicStatus(const Aws::String &value)
NotificationConfiguration & WithTopicArn(Aws::String &&value)
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 SetTopicArn(Aws::String &&value)
void SetTopicArn(const Aws::String &value)
NotificationConfiguration & WithTopicStatus(Aws::String &&value)
NotificationConfiguration & WithTopicStatus(const Aws::String &value)
NotificationConfiguration & WithTopicArn(const char *value)
void SetTopicStatus(Aws::String &&value)
AWS_ELASTICACHE_API NotificationConfiguration()
AWS_ELASTICACHE_API NotificationConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool TopicStatusHasBeenSet() const
void SetTopicArn(const char *value)
const Aws::String & GetTopicArn() const
void SetTopicStatus(const char *value)
bool TopicArnHasBeenSet() const
NotificationConfiguration & WithTopicStatus(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream