7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/quicksight/model/LogicalTableSource.h>
11#include <aws/quicksight/model/TransformOperation.h>
53 template<
typename AliasT = Aws::String>
54 void SetAlias(AliasT&& value) { m_aliasHasBeenSet =
true; m_alias = std::forward<AliasT>(value); }
55 template<
typename AliasT = Aws::String>
66 template<
typename DataTransformsT = Aws::Vector<TransformOperation>>
67 void SetDataTransforms(DataTransformsT&& value) { m_dataTransformsHasBeenSet =
true; m_dataTransforms = std::forward<DataTransformsT>(value); }
68 template<
typename DataTransformsT = Aws::Vector<TransformOperation>>
70 template<
typename DataTransformsT = TransformOperation>
71 LogicalTable&
AddDataTransforms(DataTransformsT&& value) { m_dataTransformsHasBeenSet =
true; m_dataTransforms.emplace_back(std::forward<DataTransformsT>(value));
return *
this; }
80 template<
typename SourceT = LogicalTableSource>
81 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
82 template<
typename SourceT = LogicalTableSource>
88 bool m_aliasHasBeenSet =
false;
91 bool m_dataTransformsHasBeenSet =
false;
94 bool m_sourceHasBeenSet =
false;
void SetDataTransforms(DataTransformsT &&value)
LogicalTable & WithAlias(AliasT &&value)
AWS_QUICKSIGHT_API LogicalTable()=default
const Aws::String & GetAlias() const
bool AliasHasBeenSet() const
bool SourceHasBeenSet() const
AWS_QUICKSIGHT_API LogicalTable(Aws::Utils::Json::JsonView jsonValue)
LogicalTable & WithDataTransforms(DataTransformsT &&value)
void SetAlias(AliasT &&value)
bool DataTransformsHasBeenSet() const
const LogicalTableSource & GetSource() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSource(SourceT &&value)
LogicalTable & WithSource(SourceT &&value)
AWS_QUICKSIGHT_API LogicalTable & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< TransformOperation > & GetDataTransforms() const
LogicalTable & AddDataTransforms(DataTransformsT &&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