AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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:
34
35
37
41 inline const Aws::String& GetRunId() const{ return m_runId; }
42 inline void SetRunId(const Aws::String& value) { m_runId = value; }
43 inline void SetRunId(Aws::String&& value) { m_runId = std::move(value); }
44 inline void SetRunId(const char* value) { m_runId.assign(value); }
45 inline ResumeWorkflowRunResult& WithRunId(const Aws::String& value) { SetRunId(value); return *this;}
46 inline ResumeWorkflowRunResult& WithRunId(Aws::String&& value) { SetRunId(std::move(value)); return *this;}
47 inline ResumeWorkflowRunResult& WithRunId(const char* value) { SetRunId(value); return *this;}
49
51
54 inline const Aws::Vector<Aws::String>& GetNodeIds() const{ return m_nodeIds; }
55 inline void SetNodeIds(const Aws::Vector<Aws::String>& value) { m_nodeIds = value; }
56 inline void SetNodeIds(Aws::Vector<Aws::String>&& value) { m_nodeIds = std::move(value); }
57 inline ResumeWorkflowRunResult& WithNodeIds(const Aws::Vector<Aws::String>& value) { SetNodeIds(value); return *this;}
58 inline ResumeWorkflowRunResult& WithNodeIds(Aws::Vector<Aws::String>&& value) { SetNodeIds(std::move(value)); return *this;}
59 inline ResumeWorkflowRunResult& AddNodeIds(const Aws::String& value) { m_nodeIds.push_back(value); return *this; }
60 inline ResumeWorkflowRunResult& AddNodeIds(Aws::String&& value) { m_nodeIds.push_back(std::move(value)); return *this; }
61 inline ResumeWorkflowRunResult& AddNodeIds(const char* value) { m_nodeIds.push_back(value); return *this; }
63
65
66 inline const Aws::String& GetRequestId() const{ return m_requestId; }
67 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
68 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
69 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
70 inline ResumeWorkflowRunResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
71 inline ResumeWorkflowRunResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
72 inline ResumeWorkflowRunResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
74 private:
75
76 Aws::String m_runId;
77
79
80 Aws::String m_requestId;
81 };
82
83} // namespace Model
84} // namespace Glue
85} // namespace Aws
ResumeWorkflowRunResult & AddNodeIds(Aws::String &&value)
ResumeWorkflowRunResult & WithNodeIds(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetNodeIds() const
AWS_GLUE_API ResumeWorkflowRunResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNodeIds(Aws::Vector< Aws::String > &&value)
ResumeWorkflowRunResult & WithRequestId(Aws::String &&value)
ResumeWorkflowRunResult & WithRunId(const char *value)
ResumeWorkflowRunResult & WithNodeIds(const Aws::Vector< Aws::String > &value)
ResumeWorkflowRunResult & AddNodeIds(const Aws::String &value)
ResumeWorkflowRunResult & WithRequestId(const Aws::String &value)
void SetNodeIds(const Aws::Vector< Aws::String > &value)
AWS_GLUE_API ResumeWorkflowRunResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ResumeWorkflowRunResult & WithRunId(Aws::String &&value)
ResumeWorkflowRunResult & AddNodeIds(const char *value)
ResumeWorkflowRunResult & WithRunId(const Aws::String &value)
ResumeWorkflowRunResult & WithRequestId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue