7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/ExecutionStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
58 template<
typename ColumnStatisticsTaskRunIdT = Aws::String>
59 void SetColumnStatisticsTaskRunId(ColumnStatisticsTaskRunIdT&& value) { m_columnStatisticsTaskRunIdHasBeenSet =
true; m_columnStatisticsTaskRunId = std::forward<ColumnStatisticsTaskRunIdT>(value); }
60 template<
typename ColumnStatisticsTaskRunIdT = Aws::String>
70 template<
typename ExecutionTimestampT = Aws::Utils::DateTime>
71 void SetExecutionTimestamp(ExecutionTimestampT&& value) { m_executionTimestampHasBeenSet =
true; m_executionTimestamp = std::forward<ExecutionTimestampT>(value); }
72 template<
typename ExecutionTimestampT = Aws::Utils::DateTime>
82 template<
typename ErrorMessageT = Aws::String>
83 void SetErrorMessage(ErrorMessageT&& value) { m_errorMessageHasBeenSet =
true; m_errorMessage = std::forward<ErrorMessageT>(value); }
84 template<
typename ErrorMessageT = Aws::String>
90 bool m_statusHasBeenSet =
false;
93 bool m_columnStatisticsTaskRunIdHasBeenSet =
false;
96 bool m_executionTimestampHasBeenSet =
false;
99 bool m_errorMessageHasBeenSet =
false;
const Aws::String & GetColumnStatisticsTaskRunId() const
void SetExecutionTimestamp(ExecutionTimestampT &&value)
ExecutionAttempt & WithErrorMessage(ErrorMessageT &&value)
const Aws::String & GetErrorMessage() const
AWS_GLUE_API ExecutionAttempt()=default
void SetStatus(ExecutionStatus value)
void SetErrorMessage(ErrorMessageT &&value)
const Aws::Utils::DateTime & GetExecutionTimestamp() const
bool ErrorMessageHasBeenSet() const
AWS_GLUE_API ExecutionAttempt(Aws::Utils::Json::JsonView jsonValue)
bool ColumnStatisticsTaskRunIdHasBeenSet() const
AWS_GLUE_API ExecutionAttempt & operator=(Aws::Utils::Json::JsonView jsonValue)
ExecutionAttempt & WithColumnStatisticsTaskRunId(ColumnStatisticsTaskRunIdT &&value)
bool ExecutionTimestampHasBeenSet() const
void SetColumnStatisticsTaskRunId(ColumnStatisticsTaskRunIdT &&value)
ExecutionAttempt & WithExecutionTimestamp(ExecutionTimestampT &&value)
ExecutionAttempt & WithStatus(ExecutionStatus value)
ExecutionStatus GetStatus() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool StatusHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue