7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/TransposedColumnType.h>
42 m_columnIndexHasBeenSet =
true;
43 m_columnIndex = value;
57 template <
typename ColumnW
idthT = Aws::String>
59 m_columnWidthHasBeenSet =
true;
60 m_columnWidth = std::forward<ColumnWidthT>(value);
62 template <
typename ColumnW
idthT = Aws::String>
80 m_columnTypeHasBeenSet =
true;
94 bool m_columnIndexHasBeenSet =
false;
95 bool m_columnWidthHasBeenSet =
false;
96 bool m_columnTypeHasBeenSet =
false;
bool ColumnTypeHasBeenSet() const
TransposedTableOption & WithColumnWidth(ColumnWidthT &&value)
AWS_QUICKSIGHT_API TransposedTableOption(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API TransposedTableOption & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ColumnWidthHasBeenSet() const
AWS_QUICKSIGHT_API TransposedTableOption()=default
const Aws::String & GetColumnWidth() const
TransposedTableOption & WithColumnType(TransposedColumnType value)
int GetColumnIndex() const
bool ColumnIndexHasBeenSet() const
void SetColumnIndex(int value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
TransposedTableOption & WithColumnIndex(int value)
void SetColumnType(TransposedColumnType value)
TransposedColumnType GetColumnType() const
void SetColumnWidth(ColumnWidthT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue