7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dax/DAX_EXPORTS.h>
42 template <
typename TopicArnT = Aws::String>
44 m_topicArnHasBeenSet =
true;
45 m_topicArn = std::forward<TopicArnT>(value);
47 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)
AWS_DAX_API NotificationConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool TopicStatusHasBeenSet() const
NotificationConfiguration & WithTopicStatus(TopicStatusT &&value)
AWS_DAX_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetTopicStatus() const
void SetTopicStatus(TopicStatusT &&value)
AWS_DAX_API NotificationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTopicArn() const
bool TopicArnHasBeenSet() const
void SetTopicArn(TopicArnT &&value)
AWS_DAX_API NotificationConfiguration()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue