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
47 template<
typename CatalogIdT = Aws::String>
48 void SetCatalogId(CatalogIdT&& value) { m_catalogIdHasBeenSet =
true; m_catalogId = std::forward<CatalogIdT>(value); }
49 template<
typename CatalogIdT = Aws::String>
59 template<
typename PrincipalT = DataLakePrincipal>
60 void SetPrincipal(PrincipalT&& value) { m_principalHasBeenSet =
true; m_principal = std::forward<PrincipalT>(value); }
61 template<
typename PrincipalT = DataLakePrincipal>
84 template<
typename ResourceT = Resource>
85 void SetResource(ResourceT&& value) { m_resourceHasBeenSet =
true; m_resource = std::forward<ResourceT>(value); }
86 template<
typename ResourceT = Resource>
97 template<
typename NextTokenT = Aws::String>
98 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
99 template<
typename NextTokenT = Aws::String>
109 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
119 template<
typename IncludeRelatedT = Aws::String>
120 void SetIncludeRelated(IncludeRelatedT&& value) { m_includeRelatedHasBeenSet =
true; m_includeRelated = std::forward<IncludeRelatedT>(value); }
121 template<
typename IncludeRelatedT = Aws::String>
127 bool m_catalogIdHasBeenSet =
false;
130 bool m_principalHasBeenSet =
false;
133 bool m_resourceTypeHasBeenSet =
false;
136 bool m_resourceHasBeenSet =
false;
139 bool m_nextTokenHasBeenSet =
false;
142 bool m_maxResultsHasBeenSet =
false;
145 bool m_includeRelatedHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String