7#include <aws/swf/SWF_EXPORTS.h>
8#include <aws/swf/SWFRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename DomainT = Aws::String>
44 void SetDomain(DomainT&& value) { m_domainHasBeenSet =
true; m_domain = std::forward<DomainT>(value); }
45 template<
typename DomainT = Aws::String>
55 template<
typename WorkflowIdT = Aws::String>
56 void SetWorkflowId(WorkflowIdT&& value) { m_workflowIdHasBeenSet =
true; m_workflowId = std::forward<WorkflowIdT>(value); }
57 template<
typename WorkflowIdT = Aws::String>
67 template<
typename RunIdT = Aws::String>
68 void SetRunId(RunIdT&& value) { m_runIdHasBeenSet =
true; m_runId = std::forward<RunIdT>(value); }
69 template<
typename RunIdT = Aws::String>
75 bool m_domainHasBeenSet =
false;
78 bool m_workflowIdHasBeenSet =
false;
81 bool m_runIdHasBeenSet =
false;
const Aws::String & GetWorkflowId() const
void SetRunId(RunIdT &&value)
void SetDomain(DomainT &&value)
RequestCancelWorkflowExecutionRequest & WithWorkflowId(WorkflowIdT &&value)
const Aws::String & GetDomain() const
AWS_SWF_API RequestCancelWorkflowExecutionRequest()=default
void SetWorkflowId(WorkflowIdT &&value)
bool WorkflowIdHasBeenSet() const
RequestCancelWorkflowExecutionRequest & WithRunId(RunIdT &&value)
bool RunIdHasBeenSet() const
bool DomainHasBeenSet() const
RequestCancelWorkflowExecutionRequest & WithDomain(DomainT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetRunId() const
AWS_SWF_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_SWF_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String