7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/ExecutionStatus.h>
43 m_statusHasBeenSet =
true;
58 template <
typename ColumnStatisticsTaskRunIdT = Aws::String>
60 m_columnStatisticsTaskRunIdHasBeenSet =
true;
61 m_columnStatisticsTaskRunId = std::forward<ColumnStatisticsTaskRunIdT>(value);
63 template <
typename ColumnStatisticsTaskRunIdT = Aws::String>
76 template <
typename ExecutionTimestampT = Aws::Utils::DateTime>
78 m_executionTimestampHasBeenSet =
true;
79 m_executionTimestamp = std::forward<ExecutionTimestampT>(value);
81 template <
typename ExecutionTimestampT = Aws::Utils::DateTime>
94 template <
typename ErrorMessageT = Aws::String>
96 m_errorMessageHasBeenSet =
true;
97 m_errorMessage = std::forward<ErrorMessageT>(value);
99 template <
typename ErrorMessageT = Aws::String>
113 bool m_statusHasBeenSet =
false;
114 bool m_columnStatisticsTaskRunIdHasBeenSet =
false;
115 bool m_executionTimestampHasBeenSet =
false;
116 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