7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename WorkflowIdT = Aws::String>
52 void SetWorkflowId(WorkflowIdT&& value) { m_workflowIdHasBeenSet =
true; m_workflowId = std::forward<WorkflowIdT>(value); }
53 template<
typename WorkflowIdT = Aws::String>
65 template<
typename ExecutionRoleT = Aws::String>
66 void SetExecutionRole(ExecutionRoleT&& value) { m_executionRoleHasBeenSet =
true; m_executionRole = std::forward<ExecutionRoleT>(value); }
67 template<
typename ExecutionRoleT = Aws::String>
73 bool m_workflowIdHasBeenSet =
false;
76 bool m_executionRoleHasBeenSet =
false;
void SetWorkflowId(WorkflowIdT &&value)
WorkflowDetail & WithWorkflowId(WorkflowIdT &&value)
AWS_TRANSFER_API WorkflowDetail(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
bool ExecutionRoleHasBeenSet() const
AWS_TRANSFER_API WorkflowDetail()=default
const Aws::String & GetExecutionRole() const
void SetExecutionRole(ExecutionRoleT &&value)
WorkflowDetail & WithExecutionRole(ExecutionRoleT &&value)
const Aws::String & GetWorkflowId() const
bool WorkflowIdHasBeenSet() const
AWS_TRANSFER_API WorkflowDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue