7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/Visibility.h>
48 template<
typename FieldIdT = Aws::String>
49 void SetFieldId(FieldIdT&& value) { m_fieldIdHasBeenSet =
true; m_fieldId = std::forward<FieldIdT>(value); }
50 template<
typename FieldIdT = Aws::String>
60 template<
typename CustomLabelT = Aws::String>
61 void SetCustomLabel(CustomLabelT&& value) { m_customLabelHasBeenSet =
true; m_customLabel = std::forward<CustomLabelT>(value); }
62 template<
typename CustomLabelT = Aws::String>
78 bool m_fieldIdHasBeenSet =
false;
81 bool m_customLabelHasBeenSet =
false;
84 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