AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
ResumeWorkflowRunResult.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace Glue
25{
26namespace Model
27{
29 {
30 public:
31 AWS_GLUE_API ResumeWorkflowRunResult() = default;
34
35
37
41 inline const Aws::String& GetRunId() const { return m_runId; }
42 template<typename RunIdT = Aws::String>
43 void SetRunId(RunIdT&& value) { m_runIdHasBeenSet = true; m_runId = std::forward<RunIdT>(value); }
44 template<typename RunIdT = Aws::String>
45 ResumeWorkflowRunResult& WithRunId(RunIdT&& value) { SetRunId(std::forward<RunIdT>(value)); return *this;}
47
49
52 inline const Aws::Vector<Aws::String>& GetNodeIds() const { return m_nodeIds; }
53 template<typename NodeIdsT = Aws::Vector<Aws::String>>
54 void SetNodeIds(NodeIdsT&& value) { m_nodeIdsHasBeenSet = true; m_nodeIds = std::forward<NodeIdsT>(value); }
55 template<typename NodeIdsT = Aws::Vector<Aws::String>>
56 ResumeWorkflowRunResult& WithNodeIds(NodeIdsT&& value) { SetNodeIds(std::forward<NodeIdsT>(value)); return *this;}
57 template<typename NodeIdsT = Aws::String>
58 ResumeWorkflowRunResult& AddNodeIds(NodeIdsT&& value) { m_nodeIdsHasBeenSet = true; m_nodeIds.emplace_back(std::forward<NodeIdsT>(value)); return *this; }
60
62
63 inline const Aws::String& GetRequestId() const { return m_requestId; }
64 template<typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
66 template<typename RequestIdT = Aws::String>
67 ResumeWorkflowRunResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
69 private:
70
71 Aws::String m_runId;
72 bool m_runIdHasBeenSet = false;
73
75 bool m_nodeIdsHasBeenSet = false;
76
77 Aws::String m_requestId;
78 bool m_requestIdHasBeenSet = false;
79 };
80
81} // namespace Model
82} // namespace Glue
83} // namespace Aws
const Aws::Vector< Aws::String > & GetNodeIds() const
AWS_GLUE_API ResumeWorkflowRunResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ResumeWorkflowRunResult & AddNodeIds(NodeIdsT &&value)
AWS_GLUE_API ResumeWorkflowRunResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ResumeWorkflowRunResult & WithRunId(RunIdT &&value)
ResumeWorkflowRunResult & WithRequestId(RequestIdT &&value)
ResumeWorkflowRunResult & WithNodeIds(NodeIdsT &&value)
AWS_GLUE_API ResumeWorkflowRunResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue