AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
KPIConfiguration.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/KPIFieldWells.h>
9#include <aws/quicksight/model/KPISortConfiguration.h>
10#include <aws/quicksight/model/KPIOptions.h>
11#include <aws/quicksight/model/VisualInteractionOptions.h>
12#include <utility>
13
14namespace Aws
15{
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21 class JsonView;
22} // namespace Json
23} // namespace Utils
24namespace QuickSight
25{
26namespace Model
27{
28
35 {
36 public:
37 AWS_QUICKSIGHT_API KPIConfiguration();
38 AWS_QUICKSIGHT_API KPIConfiguration(Aws::Utils::Json::JsonView jsonValue);
40 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline const KPIFieldWells& GetFieldWells() const{ return m_fieldWells; }
48 inline bool FieldWellsHasBeenSet() const { return m_fieldWellsHasBeenSet; }
49 inline void SetFieldWells(const KPIFieldWells& value) { m_fieldWellsHasBeenSet = true; m_fieldWells = value; }
50 inline void SetFieldWells(KPIFieldWells&& value) { m_fieldWellsHasBeenSet = true; m_fieldWells = std::move(value); }
51 inline KPIConfiguration& WithFieldWells(const KPIFieldWells& value) { SetFieldWells(value); return *this;}
52 inline KPIConfiguration& WithFieldWells(KPIFieldWells&& value) { SetFieldWells(std::move(value)); return *this;}
54
56
59 inline const KPISortConfiguration& GetSortConfiguration() const{ return m_sortConfiguration; }
60 inline bool SortConfigurationHasBeenSet() const { return m_sortConfigurationHasBeenSet; }
61 inline void SetSortConfiguration(const KPISortConfiguration& value) { m_sortConfigurationHasBeenSet = true; m_sortConfiguration = value; }
62 inline void SetSortConfiguration(KPISortConfiguration&& value) { m_sortConfigurationHasBeenSet = true; m_sortConfiguration = std::move(value); }
64 inline KPIConfiguration& WithSortConfiguration(KPISortConfiguration&& value) { SetSortConfiguration(std::move(value)); return *this;}
66
68
71 inline const KPIOptions& GetKPIOptions() const{ return m_kPIOptions; }
72 inline bool KPIOptionsHasBeenSet() const { return m_kPIOptionsHasBeenSet; }
73 inline void SetKPIOptions(const KPIOptions& value) { m_kPIOptionsHasBeenSet = true; m_kPIOptions = value; }
74 inline void SetKPIOptions(KPIOptions&& value) { m_kPIOptionsHasBeenSet = true; m_kPIOptions = std::move(value); }
75 inline KPIConfiguration& WithKPIOptions(const KPIOptions& value) { SetKPIOptions(value); return *this;}
76 inline KPIConfiguration& WithKPIOptions(KPIOptions&& value) { SetKPIOptions(std::move(value)); return *this;}
78
80
83 inline const VisualInteractionOptions& GetInteractions() const{ return m_interactions; }
84 inline bool InteractionsHasBeenSet() const { return m_interactionsHasBeenSet; }
85 inline void SetInteractions(const VisualInteractionOptions& value) { m_interactionsHasBeenSet = true; m_interactions = value; }
86 inline void SetInteractions(VisualInteractionOptions&& value) { m_interactionsHasBeenSet = true; m_interactions = std::move(value); }
87 inline KPIConfiguration& WithInteractions(const VisualInteractionOptions& value) { SetInteractions(value); return *this;}
88 inline KPIConfiguration& WithInteractions(VisualInteractionOptions&& value) { SetInteractions(std::move(value)); return *this;}
90 private:
91
92 KPIFieldWells m_fieldWells;
93 bool m_fieldWellsHasBeenSet = false;
94
95 KPISortConfiguration m_sortConfiguration;
96 bool m_sortConfigurationHasBeenSet = false;
97
98 KPIOptions m_kPIOptions;
99 bool m_kPIOptionsHasBeenSet = false;
100
101 VisualInteractionOptions m_interactions;
102 bool m_interactionsHasBeenSet = false;
103 };
104
105} // namespace Model
106} // namespace QuickSight
107} // namespace Aws
const KPIOptions & GetKPIOptions() const
KPIConfiguration & WithFieldWells(const KPIFieldWells &value)
KPIConfiguration & WithFieldWells(KPIFieldWells &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
KPIConfiguration & WithSortConfiguration(const KPISortConfiguration &value)
KPIConfiguration & WithKPIOptions(KPIOptions &&value)
void SetSortConfiguration(KPISortConfiguration &&value)
KPIConfiguration & WithKPIOptions(const KPIOptions &value)
void SetFieldWells(const KPIFieldWells &value)
const KPISortConfiguration & GetSortConfiguration() const
AWS_QUICKSIGHT_API KPIConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetSortConfiguration(const KPISortConfiguration &value)
KPIConfiguration & WithSortConfiguration(KPISortConfiguration &&value)
KPIConfiguration & WithInteractions(const VisualInteractionOptions &value)
void SetKPIOptions(const KPIOptions &value)
const KPIFieldWells & GetFieldWells() const
const VisualInteractionOptions & GetInteractions() const
void SetFieldWells(KPIFieldWells &&value)
void SetInteractions(const VisualInteractionOptions &value)
KPIConfiguration & WithInteractions(VisualInteractionOptions &&value)
void SetInteractions(VisualInteractionOptions &&value)
AWS_QUICKSIGHT_API KPIConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue