7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/swf/SWF_EXPORTS.h>
11#include <aws/swf/model/WorkflowExecutionConfiguration.h>
12#include <aws/swf/model/WorkflowExecutionInfo.h>
13#include <aws/swf/model/WorkflowExecutionOpenCounts.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
44 template <
typename ExecutionInfoT = WorkflowExecutionInfo>
46 m_executionInfoHasBeenSet =
true;
47 m_executionInfo = std::forward<ExecutionInfoT>(value);
49 template <
typename ExecutionInfoT = WorkflowExecutionInfo>
62 template <
typename ExecutionConfigurationT = WorkflowExecutionConfiguration>
64 m_executionConfigurationHasBeenSet =
true;
65 m_executionConfiguration = std::forward<ExecutionConfigurationT>(value);
67 template <
typename ExecutionConfigurationT = WorkflowExecutionConfiguration>
80 template <
typename OpenCountsT = WorkflowExecutionOpenCounts>
82 m_openCountsHasBeenSet =
true;
83 m_openCounts = std::forward<OpenCountsT>(value);
85 template <
typename OpenCountsT = WorkflowExecutionOpenCounts>
100 template <
typename LatestActivityTaskTimestampT = Aws::Utils::DateTime>
102 m_latestActivityTaskTimestampHasBeenSet =
true;
103 m_latestActivityTaskTimestamp = std::forward<LatestActivityTaskTimestampT>(value);
105 template <
typename LatestActivityTaskTimestampT = Aws::Utils::DateTime>
119 template <
typename LatestExecutionContextT = Aws::String>
121 m_latestExecutionContextHasBeenSet =
true;
122 m_latestExecutionContext = std::forward<LatestExecutionContextT>(value);
124 template <
typename LatestExecutionContextT = Aws::String>
134 template <
typename RequestIdT = Aws::String>
136 m_requestIdHasBeenSet =
true;
137 m_requestId = std::forward<RequestIdT>(value);
139 template <
typename RequestIdT = Aws::String>
160 bool m_executionInfoHasBeenSet =
false;
161 bool m_executionConfigurationHasBeenSet =
false;
162 bool m_openCountsHasBeenSet =
false;
163 bool m_latestActivityTaskTimestampHasBeenSet =
false;
164 bool m_latestExecutionContextHasBeenSet =
false;
165 bool m_requestIdHasBeenSet =
false;
DescribeWorkflowExecutionResult & WithExecutionConfiguration(ExecutionConfigurationT &&value)
const Aws::Utils::DateTime & GetLatestActivityTaskTimestamp() const
void SetLatestExecutionContext(LatestExecutionContextT &&value)
const WorkflowExecutionInfo & GetExecutionInfo() const
void SetLatestActivityTaskTimestamp(LatestActivityTaskTimestampT &&value)
AWS_SWF_API DescribeWorkflowExecutionResult()=default
DescribeWorkflowExecutionResult & WithRequestId(RequestIdT &&value)
void SetExecutionConfiguration(ExecutionConfigurationT &&value)
DescribeWorkflowExecutionResult & WithOpenCounts(OpenCountsT &&value)
DescribeWorkflowExecutionResult & WithExecutionInfo(ExecutionInfoT &&value)
void SetExecutionInfo(ExecutionInfoT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const WorkflowExecutionOpenCounts & GetOpenCounts() const
const Aws::String & GetRequestId() const
DescribeWorkflowExecutionResult & WithLatestActivityTaskTimestamp(LatestActivityTaskTimestampT &&value)
void SetRequestId(RequestIdT &&value)
AWS_SWF_API DescribeWorkflowExecutionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const WorkflowExecutionConfiguration & GetExecutionConfiguration() const
void SetOpenCounts(OpenCountsT &&value)
const Aws::String & GetLatestExecutionContext() const
AWS_SWF_API DescribeWorkflowExecutionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeWorkflowExecutionResult & WithLatestExecutionContext(LatestExecutionContextT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue