7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/TableCellStyle.h>
11#include <aws/quicksight/model/TableTotalsPlacement.h>
12#include <aws/quicksight/model/TableTotalsScrollStatus.h>
13#include <aws/quicksight/model/TotalAggregationOption.h>
14#include <aws/quicksight/model/Visibility.h>
48 m_totalsVisibilityHasBeenSet =
true;
49 m_totalsVisibility = value;
64 m_placementHasBeenSet =
true;
80 m_scrollStatusHasBeenSet =
true;
81 m_scrollStatus = value;
95 template <
typename CustomLabelT = Aws::String>
97 m_customLabelHasBeenSet =
true;
98 m_customLabel = std::forward<CustomLabelT>(value);
100 template <
typename CustomLabelT = Aws::String>
113 template <
typename TotalCellStyleT = TableCellStyle>
115 m_totalCellStyleHasBeenSet =
true;
116 m_totalCellStyle = std::forward<TotalCellStyleT>(value);
118 template <
typename TotalCellStyleT = TableCellStyle>
131 template <
typename ValueCellStyleT = TableCellStyle>
133 m_valueCellStyleHasBeenSet =
true;
134 m_valueCellStyle = std::forward<ValueCellStyleT>(value);
136 template <
typename ValueCellStyleT = TableCellStyle>
149 template <
typename MetricHeaderCellStyleT = TableCellStyle>
151 m_metricHeaderCellStyleHasBeenSet =
true;
152 m_metricHeaderCellStyle = std::forward<MetricHeaderCellStyleT>(value);
154 template <
typename MetricHeaderCellStyleT = TableCellStyle>
167 template <
typename TotalAggregationOptionsT = Aws::Vector<TotalAggregationOption>>
169 m_totalAggregationOptionsHasBeenSet =
true;
170 m_totalAggregationOptions = std::forward<TotalAggregationOptionsT>(value);
172 template <
typename TotalAggregationOptionsT = Aws::Vector<TotalAggregationOption>>
177 template <
typename TotalAggregationOptionsT = TotalAggregationOption>
179 m_totalAggregationOptionsHasBeenSet =
true;
180 m_totalAggregationOptions.emplace_back(std::forward<TotalAggregationOptionsT>(value));
193 TableCellStyle m_totalCellStyle;
195 TableCellStyle m_valueCellStyle;
197 TableCellStyle m_metricHeaderCellStyle;
200 bool m_totalsVisibilityHasBeenSet =
false;
201 bool m_placementHasBeenSet =
false;
202 bool m_scrollStatusHasBeenSet =
false;
203 bool m_customLabelHasBeenSet =
false;
204 bool m_totalCellStyleHasBeenSet =
false;
205 bool m_valueCellStyleHasBeenSet =
false;
206 bool m_metricHeaderCellStyleHasBeenSet =
false;
207 bool m_totalAggregationOptionsHasBeenSet =
false;
AWS_QUICKSIGHT_API PivotTotalOptions(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCustomLabel() const
TableTotalsPlacement GetPlacement() const
const TableCellStyle & GetValueCellStyle() const
PivotTotalOptions & WithCustomLabel(CustomLabelT &&value)
void SetScrollStatus(TableTotalsScrollStatus value)
AWS_QUICKSIGHT_API PivotTotalOptions()=default
void SetTotalAggregationOptions(TotalAggregationOptionsT &&value)
const TableCellStyle & GetMetricHeaderCellStyle() const
bool ValueCellStyleHasBeenSet() const
void SetCustomLabel(CustomLabelT &&value)
PivotTotalOptions & WithTotalsVisibility(Visibility value)
Visibility GetTotalsVisibility() const
PivotTotalOptions & WithMetricHeaderCellStyle(MetricHeaderCellStyleT &&value)
AWS_QUICKSIGHT_API PivotTotalOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ScrollStatusHasBeenSet() const
PivotTotalOptions & WithPlacement(TableTotalsPlacement value)
bool TotalCellStyleHasBeenSet() const
void SetMetricHeaderCellStyle(MetricHeaderCellStyleT &&value)
bool PlacementHasBeenSet() const
PivotTotalOptions & WithScrollStatus(TableTotalsScrollStatus value)
const Aws::Vector< TotalAggregationOption > & GetTotalAggregationOptions() const
PivotTotalOptions & WithTotalCellStyle(TotalCellStyleT &&value)
bool TotalAggregationOptionsHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTotalCellStyle(TotalCellStyleT &&value)
TableTotalsScrollStatus GetScrollStatus() const
PivotTotalOptions & AddTotalAggregationOptions(TotalAggregationOptionsT &&value)
PivotTotalOptions & WithTotalAggregationOptions(TotalAggregationOptionsT &&value)
void SetTotalsVisibility(Visibility value)
void SetValueCellStyle(ValueCellStyleT &&value)
const TableCellStyle & GetTotalCellStyle() const
bool CustomLabelHasBeenSet() const
bool MetricHeaderCellStyleHasBeenSet() const
bool TotalsVisibilityHasBeenSet() const
void SetPlacement(TableTotalsPlacement value)
PivotTotalOptions & WithValueCellStyle(ValueCellStyleT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue