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>
82 template<
typename CustomLabelT = Aws::String>
83 void SetCustomLabel(CustomLabelT&& value) { m_customLabelHasBeenSet =
true; m_customLabel = std::forward<CustomLabelT>(value); }
84 template<
typename CustomLabelT = Aws::String>
94 template<
typename TotalCellStyleT = TableCellStyle>
95 void SetTotalCellStyle(TotalCellStyleT&& value) { m_totalCellStyleHasBeenSet =
true; m_totalCellStyle = std::forward<TotalCellStyleT>(value); }
96 template<
typename TotalCellStyleT = TableCellStyle>
106 template<
typename TotalAggregationOptionsT = Aws::Vector<TotalAggregationOption>>
107 void SetTotalAggregationOptions(TotalAggregationOptionsT&& value) { m_totalAggregationOptionsHasBeenSet =
true; m_totalAggregationOptions = std::forward<TotalAggregationOptionsT>(value); }
108 template<
typename TotalAggregationOptionsT = Aws::Vector<TotalAggregationOption>>
110 template<
typename TotalAggregationOptionsT = TotalAggregationOption>
111 TotalOptions&
AddTotalAggregationOptions(TotalAggregationOptionsT&& value) { m_totalAggregationOptionsHasBeenSet =
true; m_totalAggregationOptions.emplace_back(std::forward<TotalAggregationOptionsT>(value));
return *
this; }
116 bool m_totalsVisibilityHasBeenSet =
false;
119 bool m_placementHasBeenSet =
false;
122 bool m_scrollStatusHasBeenSet =
false;
125 bool m_customLabelHasBeenSet =
false;
127 TableCellStyle m_totalCellStyle;
128 bool m_totalCellStyleHasBeenSet =
false;
131 bool m_totalAggregationOptionsHasBeenSet =
false;
Visibility GetTotalsVisibility() const
bool TotalsVisibilityHasBeenSet() const
void SetTotalCellStyle(TotalCellStyleT &&value)
AWS_QUICKSIGHT_API TotalOptions(Aws::Utils::Json::JsonView jsonValue)
void SetScrollStatus(TableTotalsScrollStatus value)
const Aws::String & GetCustomLabel() const
bool TotalCellStyleHasBeenSet() const
TotalOptions & WithScrollStatus(TableTotalsScrollStatus value)
bool PlacementHasBeenSet() const
const Aws::Vector< TotalAggregationOption > & GetTotalAggregationOptions() const
TotalOptions & WithTotalCellStyle(TotalCellStyleT &&value)
const TableCellStyle & GetTotalCellStyle() const
bool TotalAggregationOptionsHasBeenSet() const
TotalOptions & AddTotalAggregationOptions(TotalAggregationOptionsT &&value)
bool ScrollStatusHasBeenSet() const
AWS_QUICKSIGHT_API TotalOptions()=default
void SetTotalAggregationOptions(TotalAggregationOptionsT &&value)
TotalOptions & WithCustomLabel(CustomLabelT &&value)
TableTotalsScrollStatus GetScrollStatus() const
AWS_QUICKSIGHT_API TotalOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCustomLabel(CustomLabelT &&value)
void SetTotalsVisibility(Visibility value)
bool CustomLabelHasBeenSet() const
TotalOptions & WithTotalsVisibility(Visibility value)
TotalOptions & WithPlacement(TableTotalsPlacement value)
TotalOptions & WithTotalAggregationOptions(TotalAggregationOptionsT &&value)
TableTotalsPlacement GetPlacement() const
void SetPlacement(TableTotalsPlacement value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue