7#include <aws/swf/SWF_EXPORTS.h>
8#include <aws/swf/SWFRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/swf/model/WorkflowExecution.h>
44 template<
typename DomainT = Aws::String>
45 void SetDomain(DomainT&& value) { m_domainHasBeenSet =
true; m_domain = std::forward<DomainT>(value); }
46 template<
typename DomainT = Aws::String>
56 template<
typename ExecutionT = WorkflowExecution>
57 void SetExecution(ExecutionT&& value) { m_executionHasBeenSet =
true; m_execution = std::forward<ExecutionT>(value); }
58 template<
typename ExecutionT = WorkflowExecution>
64 bool m_domainHasBeenSet =
false;
67 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