7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/Computation.h>
10#include <aws/quicksight/model/CustomNarrativeOptions.h>
11#include <aws/quicksight/model/VisualInteractionOptions.h>
43 template <
typename ComputationsT = Aws::Vector<Computation>>
45 m_computationsHasBeenSet =
true;
46 m_computations = std::forward<ComputationsT>(value);
48 template <
typename ComputationsT = Aws::Vector<Computation>>
53 template <
typename ComputationsT = Computation>
55 m_computationsHasBeenSet =
true;
56 m_computations.emplace_back(std::forward<ComputationsT>(value));
67 template <
typename CustomNarrativeT = CustomNarrativeOptions>
69 m_customNarrativeHasBeenSet =
true;
70 m_customNarrative = std::forward<CustomNarrativeT>(value);
72 template <
typename CustomNarrativeT = CustomNarrativeOptions>
85 template <
typename InteractionsT = VisualInteractionOptions>
87 m_interactionsHasBeenSet =
true;
88 m_interactions = std::forward<InteractionsT>(value);
90 template <
typename InteractionsT = VisualInteractionOptions>
102 bool m_computationsHasBeenSet =
false;
103 bool m_customNarrativeHasBeenSet =
false;
104 bool m_interactionsHasBeenSet =
false;
void SetComputations(ComputationsT &&value)
AWS_QUICKSIGHT_API InsightConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
InsightConfiguration & AddComputations(ComputationsT &&value)
void SetInteractions(InteractionsT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
InsightConfiguration & WithComputations(ComputationsT &&value)
InsightConfiguration & WithCustomNarrative(CustomNarrativeT &&value)
const CustomNarrativeOptions & GetCustomNarrative() const
InsightConfiguration & WithInteractions(InteractionsT &&value)
const Aws::Vector< Computation > & GetComputations() const
AWS_QUICKSIGHT_API InsightConfiguration()=default
void SetCustomNarrative(CustomNarrativeT &&value)
AWS_QUICKSIGHT_API InsightConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool CustomNarrativeHasBeenSet() const
const VisualInteractionOptions & GetInteractions() const
bool InteractionsHasBeenSet() const
bool ComputationsHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue