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/ChildPolicy.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 WorkflowIdT = Aws::String>
57 void SetWorkflowId(WorkflowIdT&& value) { m_workflowIdHasBeenSet =
true; m_workflowId = std::forward<WorkflowIdT>(value); }
58 template<
typename WorkflowIdT = Aws::String>
68 template<
typename RunIdT = Aws::String>
69 void SetRunId(RunIdT&& value) { m_runIdHasBeenSet =
true; m_runId = std::forward<RunIdT>(value); }
70 template<
typename RunIdT = Aws::String>
80 template<
typename ReasonT = Aws::String>
81 void SetReason(ReasonT&& value) { m_reasonHasBeenSet =
true; m_reason = std::forward<ReasonT>(value); }
82 template<
typename ReasonT = Aws::String>
92 template<
typename DetailsT = Aws::String>
93 void SetDetails(DetailsT&& value) { m_detailsHasBeenSet =
true; m_details = std::forward<DetailsT>(value); }
94 template<
typename DetailsT = Aws::String>
123 bool m_domainHasBeenSet =
false;
126 bool m_workflowIdHasBeenSet =
false;
129 bool m_runIdHasBeenSet =
false;
132 bool m_reasonHasBeenSet =
false;
135 bool m_detailsHasBeenSet =
false;
138 bool m_childPolicyHasBeenSet =
false;
void SetChildPolicy(ChildPolicy value)
AWS_SWF_API Aws::String SerializePayload() const override
bool DomainHasBeenSet() const
bool ChildPolicyHasBeenSet() const
AWS_SWF_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetRunId(RunIdT &&value)
void SetWorkflowId(WorkflowIdT &&value)
void SetDomain(DomainT &&value)
bool DetailsHasBeenSet() const
const Aws::String & GetDetails() const
void SetReason(ReasonT &&value)
const Aws::String & GetReason() const
TerminateWorkflowExecutionRequest & WithReason(ReasonT &&value)
const Aws::String & GetRunId() const
void SetDetails(DetailsT &&value)
TerminateWorkflowExecutionRequest & WithRunId(RunIdT &&value)
bool ReasonHasBeenSet() const
TerminateWorkflowExecutionRequest & WithChildPolicy(ChildPolicy value)
TerminateWorkflowExecutionRequest & WithWorkflowId(WorkflowIdT &&value)
bool WorkflowIdHasBeenSet() const
bool RunIdHasBeenSet() const
const Aws::String & GetDomain() const
TerminateWorkflowExecutionRequest & WithDomain(DomainT &&value)
TerminateWorkflowExecutionRequest & WithDetails(DetailsT &&value)
virtual const char * GetServiceRequestName() const override
ChildPolicy GetChildPolicy() const
AWS_SWF_API TerminateWorkflowExecutionRequest()=default
const Aws::String & GetWorkflowId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String