7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/TopicUserExperienceVersion.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/quicksight/model/TopicConfigOptions.h>
12#include <aws/quicksight/model/DatasetMetadata.h>
51 template<
typename NameT = Aws::String>
52 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
53 template<
typename NameT = Aws::String>
63 template<
typename DescriptionT = Aws::String>
64 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
65 template<
typename DescriptionT = Aws::String>
85 template<
typename DataSetsT = Aws::Vector<DatasetMetadata>>
86 void SetDataSets(DataSetsT&& value) { m_dataSetsHasBeenSet =
true; m_dataSets = std::forward<DataSetsT>(value); }
87 template<
typename DataSetsT = Aws::Vector<DatasetMetadata>>
89 template<
typename DataSetsT = DatasetMetadata>
90 TopicDetails&
AddDataSets(DataSetsT&& value) { m_dataSetsHasBeenSet =
true; m_dataSets.emplace_back(std::forward<DataSetsT>(value));
return *
this; }
99 template<
typename ConfigOptionsT = TopicConfigOptions>
100 void SetConfigOptions(ConfigOptionsT&& value) { m_configOptionsHasBeenSet =
true; m_configOptions = std::forward<ConfigOptionsT>(value); }
101 template<
typename ConfigOptionsT = TopicConfigOptions>
107 bool m_nameHasBeenSet =
false;
110 bool m_descriptionHasBeenSet =
false;
113 bool m_userExperienceVersionHasBeenSet =
false;
116 bool m_dataSetsHasBeenSet =
false;
118 TopicConfigOptions m_configOptions;
119 bool m_configOptionsHasBeenSet =
false;
TopicDetails & WithUserExperienceVersion(TopicUserExperienceVersion value)
bool NameHasBeenSet() const
TopicDetails & WithConfigOptions(ConfigOptionsT &&value)
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
void SetConfigOptions(ConfigOptionsT &&value)
bool DataSetsHasBeenSet() const
const Aws::Vector< DatasetMetadata > & GetDataSets() const
AWS_QUICKSIGHT_API TopicDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
TopicUserExperienceVersion GetUserExperienceVersion() const
TopicDetails & AddDataSets(DataSetsT &&value)
void SetName(NameT &&value)
TopicDetails & WithDataSets(DataSetsT &&value)
TopicDetails & WithDescription(DescriptionT &&value)
bool UserExperienceVersionHasBeenSet() const
void SetDescription(DescriptionT &&value)
TopicDetails & WithName(NameT &&value)
const Aws::String & GetName() const
AWS_QUICKSIGHT_API TopicDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ConfigOptionsHasBeenSet() const
void SetDataSets(DataSetsT &&value)
void SetUserExperienceVersion(TopicUserExperienceVersion value)
const TopicConfigOptions & GetConfigOptions() const
AWS_QUICKSIGHT_API TopicDetails()=default
TopicUserExperienceVersion
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue