7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/quicksight/model/DataPathValue.h>
49 template<
typename DataPathListT = Aws::Vector<DataPathValue>>
50 void SetDataPathList(DataPathListT&& value) { m_dataPathListHasBeenSet =
true; m_dataPathList = std::forward<DataPathListT>(value); }
51 template<
typename DataPathListT = Aws::Vector<DataPathValue>>
53 template<
typename DataPathListT = DataPathValue>
63 template<
typename W
idthT = Aws::String>
64 void SetWidth(WidthT&& value) { m_widthHasBeenSet =
true; m_width = std::forward<WidthT>(value); }
65 template<
typename W
idthT = Aws::String>
71 bool m_dataPathListHasBeenSet =
false;
74 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