AWS SDK for C++

AWS SDK for C++ Version 1.11.612

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() = default;
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 template<typename FieldWellsT = KPIFieldWells>
50 void SetFieldWells(FieldWellsT&& value) { m_fieldWellsHasBeenSet = true; m_fieldWells = std::forward<FieldWellsT>(value); }
51 template<typename FieldWellsT = KPIFieldWells>
52 KPIConfiguration& WithFieldWells(FieldWellsT&& value) { SetFieldWells(std::forward<FieldWellsT>(value)); return *this;}
54
56
59 inline const KPISortConfiguration& GetSortConfiguration() const { return m_sortConfiguration; }
60 inline bool SortConfigurationHasBeenSet() const { return m_sortConfigurationHasBeenSet; }
61 template<typename SortConfigurationT = KPISortConfiguration>
62 void SetSortConfiguration(SortConfigurationT&& value) { m_sortConfigurationHasBeenSet = true; m_sortConfiguration = std::forward<SortConfigurationT>(value); }
63 template<typename SortConfigurationT = KPISortConfiguration>
64 KPIConfiguration& WithSortConfiguration(SortConfigurationT&& value) { SetSortConfiguration(std::forward<SortConfigurationT>(value)); return *this;}
66
68
71 inline const KPIOptions& GetKPIOptions() const { return m_kPIOptions; }
72 inline bool KPIOptionsHasBeenSet() const { return m_kPIOptionsHasBeenSet; }
73 template<typename KPIOptionsT = KPIOptions>
74 void SetKPIOptions(KPIOptionsT&& value) { m_kPIOptionsHasBeenSet = true; m_kPIOptions = std::forward<KPIOptionsT>(value); }
75 template<typename KPIOptionsT = KPIOptions>
76 KPIConfiguration& WithKPIOptions(KPIOptionsT&& value) { SetKPIOptions(std::forward<KPIOptionsT>(value)); return *this;}
78
80
83 inline const VisualInteractionOptions& GetInteractions() const { return m_interactions; }
84 inline bool InteractionsHasBeenSet() const { return m_interactionsHasBeenSet; }
85 template<typename InteractionsT = VisualInteractionOptions>
86 void SetInteractions(InteractionsT&& value) { m_interactionsHasBeenSet = true; m_interactions = std::forward<InteractionsT>(value); }
87 template<typename InteractionsT = VisualInteractionOptions>
88 KPIConfiguration& WithInteractions(InteractionsT&& value) { SetInteractions(std::forward<InteractionsT>(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
void SetSortConfiguration(SortConfigurationT &&value)
const KPIOptions & GetKPIOptions() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const KPISortConfiguration & GetSortConfiguration() const
KPIConfiguration & WithSortConfiguration(SortConfigurationT &&value)
KPIConfiguration & WithKPIOptions(KPIOptionsT &&value)
AWS_QUICKSIGHT_API KPIConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetInteractions(InteractionsT &&value)
const KPIFieldWells & GetFieldWells() const
const VisualInteractionOptions & GetInteractions() const
KPIConfiguration & WithInteractions(InteractionsT &&value)
AWS_QUICKSIGHT_API KPIConfiguration()=default
KPIConfiguration & WithFieldWells(FieldWellsT &&value)
AWS_QUICKSIGHT_API KPIConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue