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/lakeformation/model/DataLakePrincipal.h>
11#include <aws/lakeformation/model/Resource.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/lakeformation/model/Permission.h>
18namespace LakeFormation
50 inline void SetCatalogId(
const char* value) { m_catalogIdHasBeenSet =
true; m_catalogId.assign(value); }
80 inline void SetResource(
Resource&& value) { m_resourceHasBeenSet =
true; m_resource = std::move(value); }
121 bool m_catalogIdHasBeenSet =
false;
124 bool m_principalHasBeenSet =
false;
127 bool m_resourceHasBeenSet =
false;
130 bool m_permissionsHasBeenSet =
false;
133 bool m_permissionsWithGrantOptionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector