7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/swf/SWFRequest.h>
9#include <aws/swf/SWF_EXPORTS.h>
10#include <aws/swf/model/WorkflowExecution.h>
40 template <
typename DomainT = Aws::String>
42 m_domainHasBeenSet =
true;
43 m_domain = std::forward<DomainT>(value);
45 template <
typename DomainT = Aws::String>
58 template <
typename ExecutionT = WorkflowExecution>
60 m_executionHasBeenSet =
true;
61 m_execution = std::forward<ExecutionT>(value);
63 template <
typename ExecutionT = WorkflowExecution>
73 bool m_domainHasBeenSet =
false;
74 bool m_executionHasBeenSet =
false;
bool DomainHasBeenSet() const
AWS_SWF_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeWorkflowExecutionRequest & WithExecution(ExecutionT &&value)
virtual const char * GetServiceRequestName() const override
DescribeWorkflowExecutionRequest & WithDomain(DomainT &&value)
void SetExecution(ExecutionT &&value)
AWS_SWF_API Aws::String SerializePayload() const override
bool ExecutionHasBeenSet() const
AWS_SWF_API DescribeWorkflowExecutionRequest()=default
const Aws::String & GetDomain() const
const WorkflowExecution & GetExecution() const
void SetDomain(DomainT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String