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/DataSetReference.h>
11#include <aws/quicksight/model/TopicReference.h>
43 template <
typename DataSetReferencesT = Aws::Vector<DataSetReference>>
45 m_dataSetReferencesHasBeenSet =
true;
46 m_dataSetReferences = std::forward<DataSetReferencesT>(value);
48 template <
typename DataSetReferencesT = Aws::Vector<DataSetReference>>
53 template <
typename DataSetReferencesT = DataSetReference>
55 m_dataSetReferencesHasBeenSet =
true;
56 m_dataSetReferences.emplace_back(std::forward<DataSetReferencesT>(value));
67 template <
typename TopicReferencesT = Aws::Vector<TopicReference>>
69 m_topicReferencesHasBeenSet =
true;
70 m_topicReferences = std::forward<TopicReferencesT>(value);
72 template <
typename TopicReferencesT = Aws::Vector<TopicReference>>
77 template <
typename TopicReferencesT = TopicReference>
79 m_topicReferencesHasBeenSet =
true;
80 m_topicReferences.emplace_back(std::forward<TopicReferencesT>(value));
91 template <
typename ArnT = Aws::String>
93 m_arnHasBeenSet =
true;
94 m_arn = std::forward<ArnT>(value);
96 template <
typename ArnT = Aws::String>
98 SetArn(std::forward<ArnT>(value));
108 bool m_dataSetReferencesHasBeenSet =
false;
109 bool m_topicReferencesHasBeenSet =
false;
110 bool m_arnHasBeenSet =
false;
DashboardSourceTemplate & WithDataSetReferences(DataSetReferencesT &&value)
bool DataSetReferencesHasBeenSet() const
DashboardSourceTemplate & WithTopicReferences(TopicReferencesT &&value)
const Aws::String & GetArn() const
void SetTopicReferences(TopicReferencesT &&value)
void SetDataSetReferences(DataSetReferencesT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API DashboardSourceTemplate()=default
bool ArnHasBeenSet() const
AWS_QUICKSIGHT_API DashboardSourceTemplate & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< TopicReference > & GetTopicReferences() const
DashboardSourceTemplate & WithArn(ArnT &&value)
DashboardSourceTemplate & AddTopicReferences(TopicReferencesT &&value)
DashboardSourceTemplate & AddDataSetReferences(DataSetReferencesT &&value)
const Aws::Vector< DataSetReference > & GetDataSetReferences() const
AWS_QUICKSIGHT_API DashboardSourceTemplate(Aws::Utils::Json::JsonView jsonValue)
void SetArn(ArnT &&value)
bool TopicReferencesHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue