7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/swf/SWF_EXPORTS.h>
10#include <aws/swf/model/WorkflowExecutionConfiguration.h>
11#include <aws/swf/model/WorkflowExecutionInfo.h>
12#include <aws/swf/model/WorkflowExecutionOpenCounts.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
43 template <
typename ExecutionInfoT = WorkflowExecutionInfo>
45 m_executionInfoHasBeenSet =
true;
46 m_executionInfo = std::forward<ExecutionInfoT>(value);
48 template <
typename ExecutionInfoT = WorkflowExecutionInfo>
61 template <
typename ExecutionConfigurationT = WorkflowExecutionConfiguration>
63 m_executionConfigurationHasBeenSet =
true;
64 m_executionConfiguration = std::forward<ExecutionConfigurationT>(value);
66 template <
typename ExecutionConfigurationT = WorkflowExecutionConfiguration>
79 template <
typename OpenCountsT = WorkflowExecutionOpenCounts>
81 m_openCountsHasBeenSet =
true;
82 m_openCounts = std::forward<OpenCountsT>(value);
84 template <
typename OpenCountsT = WorkflowExecutionOpenCounts>
99 template <
typename LatestActivityTaskTimestampT = Aws::Utils::DateTime>
101 m_latestActivityTaskTimestampHasBeenSet =
true;
102 m_latestActivityTaskTimestamp = std::forward<LatestActivityTaskTimestampT>(value);
104 template <
typename LatestActivityTaskTimestampT = Aws::Utils::DateTime>
118 template <
typename LatestExecutionContextT = Aws::String>
120 m_latestExecutionContextHasBeenSet =
true;
121 m_latestExecutionContext = std::forward<LatestExecutionContextT>(value);
123 template <
typename LatestExecutionContextT = Aws::String>
133 template <
typename RequestIdT = Aws::String>
135 m_requestIdHasBeenSet =
true;
136 m_requestId = std::forward<RequestIdT>(value);
138 template <
typename RequestIdT = Aws::String>
156 bool m_executionInfoHasBeenSet =
false;
157 bool m_executionConfigurationHasBeenSet =
false;
158 bool m_openCountsHasBeenSet =
false;
159 bool m_latestActivityTaskTimestampHasBeenSet =
false;
160 bool m_latestExecutionContextHasBeenSet =
false;
161 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)
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