AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
PivotTableRowsLabelOptions.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/Visibility.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace QuickSight
23{
24namespace Model
25{
26
35 {
36 public:
37 AWS_QUICKSIGHT_API PivotTableRowsLabelOptions() = default;
40 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline Visibility GetVisibility() const { return m_visibility; }
48 inline bool VisibilityHasBeenSet() const { return m_visibilityHasBeenSet; }
49 inline void SetVisibility(Visibility value) { m_visibilityHasBeenSet = true; m_visibility = value; }
50 inline PivotTableRowsLabelOptions& WithVisibility(Visibility value) { SetVisibility(value); return *this;}
52
54
57 inline const Aws::String& GetCustomLabel() const { return m_customLabel; }
58 inline bool CustomLabelHasBeenSet() const { return m_customLabelHasBeenSet; }
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>
62 PivotTableRowsLabelOptions& WithCustomLabel(CustomLabelT&& value) { SetCustomLabel(std::forward<CustomLabelT>(value)); return *this;}
64 private:
65
66 Visibility m_visibility{Visibility::NOT_SET};
67 bool m_visibilityHasBeenSet = false;
68
69 Aws::String m_customLabel;
70 bool m_customLabelHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace QuickSight
75} // namespace Aws
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)
PivotTableRowsLabelOptions & WithVisibility(Visibility value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue