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>
65 inline void SetWidth(
const char* value) { m_widthHasBeenSet =
true; m_width.assign(value); }
73 bool m_dataPathListHasBeenSet =
false;
76 bool m_widthHasBeenSet =
false;
AWS_QUICKSIGHT_API PivotTableDataPathOption(Aws::Utils::Json::JsonView jsonValue)
void SetDataPathList(const Aws::Vector< DataPathValue > &value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API PivotTableDataPathOption()
void SetWidth(const Aws::String &value)
void SetWidth(Aws::String &&value)
bool WidthHasBeenSet() const
void SetWidth(const char *value)
PivotTableDataPathOption & WithDataPathList(Aws::Vector< DataPathValue > &&value)
PivotTableDataPathOption & AddDataPathList(const DataPathValue &value)
const Aws::Vector< DataPathValue > & GetDataPathList() const
PivotTableDataPathOption & WithDataPathList(const Aws::Vector< DataPathValue > &value)
PivotTableDataPathOption & WithWidth(const char *value)
void SetDataPathList(Aws::Vector< DataPathValue > &&value)
PivotTableDataPathOption & AddDataPathList(DataPathValue &&value)
PivotTableDataPathOption & WithWidth(Aws::String &&value)
AWS_QUICKSIGHT_API PivotTableDataPathOption & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DataPathListHasBeenSet() const
const Aws::String & GetWidth() const
PivotTableDataPathOption & WithWidth(const Aws::String &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