7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/Visibility.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
59 template<
typename CustomLabelT = Aws::String>
60 void SetCustomLabel(CustomLabelT&& value) { m_customLabelHasBeenSet =
true; m_customLabel = std::forward<CustomLabelT>(value); }
61 template<
typename CustomLabelT = Aws::String>
67 bool m_visibilityHasBeenSet =
false;
70 bool m_customLabelHasBeenSet =
false;
AWS_QUICKSIGHT_API PivotTableRowsLabelOptions(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API PivotTableRowsLabelOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API PivotTableRowsLabelOptions()=default
PivotTableRowsLabelOptions & WithCustomLabel(CustomLabelT &&value)
const Aws::String & GetCustomLabel() const
bool CustomLabelHasBeenSet() const
PivotTableRowsLabelOptions & WithVisibility(Visibility value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCustomLabel(CustomLabelT &&value)
bool VisibilityHasBeenSet() const
void SetVisibility(Visibility value)
Visibility GetVisibility() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue