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/DataPathValue.h>
43 template <
typename DataPathListT = Aws::Vector<DataPathValue>>
45 m_dataPathListHasBeenSet =
true;
46 m_dataPathList = std::forward<DataPathListT>(value);
48 template <
typename DataPathListT = Aws::Vector<DataPathValue>>
53 template <
typename DataPathListT = DataPathValue>
55 m_dataPathListHasBeenSet =
true;
56 m_dataPathList.emplace_back(std::forward<DataPathListT>(value));
67 template <
typename W
idthT = Aws::String>
69 m_widthHasBeenSet =
true;
70 m_width = std::forward<WidthT>(value);
72 template <
typename W
idthT = Aws::String>
74 SetWidth(std::forward<WidthT>(value));
82 bool m_dataPathListHasBeenSet =
false;
83 bool m_widthHasBeenSet =
false;
AWS_QUICKSIGHT_API PivotTableDataPathOption(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool WidthHasBeenSet() const
const Aws::Vector< DataPathValue > & GetDataPathList() const
PivotTableDataPathOption & WithWidth(WidthT &&value)
PivotTableDataPathOption & AddDataPathList(DataPathListT &&value)
AWS_QUICKSIGHT_API PivotTableDataPathOption()=default
void SetDataPathList(DataPathListT &&value)
PivotTableDataPathOption & WithDataPathList(DataPathListT &&value)
AWS_QUICKSIGHT_API PivotTableDataPathOption & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DataPathListHasBeenSet() const
const Aws::String & GetWidth() const
void SetWidth(WidthT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue