7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/TopicUserExperienceVersion.h>
47 template<
typename ArnT = Aws::String>
48 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
49 template<
typename ArnT = Aws::String>
60 template<
typename TopicIdT = Aws::String>
61 void SetTopicId(TopicIdT&& value) { m_topicIdHasBeenSet =
true; m_topicId = std::forward<TopicIdT>(value); }
62 template<
typename TopicIdT = Aws::String>
72 template<
typename NameT = Aws::String>
73 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
74 template<
typename NameT = Aws::String>
90 bool m_arnHasBeenSet =
false;
93 bool m_topicIdHasBeenSet =
false;
96 bool m_nameHasBeenSet =
false;
99 bool m_userExperienceVersionHasBeenSet =
false;
void SetArn(ArnT &&value)
bool TopicIdHasBeenSet() const
AWS_QUICKSIGHT_API TopicSummary()=default
void SetUserExperienceVersion(TopicUserExperienceVersion value)
TopicSummary & WithName(NameT &&value)
TopicSummary & WithTopicId(TopicIdT &&value)
TopicSummary & WithUserExperienceVersion(TopicUserExperienceVersion value)
AWS_QUICKSIGHT_API TopicSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ArnHasBeenSet() const
const Aws::String & GetArn() const
void SetName(NameT &&value)
const Aws::String & GetTopicId() const
void SetTopicId(TopicIdT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
TopicUserExperienceVersion GetUserExperienceVersion() const
AWS_QUICKSIGHT_API TopicSummary(Aws::Utils::Json::JsonView jsonValue)
TopicSummary & WithArn(ArnT &&value)
bool NameHasBeenSet() const
const Aws::String & GetName() const
bool UserExperienceVersionHasBeenSet() const
TopicUserExperienceVersion
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue