7#include <aws/lakeformation/LakeFormation_EXPORTS.h>
8#include <aws/lakeformation/LakeFormationRequest.h>
9#include <aws/lakeformation/model/QueryPlanningContext.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace LakeFormation
42 template<
typename QueryPlanningContextT = QueryPlanningContext>
43 void SetQueryPlanningContext(QueryPlanningContextT&& value) { m_queryPlanningContextHasBeenSet =
true; m_queryPlanningContext = std::forward<QueryPlanningContextT>(value); }
44 template<
typename QueryPlanningContextT = QueryPlanningContext>
54 template<
typename QueryStringT = Aws::String>
55 void SetQueryString(QueryStringT&& value) { m_queryStringHasBeenSet =
true; m_queryString = std::forward<QueryStringT>(value); }
56 template<
typename QueryStringT = Aws::String>
62 bool m_queryPlanningContextHasBeenSet =
false;
65 bool m_queryStringHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String