7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/TopicUserExperienceVersion.h>
41 template <
typename ArnT = Aws::String>
43 m_arnHasBeenSet =
true;
44 m_arn = std::forward<ArnT>(value);
46 template <
typename ArnT = Aws::String>
48 SetArn(std::forward<ArnT>(value));
60 template <
typename TopicIdT = Aws::String>
62 m_topicIdHasBeenSet =
true;
63 m_topicId = std::forward<TopicIdT>(value);
65 template <
typename TopicIdT = Aws::String>
78 template <
typename NameT = Aws::String>
80 m_nameHasBeenSet =
true;
81 m_name = std::forward<NameT>(value);
83 template <
typename NameT = Aws::String>
85 SetName(std::forward<NameT>(value));
97 m_userExperienceVersionHasBeenSet =
true;
98 m_userExperienceVersion = value;
113 bool m_arnHasBeenSet =
false;
114 bool m_topicIdHasBeenSet =
false;
115 bool m_nameHasBeenSet =
false;
116 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