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>
83 bool m_computationsHasBeenSet =
false;
86 bool m_customNarrativeHasBeenSet =
false;
89 bool m_interactionsHasBeenSet =
false;
void SetInteractions(const VisualInteractionOptions &value)
AWS_QUICKSIGHT_API InsightConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
InsightConfiguration & WithInteractions(VisualInteractionOptions &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetComputations(const Aws::Vector< Computation > &value)
InsightConfiguration & WithInteractions(const VisualInteractionOptions &value)
InsightConfiguration & WithComputations(const Aws::Vector< Computation > &value)
InsightConfiguration & WithCustomNarrative(const CustomNarrativeOptions &value)
InsightConfiguration & AddComputations(const Computation &value)
void SetCustomNarrative(const CustomNarrativeOptions &value)
const CustomNarrativeOptions & GetCustomNarrative() const
AWS_QUICKSIGHT_API InsightConfiguration()
InsightConfiguration & WithComputations(Aws::Vector< Computation > &&value)
void SetCustomNarrative(CustomNarrativeOptions &&value)
const Aws::Vector< Computation > & GetComputations() const
InsightConfiguration & WithCustomNarrative(CustomNarrativeOptions &&value)
AWS_QUICKSIGHT_API InsightConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool CustomNarrativeHasBeenSet() const
const VisualInteractionOptions & GetInteractions() const
bool InteractionsHasBeenSet() const
bool ComputationsHasBeenSet() const
void SetInteractions(VisualInteractionOptions &&value)
void SetComputations(Aws::Vector< Computation > &&value)
InsightConfiguration & AddComputations(Computation &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue