7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/Visibility.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
63 inline void SetCustomLabel(
const char* value) { m_customLabelHasBeenSet =
true; m_customLabel.assign(value); }
71 bool m_visibilityHasBeenSet =
false;
74 bool m_customLabelHasBeenSet =
false;
void SetCustomLabel(const char *value)
PivotTableRowsLabelOptions & WithVisibility(Visibility &&value)
AWS_QUICKSIGHT_API PivotTableRowsLabelOptions(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API PivotTableRowsLabelOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API PivotTableRowsLabelOptions()
void SetVisibility(Visibility &&value)
const Aws::String & GetCustomLabel() const
void SetCustomLabel(const Aws::String &value)
bool CustomLabelHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const Visibility & GetVisibility() const
void SetVisibility(const Visibility &value)
bool VisibilityHasBeenSet() const
void SetCustomLabel(Aws::String &&value)
PivotTableRowsLabelOptions & WithCustomLabel(const char *value)
PivotTableRowsLabelOptions & WithVisibility(const Visibility &value)
PivotTableRowsLabelOptions & WithCustomLabel(const Aws::String &value)
PivotTableRowsLabelOptions & WithCustomLabel(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue