7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetDpuExecutionInMillis(
long long value) { m_dpuExecutionInMillisHasBeenSet =
true; m_dpuExecutionInMillis = value; }
57 template<
typename ProgressT = Aws::String>
58 void SetProgress(ProgressT&& value) { m_progressHasBeenSet =
true; m_progress = std::forward<ProgressT>(value); }
59 template<
typename ProgressT = Aws::String>
64 long long m_dpuExecutionInMillis{0};
65 bool m_dpuExecutionInMillisHasBeenSet =
false;
68 bool m_progressHasBeenSet =
false;
void SetProgress(ProgressT &&value)
CalculationStatistics & WithDpuExecutionInMillis(long long value)
bool DpuExecutionInMillisHasBeenSet() const
AWS_ATHENA_API Aws::Utils::Json::JsonValue Jsonize() const
long long GetDpuExecutionInMillis() const
AWS_ATHENA_API CalculationStatistics & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetProgress() const
bool ProgressHasBeenSet() const
AWS_ATHENA_API CalculationStatistics()=default
AWS_ATHENA_API CalculationStatistics(Aws::Utils::Json::JsonView jsonValue)
void SetDpuExecutionInMillis(long long value)
CalculationStatistics & WithProgress(ProgressT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue