7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/TaskStatusType.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename TransformIdT = Aws::String>
42 void SetTransformId(TransformIdT&& value) { m_transformIdHasBeenSet =
true; m_transformId = std::forward<TransformIdT>(value); }
43 template<
typename TransformIdT = Aws::String>
52 template<
typename TaskRunIdT = Aws::String>
53 void SetTaskRunId(TaskRunIdT&& value) { m_taskRunIdHasBeenSet =
true; m_taskRunId = std::forward<TaskRunIdT>(value); }
54 template<
typename TaskRunIdT = Aws::String>
70 template<
typename RequestIdT = Aws::String>
71 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
72 template<
typename RequestIdT = Aws::String>
78 bool m_transformIdHasBeenSet =
false;
81 bool m_taskRunIdHasBeenSet =
false;
84 bool m_statusHasBeenSet =
false;
87 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetTransformId() const
CancelMLTaskRunResult & WithTaskRunId(TaskRunIdT &&value)
void SetTaskRunId(TaskRunIdT &&value)
AWS_GLUE_API CancelMLTaskRunResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GLUE_API CancelMLTaskRunResult()=default
const Aws::String & GetTaskRunId() const
void SetTransformId(TransformIdT &&value)
const Aws::String & GetRequestId() const
CancelMLTaskRunResult & WithStatus(TaskStatusType value)
AWS_GLUE_API CancelMLTaskRunResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CancelMLTaskRunResult & WithTransformId(TransformIdT &&value)
void SetStatus(TaskStatusType value)
void SetRequestId(RequestIdT &&value)
TaskStatusType GetStatus() const
CancelMLTaskRunResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue