7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/CustomSql.h>
9#include <aws/quicksight/model/RelationalTable.h>
10#include <aws/quicksight/model/S3Source.h>
11#include <aws/quicksight/model/SaaSTable.h>
46 template <
typename RelationalTableT = RelationalTable>
48 m_relationalTableHasBeenSet =
true;
49 m_relationalTable = std::forward<RelationalTableT>(value);
51 template <
typename RelationalTableT = RelationalTable>
64 template <
typename CustomSqlT = CustomSql>
66 m_customSqlHasBeenSet =
true;
67 m_customSql = std::forward<CustomSqlT>(value);
69 template <
typename CustomSqlT = CustomSql>
82 template <
typename S3SourceT = S3Source>
84 m_s3SourceHasBeenSet =
true;
85 m_s3Source = std::forward<S3SourceT>(value);
87 template <
typename S3SourceT = S3Source>
100 template <
typename SaaSTableT = SaaSTable>
102 m_saaSTableHasBeenSet =
true;
103 m_saaSTable = std::forward<SaaSTableT>(value);
105 template <
typename SaaSTableT = SaaSTable>
119 bool m_relationalTableHasBeenSet =
false;
120 bool m_customSqlHasBeenSet =
false;
121 bool m_s3SourceHasBeenSet =
false;
122 bool m_saaSTableHasBeenSet =
false;
bool RelationalTableHasBeenSet() const
void SetRelationalTable(RelationalTableT &&value)
AWS_QUICKSIGHT_API PhysicalTable & operator=(Aws::Utils::Json::JsonView jsonValue)
const SaaSTable & GetSaaSTable() const
const CustomSql & GetCustomSql() const
PhysicalTable & WithRelationalTable(RelationalTableT &&value)
void SetCustomSql(CustomSqlT &&value)
PhysicalTable & WithCustomSql(CustomSqlT &&value)
bool CustomSqlHasBeenSet() const
AWS_QUICKSIGHT_API PhysicalTable()=default
void SetSaaSTable(SaaSTableT &&value)
bool SaaSTableHasBeenSet() const
PhysicalTable & WithSaaSTable(SaaSTableT &&value)
void SetS3Source(S3SourceT &&value)
PhysicalTable & WithS3Source(S3SourceT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const S3Source & GetS3Source() const
const RelationalTable & GetRelationalTable() const
bool S3SourceHasBeenSet() const
AWS_QUICKSIGHT_API PhysicalTable(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue