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/InputColumn.h>
11#include <aws/quicksight/model/TablePathElement.h>
44 template <
typename DataSourceArnT = Aws::String>
46 m_dataSourceArnHasBeenSet =
true;
47 m_dataSourceArn = std::forward<DataSourceArnT>(value);
49 template <
typename DataSourceArnT = Aws::String>
62 template <
typename TablePathT = Aws::Vector<TablePathElement>>
64 m_tablePathHasBeenSet =
true;
65 m_tablePath = std::forward<TablePathT>(value);
67 template <
typename TablePathT = Aws::Vector<TablePathElement>>
72 template <
typename TablePathT = TablePathElement>
74 m_tablePathHasBeenSet =
true;
75 m_tablePath.emplace_back(std::forward<TablePathT>(value));
86 template <
typename InputColumnsT = Aws::Vector<InputColumn>>
88 m_inputColumnsHasBeenSet =
true;
89 m_inputColumns = std::forward<InputColumnsT>(value);
91 template <
typename InputColumnsT = Aws::Vector<InputColumn>>
96 template <
typename InputColumnsT = InputColumn>
98 m_inputColumnsHasBeenSet =
true;
99 m_inputColumns.emplace_back(std::forward<InputColumnsT>(value));
109 bool m_dataSourceArnHasBeenSet =
false;
110 bool m_tablePathHasBeenSet =
false;
111 bool m_inputColumnsHasBeenSet =
false;
void SetInputColumns(InputColumnsT &&value)
AWS_QUICKSIGHT_API SaaSTable & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTablePath(TablePathT &&value)
const Aws::String & GetDataSourceArn() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool DataSourceArnHasBeenSet() const
const Aws::Vector< TablePathElement > & GetTablePath() const
SaaSTable & WithTablePath(TablePathT &&value)
AWS_QUICKSIGHT_API SaaSTable(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< InputColumn > & GetInputColumns() const
bool InputColumnsHasBeenSet() const
void SetDataSourceArn(DataSourceArnT &&value)
bool TablePathHasBeenSet() const
SaaSTable & AddInputColumns(InputColumnsT &&value)
SaaSTable & WithInputColumns(InputColumnsT &&value)
SaaSTable & WithDataSourceArn(DataSourceArnT &&value)
SaaSTable & AddTablePath(TablePathT &&value)
AWS_QUICKSIGHT_API SaaSTable()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue