7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/Visibility.h>
44 m_visibilityHasBeenSet =
true;
59 template <
typename CustomLabelT = Aws::String>
61 m_customLabelHasBeenSet =
true;
62 m_customLabel = std::forward<CustomLabelT>(value);
64 template <
typename CustomLabelT = Aws::String>
74 bool m_visibilityHasBeenSet =
false;
75 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