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/ChildPolicy.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 WorkflowIdT = Aws::String>
60 m_workflowIdHasBeenSet =
true;
61 m_workflowId = std::forward<WorkflowIdT>(value);
63 template <
typename WorkflowIdT = Aws::String>
76 template <
typename RunIdT = Aws::String>
78 m_runIdHasBeenSet =
true;
79 m_runId = std::forward<RunIdT>(value);
81 template <
typename RunIdT = Aws::String>
83 SetRunId(std::forward<RunIdT>(value));
94 template <
typename ReasonT = Aws::String>
96 m_reasonHasBeenSet =
true;
97 m_reason = std::forward<ReasonT>(value);
99 template <
typename ReasonT = Aws::String>
112 template <
typename DetailsT = Aws::String>
114 m_detailsHasBeenSet =
true;
115 m_details = std::forward<DetailsT>(value);
117 template <
typename DetailsT = Aws::String>
144 m_childPolicyHasBeenSet =
true;
145 m_childPolicy = value;
164 bool m_domainHasBeenSet =
false;
165 bool m_workflowIdHasBeenSet =
false;
166 bool m_runIdHasBeenSet =
false;
167 bool m_reasonHasBeenSet =
false;
168 bool m_detailsHasBeenSet =
false;
169 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