7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/RowLevelPermissionConfiguration.h>
42 template <
typename AliasT = Aws::String>
44 m_aliasHasBeenSet =
true;
45 m_alias = std::forward<AliasT>(value);
47 template <
typename AliasT = Aws::String>
49 SetAlias(std::forward<AliasT>(value));
61 template <
typename DestinationTableIdT = Aws::String>
63 m_destinationTableIdHasBeenSet =
true;
64 m_destinationTableId = std::forward<DestinationTableIdT>(value);
66 template <
typename DestinationTableIdT = Aws::String>
80 template <
typename RowLevelPermissionConfigurationT = RowLevelPermissionConfiguration>
82 m_rowLevelPermissionConfigurationHasBeenSet =
true;
83 m_rowLevelPermissionConfiguration = std::forward<RowLevelPermissionConfigurationT>(value);
85 template <
typename RowLevelPermissionConfigurationT = RowLevelPermissionConfiguration>
97 bool m_aliasHasBeenSet =
false;
98 bool m_destinationTableIdHasBeenSet =
false;
99 bool m_rowLevelPermissionConfigurationHasBeenSet =
false;
const RowLevelPermissionConfiguration & GetRowLevelPermissionConfiguration() const
SemanticTable & WithAlias(AliasT &&value)
bool RowLevelPermissionConfigurationHasBeenSet() const
AWS_QUICKSIGHT_API SemanticTable()=default
void SetDestinationTableId(DestinationTableIdT &&value)
const Aws::String & GetAlias() const
bool AliasHasBeenSet() const
void SetRowLevelPermissionConfiguration(RowLevelPermissionConfigurationT &&value)
AWS_QUICKSIGHT_API SemanticTable(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDestinationTableId() const
SemanticTable & WithRowLevelPermissionConfiguration(RowLevelPermissionConfigurationT &&value)
AWS_QUICKSIGHT_API SemanticTable & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
SemanticTable & WithDestinationTableId(DestinationTableIdT &&value)
bool DestinationTableIdHasBeenSet() const
void SetAlias(AliasT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue