7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/awstransfer/model/DescribedExecution.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename WorkflowIdT = Aws::String>
38 m_workflowIdHasBeenSet =
true;
39 m_workflowId = std::forward<WorkflowIdT>(value);
41 template <
typename WorkflowIdT = Aws::String>
53 template <
typename ExecutionT = DescribedExecution>
55 m_executionHasBeenSet =
true;
56 m_execution = std::forward<ExecutionT>(value);
58 template <
typename ExecutionT = DescribedExecution>
68 template <
typename RequestIdT = Aws::String>
70 m_requestIdHasBeenSet =
true;
71 m_requestId = std::forward<RequestIdT>(value);
73 template <
typename RequestIdT = Aws::String>
88 bool m_workflowIdHasBeenSet =
false;
89 bool m_executionHasBeenSet =
false;
90 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
const DescribedExecution & GetExecution() const
AWS_TRANSFER_API DescribeExecutionResult()=default
DescribeExecutionResult & WithRequestId(RequestIdT &&value)
void SetWorkflowId(WorkflowIdT &&value)
const Aws::String & GetWorkflowId() const
DescribeExecutionResult & WithExecution(ExecutionT &&value)
AWS_TRANSFER_API DescribeExecutionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeExecutionResult & WithWorkflowId(WorkflowIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
void SetExecution(ExecutionT &&value)
AWS_TRANSFER_API DescribeExecutionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue