7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
41 template <
typename LabelNameT = Aws::String>
43 m_labelNameHasBeenSet =
true;
44 m_labelName = std::forward<LabelNameT>(value);
46 template <
typename LabelNameT = Aws::String>
59 template <
typename NewColumnNameT = Aws::String>
61 m_newColumnNameHasBeenSet =
true;
62 m_newColumnName = std::forward<NewColumnNameT>(value);
64 template <
typename NewColumnNameT = Aws::String>
77 template <
typename NewColumnIdT = Aws::String>
79 m_newColumnIdHasBeenSet =
true;
80 m_newColumnId = std::forward<NewColumnIdT>(value);
82 template <
typename NewColumnIdT = Aws::String>
94 bool m_labelNameHasBeenSet =
false;
95 bool m_newColumnNameHasBeenSet =
false;
96 bool m_newColumnIdHasBeenSet =
false;
AWS_QUICKSIGHT_API PivotedLabel()=default
bool LabelNameHasBeenSet() const
AWS_QUICKSIGHT_API PivotedLabel & operator=(Aws::Utils::Json::JsonView jsonValue)
PivotedLabel & WithNewColumnName(NewColumnNameT &&value)
void SetNewColumnId(NewColumnIdT &&value)
bool NewColumnIdHasBeenSet() const
const Aws::String & GetLabelName() const
const Aws::String & GetNewColumnId() const
void SetNewColumnName(NewColumnNameT &&value)
PivotedLabel & WithLabelName(LabelNameT &&value)
void SetLabelName(LabelNameT &&value)
AWS_QUICKSIGHT_API PivotedLabel(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetNewColumnName() const
PivotedLabel & WithNewColumnId(NewColumnIdT &&value)
bool NewColumnNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue