7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/awstransfer/model/DescribedExecution.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename WorkflowIdT = Aws::String>
42 void SetWorkflowId(WorkflowIdT&& value) { m_workflowIdHasBeenSet =
true; m_workflowId = std::forward<WorkflowIdT>(value); }
43 template<
typename WorkflowIdT = Aws::String>
52 template<
typename ExecutionT = DescribedExecution>
53 void SetExecution(ExecutionT&& value) { m_executionHasBeenSet =
true; m_execution = std::forward<ExecutionT>(value); }
54 template<
typename ExecutionT = DescribedExecution>
61 template<
typename RequestIdT = Aws::String>
62 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
63 template<
typename RequestIdT = Aws::String>
69 bool m_workflowIdHasBeenSet =
false;
72 bool m_executionHasBeenSet =
false;
75 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)
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