7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/PivotedLabel.h>
44 template <
typename LabelColumnNameT = Aws::String>
46 m_labelColumnNameHasBeenSet =
true;
47 m_labelColumnName = std::forward<LabelColumnNameT>(value);
49 template <
typename LabelColumnNameT = Aws::String>
62 template <
typename PivotedLabelsT = Aws::Vector<PivotedLabel>>
64 m_pivotedLabelsHasBeenSet =
true;
65 m_pivotedLabels = std::forward<PivotedLabelsT>(value);
67 template <
typename PivotedLabelsT = Aws::Vector<PivotedLabel>>
72 template <
typename PivotedLabelsT = PivotedLabel>
74 m_pivotedLabelsHasBeenSet =
true;
75 m_pivotedLabels.emplace_back(std::forward<PivotedLabelsT>(value));
83 bool m_labelColumnNameHasBeenSet =
false;
84 bool m_pivotedLabelsHasBeenSet =
false;
void SetPivotedLabels(PivotedLabelsT &&value)
const Aws::String & GetLabelColumnName() const
PivotConfiguration & WithLabelColumnName(LabelColumnNameT &&value)
PivotConfiguration & AddPivotedLabels(PivotedLabelsT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< PivotedLabel > & GetPivotedLabels() const
void SetLabelColumnName(LabelColumnNameT &&value)
bool PivotedLabelsHasBeenSet() const
AWS_QUICKSIGHT_API PivotConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API PivotConfiguration()=default
AWS_QUICKSIGHT_API PivotConfiguration(Aws::Utils::Json::JsonView jsonValue)
PivotConfiguration & WithPivotedLabels(PivotedLabelsT &&value)
bool LabelColumnNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue