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 ArnT = Aws::String>
45 m_arnHasBeenSet =
true;
46 m_arn = std::forward<ArnT>(value);
48 template <
typename ArnT = Aws::String>
50 SetArn(std::forward<ArnT>(value));
62 template <
typename DataSetReferencesT = Aws::Vector<DataSetReference>>
64 m_dataSetReferencesHasBeenSet =
true;
65 m_dataSetReferences = std::forward<DataSetReferencesT>(value);
67 template <
typename DataSetReferencesT = Aws::Vector<DataSetReference>>
72 template <
typename DataSetReferencesT = DataSetReference>
74 m_dataSetReferencesHasBeenSet =
true;
75 m_dataSetReferences.emplace_back(std::forward<DataSetReferencesT>(value));
87 template <
typename TopicReferencesT = Aws::Vector<TopicReference>>
89 m_topicReferencesHasBeenSet =
true;
90 m_topicReferences = std::forward<TopicReferencesT>(value);
92 template <
typename TopicReferencesT = Aws::Vector<TopicReference>>
97 template <
typename TopicReferencesT = TopicReference>
99 m_topicReferencesHasBeenSet =
true;
100 m_topicReferences.emplace_back(std::forward<TopicReferencesT>(value));
110 bool m_arnHasBeenSet =
false;
111 bool m_dataSetReferencesHasBeenSet =
false;
112 bool m_topicReferencesHasBeenSet =
false;
const Aws::Vector< DataSetReference > & GetDataSetReferences() const
AWS_QUICKSIGHT_API TemplateSourceAnalysis()=default
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API TemplateSourceAnalysis(Aws::Utils::Json::JsonView jsonValue)
void SetArn(ArnT &&value)
void SetTopicReferences(TopicReferencesT &&value)
bool DataSetReferencesHasBeenSet() const
bool ArnHasBeenSet() const
TemplateSourceAnalysis & WithDataSetReferences(DataSetReferencesT &&value)
TemplateSourceAnalysis & WithArn(ArnT &&value)
TemplateSourceAnalysis & AddTopicReferences(TopicReferencesT &&value)
bool TopicReferencesHasBeenSet() const
const Aws::String & GetArn() const
const Aws::Vector< TopicReference > & GetTopicReferences() const
void SetDataSetReferences(DataSetReferencesT &&value)
TemplateSourceAnalysis & AddDataSetReferences(DataSetReferencesT &&value)
AWS_QUICKSIGHT_API TemplateSourceAnalysis & operator=(Aws::Utils::Json::JsonView jsonValue)
TemplateSourceAnalysis & WithTopicReferences(TopicReferencesT &&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