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); }
75 inline void SetResource(
Resource&& value) { m_resourceHasBeenSet =
true; m_resource = std::move(value); }
114 bool m_catalogIdHasBeenSet =
false;
117 bool m_principalHasBeenSet =
false;
120 bool m_resourceHasBeenSet =
false;
123 bool m_permissionsHasBeenSet =
false;
126 bool m_permissionsWithGrantOptionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector