7#include <aws/lakeformation/LakeFormation_EXPORTS.h>
8#include <aws/lakeformation/LakeFormationRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/lakeformation/model/VirtualObject.h>
16namespace LakeFormation
44 template<
typename CatalogIdT = Aws::String>
45 void SetCatalogId(CatalogIdT&& value) { m_catalogIdHasBeenSet =
true; m_catalogId = std::forward<CatalogIdT>(value); }
46 template<
typename CatalogIdT = Aws::String>
56 template<
typename DatabaseNameT = Aws::String>
57 void SetDatabaseName(DatabaseNameT&& value) { m_databaseNameHasBeenSet =
true; m_databaseName = std::forward<DatabaseNameT>(value); }
58 template<
typename DatabaseNameT = Aws::String>
68 template<
typename TableNameT = Aws::String>
69 void SetTableName(TableNameT&& value) { m_tableNameHasBeenSet =
true; m_tableName = std::forward<TableNameT>(value); }
70 template<
typename TableNameT = Aws::String>
80 template<
typename TransactionIdT = Aws::String>
81 void SetTransactionId(TransactionIdT&& value) { m_transactionIdHasBeenSet =
true; m_transactionId = std::forward<TransactionIdT>(value); }
82 template<
typename TransactionIdT = Aws::String>
93 template<
typename ObjectsT = Aws::Vector<VirtualObject>>
94 void SetObjects(ObjectsT&& value) { m_objectsHasBeenSet =
true; m_objects = std::forward<ObjectsT>(value); }
95 template<
typename ObjectsT = Aws::Vector<VirtualObject>>
97 template<
typename ObjectsT = VirtualObject>
103 bool m_catalogIdHasBeenSet =
false;
106 bool m_databaseNameHasBeenSet =
false;
109 bool m_tableNameHasBeenSet =
false;
112 bool m_transactionIdHasBeenSet =
false;
115 bool m_objectsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector