7#include <aws/swf/SWF_EXPORTS.h>
8#include <aws/swf/model/WorkflowExecutionInfo.h>
9#include <aws/swf/model/WorkflowExecutionConfiguration.h>
10#include <aws/swf/model/WorkflowExecutionOpenCounts.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
49 template<
typename ExecutionInfoT = WorkflowExecutionInfo>
50 void SetExecutionInfo(ExecutionInfoT&& value) { m_executionInfoHasBeenSet =
true; m_executionInfo = std::forward<ExecutionInfoT>(value); }
51 template<
typename ExecutionInfoT = WorkflowExecutionInfo>
61 template<
typename ExecutionConfigurationT = WorkflowExecutionConfiguration>
62 void SetExecutionConfiguration(ExecutionConfigurationT&& value) { m_executionConfigurationHasBeenSet =
true; m_executionConfiguration = std::forward<ExecutionConfigurationT>(value); }
63 template<
typename ExecutionConfigurationT = WorkflowExecutionConfiguration>
73 template<
typename OpenCountsT = WorkflowExecutionOpenCounts>
74 void SetOpenCounts(OpenCountsT&& value) { m_openCountsHasBeenSet =
true; m_openCounts = std::forward<OpenCountsT>(value); }
75 template<
typename OpenCountsT = WorkflowExecutionOpenCounts>
87 template<
typename LatestActivityTaskTimestampT = Aws::Utils::DateTime>
88 void SetLatestActivityTaskTimestamp(LatestActivityTaskTimestampT&& value) { m_latestActivityTaskTimestampHasBeenSet =
true; m_latestActivityTaskTimestamp = std::forward<LatestActivityTaskTimestampT>(value); }
89 template<
typename LatestActivityTaskTimestampT = Aws::Utils::DateTime>
100 template<
typename LatestExecutionContextT = Aws::String>
101 void SetLatestExecutionContext(LatestExecutionContextT&& value) { m_latestExecutionContextHasBeenSet =
true; m_latestExecutionContext = std::forward<LatestExecutionContextT>(value); }
102 template<
typename LatestExecutionContextT = Aws::String>
109 template<
typename RequestIdT = Aws::String>
110 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
111 template<
typename RequestIdT = Aws::String>
117 bool m_executionInfoHasBeenSet =
false;
120 bool m_executionConfigurationHasBeenSet =
false;
123 bool m_openCountsHasBeenSet =
false;
126 bool m_latestActivityTaskTimestampHasBeenSet =
false;
129 bool m_latestExecutionContextHasBeenSet =
false;
132 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