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/DateTime.h>
15namespace LakeFormation
43 template<
typename CatalogIdT = Aws::String>
44 void SetCatalogId(CatalogIdT&& value) { m_catalogIdHasBeenSet =
true; m_catalogId = std::forward<CatalogIdT>(value); }
45 template<
typename CatalogIdT = Aws::String>
55 template<
typename DatabaseNameT = Aws::String>
56 void SetDatabaseName(DatabaseNameT&& value) { m_databaseNameHasBeenSet =
true; m_databaseName = std::forward<DatabaseNameT>(value); }
57 template<
typename DatabaseNameT = Aws::String>
67 template<
typename TableNameT = Aws::String>
68 void SetTableName(TableNameT&& value) { m_tableNameHasBeenSet =
true; m_tableName = std::forward<TableNameT>(value); }
69 template<
typename TableNameT = Aws::String>
82 template<
typename TransactionIdT = Aws::String>
83 void SetTransactionId(TransactionIdT&& value) { m_transactionIdHasBeenSet =
true; m_transactionId = std::forward<TransactionIdT>(value); }
84 template<
typename TransactionIdT = Aws::String>
96 template<
typename QueryAsOfTimeT = Aws::Utils::DateTime>
97 void SetQueryAsOfTime(QueryAsOfTimeT&& value) { m_queryAsOfTimeHasBeenSet =
true; m_queryAsOfTime = std::forward<QueryAsOfTimeT>(value); }
98 template<
typename QueryAsOfTimeT = Aws::Utils::DateTime>
113 template<
typename PartitionPredicateT = Aws::String>
114 void SetPartitionPredicate(PartitionPredicateT&& value) { m_partitionPredicateHasBeenSet =
true; m_partitionPredicate = std::forward<PartitionPredicateT>(value); }
115 template<
typename PartitionPredicateT = Aws::String>
125 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
136 template<
typename NextTokenT = Aws::String>
137 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
138 template<
typename NextTokenT = Aws::String>
144 bool m_catalogIdHasBeenSet =
false;
147 bool m_databaseNameHasBeenSet =
false;
150 bool m_tableNameHasBeenSet =
false;
153 bool m_transactionIdHasBeenSet =
false;
156 bool m_queryAsOfTimeHasBeenSet =
false;
159 bool m_partitionPredicateHasBeenSet =
false;
162 bool m_maxResultsHasBeenSet =
false;
165 bool m_nextTokenHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String