7#include <aws/lakeformation/LakeFormation_EXPORTS.h>
8#include <aws/lakeformation/LakeFormationRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace LakeFormation
41 template<
typename NextTokenT = Aws::String>
42 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
43 template<
typename NextTokenT = Aws::String>
57 inline void SetPageSize(
int value) { m_pageSizeHasBeenSet =
true; m_pageSize = value; }
67 template<
typename QueryIdT = Aws::String>
68 void SetQueryId(QueryIdT&& value) { m_queryIdHasBeenSet =
true; m_queryId = std::forward<QueryIdT>(value); }
69 template<
typename QueryIdT = Aws::String>
75 bool m_nextTokenHasBeenSet =
false;
78 bool m_pageSizeHasBeenSet =
false;
81 bool m_queryIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String