AWS SDK for C++

AWS SDK for C++ Version 1.11.746

Loading...
Searching...
No Matches
SessionStatistics.h
1
6#pragma once
7#include <aws/athena/Athena_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace Athena {
17namespace Model {
18
25 public:
26 AWS_ATHENA_API SessionStatistics() = default;
29 AWS_ATHENA_API Aws::Utils::Json::JsonValue Jsonize() const;
30
32
35 inline long long GetDpuExecutionInMillis() const { return m_dpuExecutionInMillis; }
36 inline bool DpuExecutionInMillisHasBeenSet() const { return m_dpuExecutionInMillisHasBeenSet; }
37 inline void SetDpuExecutionInMillis(long long value) {
38 m_dpuExecutionInMillisHasBeenSet = true;
39 m_dpuExecutionInMillis = value;
40 }
43 return *this;
44 }
46 private:
47 long long m_dpuExecutionInMillis{0};
48 bool m_dpuExecutionInMillisHasBeenSet = false;
49};
50
51} // namespace Model
52} // namespace Athena
53} // namespace Aws
AWS_ATHENA_API SessionStatistics & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDpuExecutionInMillis(long long value)
AWS_ATHENA_API SessionStatistics()=default
AWS_ATHENA_API SessionStatistics(Aws::Utils::Json::JsonView jsonValue)
AWS_ATHENA_API Aws::Utils::Json::JsonValue Jsonize() const
SessionStatistics & WithDpuExecutionInMillis(long long value)
Aws::Utils::Json::JsonValue JsonValue