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>
47 m_totalsVisibilityHasBeenSet =
true;
48 m_totalsVisibility = value;
63 m_placementHasBeenSet =
true;
79 m_scrollStatusHasBeenSet =
true;
80 m_scrollStatus = value;
94 template <
typename CustomLabelT = Aws::String>
96 m_customLabelHasBeenSet =
true;
97 m_customLabel = std::forward<CustomLabelT>(value);
99 template <
typename CustomLabelT = Aws::String>
112 template <
typename TotalCellStyleT = TableCellStyle>
114 m_totalCellStyleHasBeenSet =
true;
115 m_totalCellStyle = std::forward<TotalCellStyleT>(value);
117 template <
typename TotalCellStyleT = TableCellStyle>
130 template <
typename TotalAggregationOptionsT = Aws::Vector<TotalAggregationOption>>
132 m_totalAggregationOptionsHasBeenSet =
true;
133 m_totalAggregationOptions = std::forward<TotalAggregationOptionsT>(value);
135 template <
typename TotalAggregationOptionsT = Aws::Vector<TotalAggregationOption>>
140 template <
typename TotalAggregationOptionsT = TotalAggregationOption>
142 m_totalAggregationOptionsHasBeenSet =
true;
143 m_totalAggregationOptions.emplace_back(std::forward<TotalAggregationOptionsT>(value));
156 TableCellStyle m_totalCellStyle;
159 bool m_totalsVisibilityHasBeenSet =
false;
160 bool m_placementHasBeenSet =
false;
161 bool m_scrollStatusHasBeenSet =
false;
162 bool m_customLabelHasBeenSet =
false;
163 bool m_totalCellStyleHasBeenSet =
false;
164 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