7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/Visibility.h>
42 template <
typename FieldIdT = Aws::String>
44 m_fieldIdHasBeenSet =
true;
45 m_fieldId = std::forward<FieldIdT>(value);
47 template <
typename FieldIdT = Aws::String>
60 template <
typename CustomLabelT = Aws::String>
62 m_customLabelHasBeenSet =
true;
63 m_customLabel = std::forward<CustomLabelT>(value);
65 template <
typename CustomLabelT = Aws::String>
79 m_visibilityHasBeenSet =
true;
93 bool m_fieldIdHasBeenSet =
false;
94 bool m_customLabelHasBeenSet =
false;
95 bool m_visibilityHasBeenSet =
false;
PivotTableFieldOption & WithFieldId(FieldIdT &&value)
PivotTableFieldOption & WithCustomLabel(CustomLabelT &&value)
const Aws::String & GetCustomLabel() const
AWS_QUICKSIGHT_API PivotTableFieldOption(Aws::Utils::Json::JsonView jsonValue)
void SetVisibility(Visibility value)
const Aws::String & GetFieldId() const
Visibility GetVisibility() const
AWS_QUICKSIGHT_API PivotTableFieldOption & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCustomLabel(CustomLabelT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFieldId(FieldIdT &&value)
bool FieldIdHasBeenSet() const
PivotTableFieldOption & WithVisibility(Visibility value)
bool VisibilityHasBeenSet() const
bool CustomLabelHasBeenSet() const
AWS_QUICKSIGHT_API PivotTableFieldOption()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue