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/BatchPermissionsRequestEntry.h>
16namespace LakeFormation
46 template<
typename CatalogIdT = Aws::String>
47 void SetCatalogId(CatalogIdT&& value) { m_catalogIdHasBeenSet =
true; m_catalogId = std::forward<CatalogIdT>(value); }
48 template<
typename CatalogIdT = Aws::String>
59 template<
typename EntriesT = Aws::Vector<BatchPermissionsRequestEntry>>
60 void SetEntries(EntriesT&& value) { m_entriesHasBeenSet =
true; m_entries = std::forward<EntriesT>(value); }
61 template<
typename EntriesT = Aws::Vector<BatchPermissionsRequestEntry>>
63 template<
typename EntriesT = BatchPermissionsRequestEntry>
69 bool m_catalogIdHasBeenSet =
false;
72 bool m_entriesHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector