7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
40 template <
typename ArnT = Aws::String>
42 m_arnHasBeenSet =
true;
43 m_arn = std::forward<ArnT>(value);
45 template <
typename ArnT = Aws::String>
47 SetArn(std::forward<ArnT>(value));
59 template <
typename TopicIdT = Aws::String>
61 m_topicIdHasBeenSet =
true;
62 m_topicId = std::forward<TopicIdT>(value);
64 template <
typename TopicIdT = Aws::String>
77 template <
typename NameT = Aws::String>
79 m_nameHasBeenSet =
true;
80 m_name = std::forward<NameT>(value);
82 template <
typename NameT = Aws::String>
84 SetName(std::forward<NameT>(value));
94 bool m_arnHasBeenSet =
false;
95 bool m_topicIdHasBeenSet =
false;
96 bool m_nameHasBeenSet =
false;
AWS_QUICKSIGHT_API TopicV2Summary(Aws::Utils::Json::JsonView jsonValue)
TopicV2Summary & WithArn(ArnT &&value)
TopicV2Summary & WithName(NameT &&value)
bool TopicIdHasBeenSet() const
const Aws::String & GetTopicId() const
const Aws::String & GetArn() const
bool ArnHasBeenSet() const
void SetTopicId(TopicIdT &&value)
void SetArn(ArnT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
TopicV2Summary & WithTopicId(TopicIdT &&value)
AWS_QUICKSIGHT_API TopicV2Summary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
bool NameHasBeenSet() const
AWS_QUICKSIGHT_API TopicV2Summary()=default
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue