7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/athena/model/EngineConfiguration.h>
9#include <aws/athena/model/MonitoringConfiguration.h>
10#include <aws/athena/model/SessionConfiguration.h>
11#include <aws/athena/model/SessionStatistics.h>
12#include <aws/athena/model/SessionStatus.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename SessionIdT = Aws::String>
41 m_sessionIdHasBeenSet =
true;
42 m_sessionId = std::forward<SessionIdT>(value);
44 template <
typename SessionIdT = Aws::String>
56 template <
typename DescriptionT = Aws::String>
58 m_descriptionHasBeenSet =
true;
59 m_description = std::forward<DescriptionT>(value);
61 template <
typename DescriptionT = Aws::String>
73 template <
typename WorkGroupT = Aws::String>
75 m_workGroupHasBeenSet =
true;
76 m_workGroup = std::forward<WorkGroupT>(value);
78 template <
typename WorkGroupT = Aws::String>
92 template <
typename EngineVersionT = Aws::String>
94 m_engineVersionHasBeenSet =
true;
95 m_engineVersion = std::forward<EngineVersionT>(value);
97 template <
typename EngineVersionT = Aws::String>
109 template <
typename EngineConfigurationT = EngineConfiguration>
111 m_engineConfigurationHasBeenSet =
true;
112 m_engineConfiguration = std::forward<EngineConfigurationT>(value);
114 template <
typename EngineConfigurationT = EngineConfiguration>
126 template <
typename NotebookVersionT = Aws::String>
128 m_notebookVersionHasBeenSet =
true;
129 m_notebookVersion = std::forward<NotebookVersionT>(value);
131 template <
typename NotebookVersionT = Aws::String>
141 template <
typename MonitoringConfigurationT = MonitoringConfiguration>
143 m_monitoringConfigurationHasBeenSet =
true;
144 m_monitoringConfiguration = std::forward<MonitoringConfigurationT>(value);
146 template <
typename MonitoringConfigurationT = MonitoringConfiguration>
158 template <
typename SessionConfigurationT = SessionConfiguration>
160 m_sessionConfigurationHasBeenSet =
true;
161 m_sessionConfiguration = std::forward<SessionConfigurationT>(value);
163 template <
typename SessionConfigurationT = SessionConfiguration>
175 template <
typename StatusT = SessionStatus>
177 m_statusHasBeenSet =
true;
178 m_status = std::forward<StatusT>(value);
180 template <
typename StatusT = SessionStatus>
192 template <
typename StatisticsT = SessionStatistics>
194 m_statisticsHasBeenSet =
true;
195 m_statistics = std::forward<StatisticsT>(value);
197 template <
typename StatisticsT = SessionStatistics>
207 template <
typename RequestIdT = Aws::String>
209 m_requestIdHasBeenSet =
true;
210 m_requestId = std::forward<RequestIdT>(value);
212 template <
typename RequestIdT = Aws::String>
240 bool m_sessionIdHasBeenSet =
false;
241 bool m_descriptionHasBeenSet =
false;
242 bool m_workGroupHasBeenSet =
false;
243 bool m_engineVersionHasBeenSet =
false;
244 bool m_engineConfigurationHasBeenSet =
false;
245 bool m_notebookVersionHasBeenSet =
false;
246 bool m_monitoringConfigurationHasBeenSet =
false;
247 bool m_sessionConfigurationHasBeenSet =
false;
248 bool m_statusHasBeenSet =
false;
249 bool m_statisticsHasBeenSet =
false;
250 bool m_requestIdHasBeenSet =
false;
const SessionStatus & GetStatus() const
GetSessionResult & WithSessionId(SessionIdT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetRequestId() const
GetSessionResult & WithDescription(DescriptionT &&value)
GetSessionResult & WithEngineConfiguration(EngineConfigurationT &&value)
GetSessionResult & WithStatus(StatusT &&value)
GetSessionResult & WithWorkGroup(WorkGroupT &&value)
void SetEngineConfiguration(EngineConfigurationT &&value)
AWS_ATHENA_API GetSessionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNotebookVersion(NotebookVersionT &&value)
GetSessionResult & WithSessionConfiguration(SessionConfigurationT &&value)
void SetStatistics(StatisticsT &&value)
void SetEngineVersion(EngineVersionT &&value)
const SessionConfiguration & GetSessionConfiguration() const
const MonitoringConfiguration & GetMonitoringConfiguration() const
void SetSessionConfiguration(SessionConfigurationT &&value)
GetSessionResult & WithNotebookVersion(NotebookVersionT &&value)
GetSessionResult & WithStatistics(StatisticsT &&value)
GetSessionResult & WithRequestId(RequestIdT &&value)
const SessionStatistics & GetStatistics() const
const Aws::String & GetWorkGroup() const
AWS_ATHENA_API GetSessionResult()=default
void SetStatus(StatusT &&value)
GetSessionResult & WithMonitoringConfiguration(MonitoringConfigurationT &&value)
AWS_ATHENA_API GetSessionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetSessionId(SessionIdT &&value)
void SetMonitoringConfiguration(MonitoringConfigurationT &&value)
GetSessionResult & WithEngineVersion(EngineVersionT &&value)
const EngineConfiguration & GetEngineConfiguration() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetEngineVersion() const
void SetWorkGroup(WorkGroupT &&value)
const Aws::String & GetSessionId() const
const Aws::String & GetNotebookVersion() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue