7#include <aws/lakeformation/LakeFormation_EXPORTS.h>
8#include <aws/lakeformation/model/ExecutionStatistics.h>
9#include <aws/lakeformation/model/PlanningStatistics.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace LakeFormation
44 template<
typename ExecutionStatisticsT = ExecutionStatistics>
45 void SetExecutionStatistics(ExecutionStatisticsT&& value) { m_executionStatisticsHasBeenSet =
true; m_executionStatistics = std::forward<ExecutionStatisticsT>(value); }
46 template<
typename ExecutionStatisticsT = ExecutionStatistics>
56 template<
typename PlanningStatisticsT = PlanningStatistics>
57 void SetPlanningStatistics(PlanningStatisticsT&& value) { m_planningStatisticsHasBeenSet =
true; m_planningStatistics = std::forward<PlanningStatisticsT>(value); }
58 template<
typename PlanningStatisticsT = PlanningStatistics>
67 template<
typename QuerySubmissionTimeT = Aws::Utils::DateTime>
68 void SetQuerySubmissionTime(QuerySubmissionTimeT&& value) { m_querySubmissionTimeHasBeenSet =
true; m_querySubmissionTime = std::forward<QuerySubmissionTimeT>(value); }
69 template<
typename QuerySubmissionTimeT = Aws::Utils::DateTime>
76 template<
typename RequestIdT = Aws::String>
77 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
78 template<
typename RequestIdT = Aws::String>
84 bool m_executionStatisticsHasBeenSet =
false;
87 bool m_planningStatisticsHasBeenSet =
false;
90 bool m_querySubmissionTimeHasBeenSet =
false;
93 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue