7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/swf/SWF_EXPORTS.h>
40 template <
typename WorkflowIdT = Aws::String>
42 m_workflowIdHasBeenSet =
true;
43 m_workflowId = std::forward<WorkflowIdT>(value);
45 template <
typename WorkflowIdT = Aws::String>
58 template <
typename RunIdT = Aws::String>
60 m_runIdHasBeenSet =
true;
61 m_runId = std::forward<RunIdT>(value);
63 template <
typename RunIdT = Aws::String>
65 SetRunId(std::forward<RunIdT>(value));
73 bool m_workflowIdHasBeenSet =
false;
74 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