7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
40 template <
typename TopicPlaceholderT = Aws::String>
42 m_topicPlaceholderHasBeenSet =
true;
43 m_topicPlaceholder = std::forward<TopicPlaceholderT>(value);
45 template <
typename TopicPlaceholderT = Aws::String>
58 template <
typename TopicArnT = Aws::String>
60 m_topicArnHasBeenSet =
true;
61 m_topicArn = std::forward<TopicArnT>(value);
63 template <
typename TopicArnT = Aws::String>
73 bool m_topicPlaceholderHasBeenSet =
false;
74 bool m_topicArnHasBeenSet =
false;
void SetTopicArn(TopicArnT &&value)
TopicReference & WithTopicArn(TopicArnT &&value)
const Aws::String & GetTopicArn() const
AWS_QUICKSIGHT_API TopicReference(Aws::Utils::Json::JsonView jsonValue)
TopicReference & WithTopicPlaceholder(TopicPlaceholderT &&value)
AWS_QUICKSIGHT_API TopicReference & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTopicPlaceholder(TopicPlaceholderT &&value)
const Aws::String & GetTopicPlaceholder() const
bool TopicArnHasBeenSet() const
bool TopicPlaceholderHasBeenSet() const
AWS_QUICKSIGHT_API TopicReference()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue