7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/model/CustomNarrativeOptions.h>
10#include <aws/quicksight/model/VisualInteractionOptions.h>
11#include <aws/quicksight/model/Computation.h>
49 template<
typename ComputationsT = Aws::Vector<Computation>>
50 void SetComputations(ComputationsT&& value) { m_computationsHasBeenSet =
true; m_computations = std::forward<ComputationsT>(value); }
51 template<
typename ComputationsT = Aws::Vector<Computation>>
53 template<
typename ComputationsT = Computation>
63 template<
typename CustomNarrativeT = CustomNarrativeOptions>
64 void SetCustomNarrative(CustomNarrativeT&& value) { m_customNarrativeHasBeenSet =
true; m_customNarrative = std::forward<CustomNarrativeT>(value); }
65 template<
typename CustomNarrativeT = CustomNarrativeOptions>
75 template<
typename InteractionsT = VisualInteractionOptions>
76 void SetInteractions(InteractionsT&& value) { m_interactionsHasBeenSet =
true; m_interactions = std::forward<InteractionsT>(value); }
77 template<
typename InteractionsT = VisualInteractionOptions>
83 bool m_computationsHasBeenSet =
false;
86 bool m_customNarrativeHasBeenSet =
false;
89 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