7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/TopicV2DataSetReference.h>
11#include <aws/quicksight/model/TopicV2DataSetRelation.h>
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
61 template <
typename DescriptionT = Aws::String>
63 m_descriptionHasBeenSet =
true;
64 m_description = std::forward<DescriptionT>(value);
66 template <
typename DescriptionT = Aws::String>
79 template <
typename DataSetsT = Aws::Vector<TopicV2DataSetReference>>
81 m_dataSetsHasBeenSet =
true;
82 m_dataSets = std::forward<DataSetsT>(value);
84 template <
typename DataSetsT = Aws::Vector<TopicV2DataSetReference>>
89 template <
typename DataSetsT = TopicV2DataSetReference>
91 m_dataSetsHasBeenSet =
true;
92 m_dataSets.emplace_back(std::forward<DataSetsT>(value));
103 template <
typename DataSetRelationsT = Aws::Vector<TopicV2DataSetRelation>>
105 m_dataSetRelationsHasBeenSet =
true;
106 m_dataSetRelations = std::forward<DataSetRelationsT>(value);
108 template <
typename DataSetRelationsT = Aws::Vector<TopicV2DataSetRelation>>
113 template <
typename DataSetRelationsT = TopicV2DataSetRelation>
115 m_dataSetRelationsHasBeenSet =
true;
116 m_dataSetRelations.emplace_back(std::forward<DataSetRelationsT>(value));
128 bool m_nameHasBeenSet =
false;
129 bool m_descriptionHasBeenSet =
false;
130 bool m_dataSetsHasBeenSet =
false;
131 bool m_dataSetRelationsHasBeenSet =
false;
bool DataSetsHasBeenSet() const
AWS_QUICKSIGHT_API TopicV2Details()=default
const Aws::String & GetName() const
AWS_QUICKSIGHT_API TopicV2Details(Aws::Utils::Json::JsonView jsonValue)
TopicV2Details & WithDataSets(DataSetsT &&value)
void SetDataSets(DataSetsT &&value)
const Aws::String & GetDescription() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
TopicV2Details & AddDataSets(DataSetsT &&value)
bool DescriptionHasBeenSet() const
void SetName(NameT &&value)
bool NameHasBeenSet() const
AWS_QUICKSIGHT_API TopicV2Details & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< TopicV2DataSetRelation > & GetDataSetRelations() const
bool DataSetRelationsHasBeenSet() const
TopicV2Details & WithDataSetRelations(DataSetRelationsT &&value)
TopicV2Details & WithName(NameT &&value)
void SetDescription(DescriptionT &&value)
TopicV2Details & WithDescription(DescriptionT &&value)
TopicV2Details & AddDataSetRelations(DataSetRelationsT &&value)
const Aws::Vector< TopicV2DataSetReference > & GetDataSets() const
void SetDataSetRelations(DataSetRelationsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue