7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/Visibility.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/quicksight/model/PivotTableSubtotalLevel.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/quicksight/model/TableCellStyle.h>
13#include <aws/quicksight/model/PivotTableFieldSubtotalOptions.h>
14#include <aws/quicksight/model/TableStyleTarget.h>
66 inline void SetCustomLabel(
const char* value) { m_customLabelHasBeenSet =
true; m_customLabel.assign(value); }
150 bool m_totalsVisibilityHasBeenSet =
false;
153 bool m_customLabelHasBeenSet =
false;
156 bool m_fieldLevelHasBeenSet =
false;
159 bool m_fieldLevelOptionsHasBeenSet =
false;
162 bool m_totalCellStyleHasBeenSet =
false;
165 bool m_valueCellStyleHasBeenSet =
false;
168 bool m_metricHeaderCellStyleHasBeenSet =
false;
171 bool m_styleTargetsHasBeenSet =
false;
void SetValueCellStyle(const TableCellStyle &value)
void SetStyleTargets(const Aws::Vector< TableStyleTarget > &value)
SubtotalOptions & WithStyleTargets(Aws::Vector< TableStyleTarget > &&value)
AWS_QUICKSIGHT_API SubtotalOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTotalCellStyle(const TableCellStyle &value)
void SetCustomLabel(const Aws::String &value)
const TableCellStyle & GetValueCellStyle() const
const Aws::Vector< TableStyleTarget > & GetStyleTargets() const
SubtotalOptions & WithMetricHeaderCellStyle(const TableCellStyle &value)
void SetTotalsVisibility(Visibility &&value)
SubtotalOptions & AddStyleTargets(const TableStyleTarget &value)
SubtotalOptions & WithFieldLevel(PivotTableSubtotalLevel &&value)
SubtotalOptions & WithFieldLevel(const PivotTableSubtotalLevel &value)
SubtotalOptions & WithMetricHeaderCellStyle(TableCellStyle &&value)
void SetFieldLevelOptions(const Aws::Vector< PivotTableFieldSubtotalOptions > &value)
SubtotalOptions & WithValueCellStyle(TableCellStyle &&value)
void SetCustomLabel(const char *value)
SubtotalOptions & WithTotalsVisibility(const Visibility &value)
bool MetricHeaderCellStyleHasBeenSet() const
bool FieldLevelHasBeenSet() const
const PivotTableSubtotalLevel & GetFieldLevel() const
bool TotalCellStyleHasBeenSet() const
bool StyleTargetsHasBeenSet() const
SubtotalOptions & WithValueCellStyle(const TableCellStyle &value)
const Aws::Vector< PivotTableFieldSubtotalOptions > & GetFieldLevelOptions() const
bool TotalsVisibilityHasBeenSet() const
AWS_QUICKSIGHT_API SubtotalOptions(Aws::Utils::Json::JsonView jsonValue)
SubtotalOptions & WithTotalCellStyle(const TableCellStyle &value)
void SetValueCellStyle(TableCellStyle &&value)
SubtotalOptions & WithFieldLevelOptions(Aws::Vector< PivotTableFieldSubtotalOptions > &&value)
SubtotalOptions & WithTotalCellStyle(TableCellStyle &&value)
SubtotalOptions & WithTotalsVisibility(Visibility &&value)
const TableCellStyle & GetMetricHeaderCellStyle() const
void SetMetricHeaderCellStyle(TableCellStyle &&value)
void SetMetricHeaderCellStyle(const TableCellStyle &value)
SubtotalOptions & WithCustomLabel(const char *value)
SubtotalOptions & WithCustomLabel(Aws::String &&value)
void SetStyleTargets(Aws::Vector< TableStyleTarget > &&value)
const Aws::String & GetCustomLabel() const
SubtotalOptions & WithStyleTargets(const Aws::Vector< TableStyleTarget > &value)
void SetTotalCellStyle(TableCellStyle &&value)
AWS_QUICKSIGHT_API SubtotalOptions()
void SetFieldLevel(PivotTableSubtotalLevel &&value)
SubtotalOptions & AddFieldLevelOptions(PivotTableFieldSubtotalOptions &&value)
void SetCustomLabel(Aws::String &&value)
SubtotalOptions & AddStyleTargets(TableStyleTarget &&value)
void SetFieldLevelOptions(Aws::Vector< PivotTableFieldSubtotalOptions > &&value)
bool FieldLevelOptionsHasBeenSet() const
void SetTotalsVisibility(const Visibility &value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
SubtotalOptions & WithCustomLabel(const Aws::String &value)
void SetFieldLevel(const PivotTableSubtotalLevel &value)
const TableCellStyle & GetTotalCellStyle() const
bool CustomLabelHasBeenSet() const
const Visibility & GetTotalsVisibility() const
bool ValueCellStyleHasBeenSet() const
SubtotalOptions & AddFieldLevelOptions(const PivotTableFieldSubtotalOptions &value)
SubtotalOptions & WithFieldLevelOptions(const Aws::Vector< PivotTableFieldSubtotalOptions > &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