7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/Visibility.h>
9#include <aws/quicksight/model/TableTotalsPlacement.h>
10#include <aws/quicksight/model/TableTotalsScrollStatus.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/quicksight/model/TableCellStyle.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
14#include <aws/quicksight/model/TotalAggregationOption.h>
91 inline void SetCustomLabel(
const char* value) { m_customLabelHasBeenSet =
true; m_customLabel.assign(value); }
149 bool m_totalsVisibilityHasBeenSet =
false;
152 bool m_placementHasBeenSet =
false;
155 bool m_scrollStatusHasBeenSet =
false;
158 bool m_customLabelHasBeenSet =
false;
161 bool m_totalCellStyleHasBeenSet =
false;
164 bool m_valueCellStyleHasBeenSet =
false;
167 bool m_metricHeaderCellStyleHasBeenSet =
false;
170 bool m_totalAggregationOptionsHasBeenSet =
false;
PivotTotalOptions & WithValueCellStyle(const TableCellStyle &value)
PivotTotalOptions & WithTotalCellStyle(TableCellStyle &&value)
AWS_QUICKSIGHT_API PivotTotalOptions(Aws::Utils::Json::JsonView jsonValue)
PivotTotalOptions & WithTotalsVisibility(const Visibility &value)
void SetTotalsVisibility(const Visibility &value)
PivotTotalOptions & WithTotalCellStyle(const TableCellStyle &value)
const Aws::String & GetCustomLabel() const
const Visibility & GetTotalsVisibility() const
const TableCellStyle & GetValueCellStyle() const
void SetCustomLabel(Aws::String &&value)
const TableCellStyle & GetMetricHeaderCellStyle() const
void SetValueCellStyle(const TableCellStyle &value)
const TableTotalsPlacement & GetPlacement() const
void SetCustomLabel(const char *value)
bool ValueCellStyleHasBeenSet() const
PivotTotalOptions & WithCustomLabel(const Aws::String &value)
void SetScrollStatus(const TableTotalsScrollStatus &value)
PivotTotalOptions & AddTotalAggregationOptions(TotalAggregationOption &&value)
void SetMetricHeaderCellStyle(const TableCellStyle &value)
void SetPlacement(const TableTotalsPlacement &value)
void SetTotalsVisibility(Visibility &&value)
void SetTotalCellStyle(const TableCellStyle &value)
AWS_QUICKSIGHT_API PivotTotalOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTotalAggregationOptions(Aws::Vector< TotalAggregationOption > &&value)
bool ScrollStatusHasBeenSet() const
PivotTotalOptions & WithTotalsVisibility(Visibility &&value)
void SetScrollStatus(TableTotalsScrollStatus &&value)
bool TotalCellStyleHasBeenSet() const
PivotTotalOptions & WithTotalAggregationOptions(const Aws::Vector< TotalAggregationOption > &value)
PivotTotalOptions & WithMetricHeaderCellStyle(const TableCellStyle &value)
bool PlacementHasBeenSet() const
PivotTotalOptions & WithScrollStatus(const TableTotalsScrollStatus &value)
PivotTotalOptions & AddTotalAggregationOptions(const TotalAggregationOption &value)
PivotTotalOptions & WithPlacement(const TableTotalsPlacement &value)
PivotTotalOptions & WithMetricHeaderCellStyle(TableCellStyle &&value)
const Aws::Vector< TotalAggregationOption > & GetTotalAggregationOptions() const
bool TotalAggregationOptionsHasBeenSet() const
void SetTotalCellStyle(TableCellStyle &&value)
const TableTotalsScrollStatus & GetScrollStatus() const
PivotTotalOptions & WithScrollStatus(TableTotalsScrollStatus &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API PivotTotalOptions()
void SetTotalAggregationOptions(const Aws::Vector< TotalAggregationOption > &value)
void SetMetricHeaderCellStyle(TableCellStyle &&value)
PivotTotalOptions & WithCustomLabel(Aws::String &&value)
PivotTotalOptions & WithPlacement(TableTotalsPlacement &&value)
PivotTotalOptions & WithValueCellStyle(TableCellStyle &&value)
void SetValueCellStyle(TableCellStyle &&value)
const TableCellStyle & GetTotalCellStyle() const
bool CustomLabelHasBeenSet() const
bool MetricHeaderCellStyleHasBeenSet() const
bool TotalsVisibilityHasBeenSet() const
PivotTotalOptions & WithTotalAggregationOptions(Aws::Vector< TotalAggregationOption > &&value)
void SetCustomLabel(const Aws::String &value)
PivotTotalOptions & WithCustomLabel(const char *value)
void SetPlacement(TableTotalsPlacement &&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