7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename TotalBarLabelT = Aws::String>
48 void SetTotalBarLabel(TotalBarLabelT&& value) { m_totalBarLabelHasBeenSet =
true; m_totalBarLabel = std::forward<TotalBarLabelT>(value); }
49 template<
typename TotalBarLabelT = Aws::String>
55 bool m_totalBarLabelHasBeenSet =
false;
AWS_QUICKSIGHT_API WaterfallChartOptions()=default
AWS_QUICKSIGHT_API WaterfallChartOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTotalBarLabel(TotalBarLabelT &&value)
const Aws::String & GetTotalBarLabel() const
AWS_QUICKSIGHT_API WaterfallChartOptions(Aws::Utils::Json::JsonView jsonValue)
bool TotalBarLabelHasBeenSet() const
WaterfallChartOptions & WithTotalBarLabel(TotalBarLabelT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue