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/DataLakeResourceType.h>
12#include <aws/lakeformation/model/Resource.h>
17namespace LakeFormation
49 inline void SetCatalogId(
const char* value) { m_catalogIdHasBeenSet =
true; m_catalogId.assign(value); }
89 inline void SetResource(
Resource&& value) { m_resourceHasBeenSet =
true; m_resource = std::move(value); }
103 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
115 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
127 inline void SetIncludeRelated(
const char* value) { m_includeRelatedHasBeenSet =
true; m_includeRelated.assign(value); }
135 bool m_catalogIdHasBeenSet =
false;
138 bool m_principalHasBeenSet =
false;
141 bool m_resourceTypeHasBeenSet =
false;
144 bool m_resourceHasBeenSet =
false;
147 bool m_nextTokenHasBeenSet =
false;
150 bool m_maxResultsHasBeenSet =
false;
153 bool m_includeRelatedHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String