7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/SemanticTable.h>
43 template <
typename TableMapT = Aws::Map<Aws::String, SemanticTable>>
45 m_tableMapHasBeenSet =
true;
46 m_tableMap = std::forward<TableMapT>(value);
48 template <
typename TableMapT = Aws::Map<Aws::String, SemanticTable>>
53 template <
typename TableMapKeyT = Aws::String,
typename TableMapValueT = SemanticTable>
55 m_tableMapHasBeenSet =
true;
56 m_tableMap.emplace(std::forward<TableMapKeyT>(key), std::forward<TableMapValueT>(value));
62 bool m_tableMapHasBeenSet =
false;
void SetTableMap(TableMapT &&value)
SemanticModelConfiguration & WithTableMap(TableMapT &&value)
const Aws::Map< Aws::String, SemanticTable > & GetTableMap() const
AWS_QUICKSIGHT_API SemanticModelConfiguration()=default
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
SemanticModelConfiguration & AddTableMap(TableMapKeyT &&key, TableMapValueT &&value)
AWS_QUICKSIGHT_API SemanticModelConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool TableMapHasBeenSet() const
AWS_QUICKSIGHT_API SemanticModelConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue