7#include <aws/swf/SWF_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename WorkflowIdT = Aws::String>
47 void SetWorkflowId(WorkflowIdT&& value) { m_workflowIdHasBeenSet =
true; m_workflowId = std::forward<WorkflowIdT>(value); }
48 template<
typename WorkflowIdT = Aws::String>
58 template<
typename RunIdT = Aws::String>
59 void SetRunId(RunIdT&& value) { m_runIdHasBeenSet =
true; m_runId = std::forward<RunIdT>(value); }
60 template<
typename RunIdT = Aws::String>
66 bool m_workflowIdHasBeenSet =
false;
69 bool m_runIdHasBeenSet =
false;
AWS_SWF_API WorkflowExecution & operator=(Aws::Utils::Json::JsonView jsonValue)
WorkflowExecution & WithRunId(RunIdT &&value)
void SetWorkflowId(WorkflowIdT &&value)
const Aws::String & GetRunId() const
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
bool WorkflowIdHasBeenSet() const
AWS_SWF_API WorkflowExecution()=default
WorkflowExecution & WithWorkflowId(WorkflowIdT &&value)
bool RunIdHasBeenSet() const
AWS_SWF_API WorkflowExecution(Aws::Utils::Json::JsonView jsonValue)
void SetRunId(RunIdT &&value)
const Aws::String & GetWorkflowId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue