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/LogicalTableSource.h>
11#include <aws/quicksight/model/TransformOperation.h>
47 template <
typename AliasT = Aws::String>
49 m_aliasHasBeenSet =
true;
50 m_alias = std::forward<AliasT>(value);
52 template <
typename AliasT = Aws::String>
54 SetAlias(std::forward<AliasT>(value));
66 template <
typename DataTransformsT = Aws::Vector<TransformOperation>>
68 m_dataTransformsHasBeenSet =
true;
69 m_dataTransforms = std::forward<DataTransformsT>(value);
71 template <
typename DataTransformsT = Aws::Vector<TransformOperation>>
76 template <
typename DataTransformsT = TransformOperation>
78 m_dataTransformsHasBeenSet =
true;
79 m_dataTransforms.emplace_back(std::forward<DataTransformsT>(value));
90 template <
typename SourceT = LogicalTableSource>
92 m_sourceHasBeenSet =
true;
93 m_source = std::forward<SourceT>(value);
95 template <
typename SourceT = LogicalTableSource>
107 bool m_aliasHasBeenSet =
false;
108 bool m_dataTransformsHasBeenSet =
false;
109 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