AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
WorkflowDetail.h
1
6#pragma once
7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace Transfer
22{
23namespace Model
24{
25
37 {
38 public:
39 AWS_TRANSFER_API WorkflowDetail();
40 AWS_TRANSFER_API WorkflowDetail(Aws::Utils::Json::JsonView jsonValue);
42 AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const;
43
44
46
49 inline const Aws::String& GetWorkflowId() const{ return m_workflowId; }
50 inline bool WorkflowIdHasBeenSet() const { return m_workflowIdHasBeenSet; }
51 inline void SetWorkflowId(const Aws::String& value) { m_workflowIdHasBeenSet = true; m_workflowId = value; }
52 inline void SetWorkflowId(Aws::String&& value) { m_workflowIdHasBeenSet = true; m_workflowId = std::move(value); }
53 inline void SetWorkflowId(const char* value) { m_workflowIdHasBeenSet = true; m_workflowId.assign(value); }
54 inline WorkflowDetail& WithWorkflowId(const Aws::String& value) { SetWorkflowId(value); return *this;}
55 inline WorkflowDetail& WithWorkflowId(Aws::String&& value) { SetWorkflowId(std::move(value)); return *this;}
56 inline WorkflowDetail& WithWorkflowId(const char* value) { SetWorkflowId(value); return *this;}
58
60
65 inline const Aws::String& GetExecutionRole() const{ return m_executionRole; }
66 inline bool ExecutionRoleHasBeenSet() const { return m_executionRoleHasBeenSet; }
67 inline void SetExecutionRole(const Aws::String& value) { m_executionRoleHasBeenSet = true; m_executionRole = value; }
68 inline void SetExecutionRole(Aws::String&& value) { m_executionRoleHasBeenSet = true; m_executionRole = std::move(value); }
69 inline void SetExecutionRole(const char* value) { m_executionRoleHasBeenSet = true; m_executionRole.assign(value); }
70 inline WorkflowDetail& WithExecutionRole(const Aws::String& value) { SetExecutionRole(value); return *this;}
71 inline WorkflowDetail& WithExecutionRole(Aws::String&& value) { SetExecutionRole(std::move(value)); return *this;}
72 inline WorkflowDetail& WithExecutionRole(const char* value) { SetExecutionRole(value); return *this;}
74 private:
75
76 Aws::String m_workflowId;
77 bool m_workflowIdHasBeenSet = false;
78
79 Aws::String m_executionRole;
80 bool m_executionRoleHasBeenSet = false;
81 };
82
83} // namespace Model
84} // namespace Transfer
85} // namespace Aws
void SetExecutionRole(const Aws::String &value)
void SetExecutionRole(Aws::String &&value)
AWS_TRANSFER_API WorkflowDetail(Aws::Utils::Json::JsonView jsonValue)
void SetWorkflowId(const char *value)
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
WorkflowDetail & WithWorkflowId(const char *value)
const Aws::String & GetExecutionRole() const
void SetWorkflowId(const Aws::String &value)
WorkflowDetail & WithExecutionRole(const char *value)
const Aws::String & GetWorkflowId() const
WorkflowDetail & WithExecutionRole(const Aws::String &value)
void SetWorkflowId(Aws::String &&value)
AWS_TRANSFER_API WorkflowDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
WorkflowDetail & WithExecutionRole(Aws::String &&value)
void SetExecutionRole(const char *value)
WorkflowDetail & WithWorkflowId(Aws::String &&value)
WorkflowDetail & WithWorkflowId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue